| Thread | Last Post | Replies |
|
| NetBeans project run arguments | 25 Oct 2006 00:35 GMT | 1 |
My company has just switched from IntelliJ to Netbeans and I'm having problems getting the correct run arguments passed to my main class. I have three strings that need to be passed: MFEXEC U TST
|
| Memory leak? | 24 Oct 2006 23:23 GMT | 3 |
I have an application that is slowing down after being run for several days and then it finally throws an OutOfMemoryException. Until I come up with a better idea, I'm assuming I have a memory leak. I've gone through the code pretty well and can't find anything obvious. The ...
|
| read text and get newline and linefeed | 24 Oct 2006 21:12 GMT | 2 |
I am using jdk 1.4.2 and need to read a text containing newline and linefeed characters. I need to perserve them. How can I do this? cheers, //mikael
|
| dom4j help | 24 Oct 2006 19:54 GMT | 1 |
I am trying to use the method from the dom4j Library to insert new element it to an existing xml but I keep getting an error. Is any one familiar with the dom4j Library? I need help. I am new to Dom4j. Inserting elements sometimes it's necessary to insert an element in a
|
| Debug problem in Eclipse | 24 Oct 2006 16:00 GMT | 2 |
When I try to debug my program in Eclipse, using GCJ i get "Cannot connect to VM" message and debug process fails. After I have installed Sun's Java 1.5.0.9 (and configured Eclipse to us it) everything works fine. How do I fix GCJ or Eclipse so I can debug my code?
|
| Help integrating tomcat with Apache | 24 Oct 2006 02:20 GMT | 1 |
I'm using these instructions to integrate Tomcat into Apache. http://www.howtoforge.com/apache2_tomcat5_mod_jk_p3 But I had a question. In the instructions (step 9), it asks me to edit the "apache2.conf" file. What is that file? It doesn't appear
|
| Help with library | 24 Oct 2006 00:36 GMT | 6 |
Hi all.. I'm trying to write a program which will print out books listed in a catalogue, in a form of array. I've managed to create a program which will print out a year, but I
|
| Scrolling | 23 Oct 2006 23:00 GMT | 1 |
I have a JTextArea associated with a JScrollPort, and everything works fine except the end of the text is initially displayed. How do I reposition the view to the beginning? Thanks
|
| Why is java considered a language for "web" or "internet" programming? | 23 Oct 2006 18:30 GMT | 41 |
Howdy.... I've been learning a bit of java, because I've been led to believe it is the language to use if you want to make web sites. So far, it just seems like C or C++, more or less.
|
| Simple Encryption | 23 Oct 2006 15:43 GMT | 1 |
I'm developing simple database application that makes connection with database using user name and password stored in a seperate class. Since class file can be converted to java file, my app becomes unsecure. I want to use encryption of user name, password and the database server
|
| Java symbol confusion | 23 Oct 2006 15:18 GMT | 4 |
I started learning myself java a while ago and there's still loads of concepts and things about the java language i don't know, so i may just make an arse of myself now... I use the NetBeans 5.0 IDE to play around with. Sometimes it does
|
| BUG in Java ImageIO,problem in JPEGImageDecoder,can't read or write image | 23 Oct 2006 11:11 GMT | 1 |
I got an excepton while trying to save an dynamically generated image file in the local memory using the ImageIO class.Here is the code snippent I wrote: /* Robot robot = new Robot();
|
| Problem with Java Virtual Machine | 23 Oct 2006 09:45 GMT | 1 |
I'm tryin to install one program. But have one problem. When The InstallShield Wizard preparing the installation or preparing Java(tm) Virtual Machine, I got error: Error in instruction. Invalid jvm file name specified in LAUNCH.
|
| Console, How do I check if there's input pending to be processed | 23 Oct 2006 09:41 GMT | 1 |
Hi, I'm trying to port a program I made in Turbo Pascal to Java. In my old Turbo Pascal days, if I wanted to do some task within a loop and break when the user presses a key, I just check if KeyPressed() in each iteration
|
| Frustrated trying to Read File | 23 Oct 2006 02:41 GMT | 5 |
I have this program below but it won't compile without errors. The errors reported at this time are noted below the program. Help is appreciated. bH
|