| Thread | Last Post | Replies |
|
| Example of Javamail with SMTP and POP3 on SSL | 20 Sep 2005 05:36 GMT | 1 |
I am new to Javamail. I was working on a project in C++ under MS Windows (I know, boo) and decided to switch to Java. Most things are going well, except the mail part. I need to send and receive E-Mail with POP3 and SMTP running on SSL. I need to use authorization and ...
|
| JNI working with jvalue (union) | 20 Sep 2005 04:59 GMT | 3 |
we are using Java JNI to call C++ methods from a java application. Java is calling a get method to get data, the type of this data is variable (int, double, string) Is the JNI jvalue (union) datatype the right usage for this? For example:
|
| JPRINTOUT 2.0.0 HAS BEEN RELEASED - pure java professional reporting solution for embedding in your application | 20 Sep 2005 04:45 GMT | 1 |
JPRINTOUT 2.0.0 HAS BEEN RELEASED - pure java professional reporting solution for embedding in your application. With set of flash demos it takes just a few minutes to catch up main stream of using software, learn principal features, and get intuitive
|
| Capturing screen messages from Runtime.getRuntime().exec("myprogram") | 20 Sep 2005 03:35 GMT | 2 |
I need to run a command line program inside my java program. Hence, I have to use Process proc = Runtime.getRuntime().exec("myprogram"); to run the command line program for me.
|
| jstl core tag library | 20 Sep 2005 02:20 GMT | 6 |
I am having trouble using the jstl core tag library. I have used this library before, but for some reason, it is not working now. I have downloaded the tag library c.tld. I have placed it in my WEB-INF directory, but I can not access it.
|
| Self-signed security certificates.. (oh, the evil) | 20 Sep 2005 01:41 GMT | 63 |
There are a number of ways to get a security certificate that will (if accepted by the end user) allow applets and other projects to gain extended privileges. However, signing an applet or application can be a daunting
|
| UML tool? | 20 Sep 2005 00:00 GMT | 4 |
I'm in need of a relatively simple uml tool where I car draw class diagrams and package diagrams ect. and get the code generated and vice versa. Namely collaboration/sequence diagrams from code.. I've tried Together and Rational Rose but I was wondering if there was
|
| Skewed Random Number | 19 Sep 2005 23:51 GMT | 3 |
I am writing a program in Java. I have following requirements. We have large data set points whose value will range from 100 to 1500. We need to select 10% of dataset points randomly. So if there were 40000 data points - we need to select 4000 points on random basis.
|
| Get hostname, when IP address is known | 19 Sep 2005 23:36 GMT | 5 |
I have the following program import java.net.*; public class Inet1 { public static void main(String[] a) throws Exception {
|
| EJB ? | 19 Sep 2005 22:54 GMT | 4 |
I just found the bean class to connect db with servlet. I found this line in constructor. (DataSource)javax.naming.InitialContext.lookup("java:comp/env/jdbc/bn"); This means this guy is using ejb to connect to DB?
|
| displaying jpeg with transparency | 19 Sep 2005 20:03 GMT | 3 |
I do have an applet with a background Image. I'd like to display a jpeg image and choose one arbitrary color as being transparent. This would allow me to dispolay the jpeg over the background.
|
| Porting a web-app from win/COM world to Jsp/Tomcat... | 19 Sep 2005 20:01 GMT | 10 |
I've been charged with the task of porting a small web-application from its current incaration as asp-pages using COM components for the business-logic to a cross-platform solution where the owner can choose where to run it (Windows/Linux/xxx)
|
| how communication is taking place in j2ee | 19 Sep 2005 20:01 GMT | 1 |
If you want to go for j2ee solution all the comunication btwn server and client will be done with xml through http? If so, some times xml response can be huge and i want to know if there is a solution to this problem.
|
| HELP - Java-Problem | 19 Sep 2005 19:41 GMT | 2 |
I'm facing the following problem: I've two classes named Plaatje and DiaShow (see below) I want to display the Image plaatje in the method run (which is in the class DiaShow) but it's not working although the path is correct. What's the problem. Can someone help
|
| Tomcat 5.0.28 and HTTP 400 errors | 19 Sep 2005 14:29 GMT | 1 |
Hello, I'm trying to reconfigure a test project (I used it to learn java - it's a blog system based on Velocity + Hibernate) that I've left for few months. I've spent 2 days trying to understand why I only get HTTP 400 error ("no
|