| Thread | Last Post | Replies |
|
| Unzip a file into proper directory structure | 18 May 2006 02:49 GMT | 2 |
I have a directory structure that I am going to zip up, such as... c:\ foo\ abc.txt
|
| why so many document listener events? | 18 May 2006 01:31 GMT | 3 |
MyDocumentListener implements the DocumentListener interface. The problem I'm having with it is that when I start my GUI, the insertUpdate() and removeUpdate() methods that I overrode are constantly being called even though I don't type anything in the text
|
| Error : Invalid path for javac.exe -classpath | 17 May 2006 23:06 GMT | 1 |
All of my browsers can find the needed java files, but all my editors cannot even if I do get one to work I get errors like wrong jars. I didn't have this problem on macs but I'm a beginner and I just don't understand how to stop getting these can't find java or java not
|
| java mail api problem | 17 May 2006 22:46 GMT | 1 |
i have installed jdk1.5 in linux and configured PATH,CLASSSPATH var., to point jdk's bin dir., mail.jar and activation.jar when i run the msgsendsample prog(comes with software) it won't sent
|
| tomcat security with virtual hosts | 17 May 2006 20:47 GMT | 1 |
can somebody give me advice how to set permissions for tomcat the best way? the owner for my tomcat directory is tomcat.tomcat . now I'm going to create a few virtual host . do I need to create a new
|
| Canvas | 17 May 2006 19:13 GMT | 2 |
I added a Canvas in a JFrame. By clicking a JButton within the JFrame I want to access a method within the Canvas-Class. Is there someone who can tell me, why this does not work ? Have a nice day, Guenter
|
| Is Tomcat is enough to handle the EJB | 17 May 2006 16:56 GMT | 7 |
Is Tomcat is enough to handle the EJB. Or I need other servers as well like JBOSS, Weblogic, Tarun Garg
|
| inner class not generated | 17 May 2006 16:01 GMT | 1 |
when i compile a java file with inner class the inner class file is not getting generated This has hapenned while compiling from make also it is not getting reproduced
|
| Deconstructor and finalize | 17 May 2006 15:44 GMT | 8 |
my java book states that finalize is not a deconstructor. Further more it states that you can not depend on finalize to be called. And there is no such thing as a deconstructor in java. I have to decrease a counter whenever an object is destroyed. I would like
|
| Hello .Need a telnet utility. | 17 May 2006 15:14 GMT | 4 |
I am writing an application with which I want to integrate a telnet utility. Could someone give me a link for this ? I would prefer something that is really simple to understand also and if it offers basic telnet facility ,it would be great.
|
| JRE Download | 17 May 2006 14:28 GMT | 2 |
Anyone know of a place where i can download the latest JRE from? I have been trying to use the location http://java.sun.com/j2se/1.5.0/download.jsp but whenever i click the download the page cannot be displayed.
|
| Problem in Java class while using URL class | 17 May 2006 14:21 GMT | 1 |
hai members this is my first topic .. iam getting the problem while executing the below program The exeception it is throwing is ...
|
| Problems sending email javamail | 17 May 2006 12:36 GMT | 3 |
I'm using Eclipse and Jboss (all last vers.) I want to send an email using this common classes created by another person --MailMessenger.java--
|
| URL's and Set's do not mix - DNS lookups are compulsory | 17 May 2006 11:10 GMT | 4 |
I noticed a weird problem in a bit of code that I was writing. I wanted to display a hierarchy of URL's in a TreeModel. In doing so, I was adding URL's to a HashSet. While I was testing, I was using invalid URL's, like "http://abcd/", etc
|
| "friend" behaviour in Java | 17 May 2006 10:38 GMT | 5 |
Say I have a class "Owner," which is to own another class "Database." Database owns an aggregation of another class "Record." Owner is to live for the length of the program, so the others will as well. When programmers use my code I want to force them to go through Owner
|