| Thread | Last Post | Replies |
|
| boolean endsWith(String s, Pattern pattern) | 16 Nov 2005 10:31 GMT | 17 |
Anybody hear about the boolean endsWith(String s, Pattern pattern) implementations?
|
| HTTP Error 403 | 16 Nov 2005 10:26 GMT | 1 |
I have a problem with servlets... When I run a servlet in a html page (for ex. index.html), my browser show me a page with an authorization problem error (Error 403). My directories haven't any passwords.
|
| Native Programming | 16 Nov 2005 10:12 GMT | 3 |
Can someone tell me, how one can do native programming?
|
| Javascript in Ant | 16 Nov 2005 09:48 GMT | 1 |
Does anyone know how i can read from a file using javacript in Ant ? Thanks.
|
| memory leak in hello world demo!!! | 16 Nov 2005 08:18 GMT | 19 |
I have a simple hello world program (at the end of the mail) I start it, move around, hide and puton forground again, and doing this I see a memory usage increments I'm using j2sdk1.4.2_06 on a linux Fedora Core 3
|
| Applet no longer works in IE | 15 Nov 2005 23:00 GMT | 6 |
I've got this applet that works fine. Worked fine. The applet consist of couple of classes, packed in a jar-file. Now recently I put all of the classes, except the main class, in a separate package. And now the applet no longer works in Internet Explorer with the Microsoft VM. I
|
| How to unmarshall using castor into an existing Bean without duplicates. | 15 Nov 2005 21:36 GMT | 1 |
Here's the problem. I have a program which takes an EAR file as input and generates an install script. I populate a bunch of JavaBeans based on information extracted from the
|
| Synchronized methods - correct understanding? | 15 Nov 2005 21:12 GMT | 17 |
I would just like to confirm that my understanding of synchronized methods is correct. I believe that the two code snippets below are equivalent. class C1
|
| log4j NT event viewer problem | 15 Nov 2005 20:55 GMT | 1 |
I want to use log4j to enter log into NT event viewer. I have success to do it. But I want to ask can I set the category of the event manually? Now, the event category is generated by the log4j API what is either 10001, 20001, 30001, 40001, 50001, can I set it manually such as
|
| i want to learn SOAP | 15 Nov 2005 20:53 GMT | 9 |
i want to learn SOAP . what server do i need ? i have tomcat and JBoss . is that enough ? please tell me the name of the server + software i need to learn SOAP. Thank you
|
| How to get files files which were last used | 15 Nov 2005 20:28 GMT | 4 |
is it possible to determine the files which were last used from different applications (e.g. "readme.txt was used in the last 2 hours") on MAC with Java by default System calls? Or is this only possible by writing a sort of "trigger" application?
|
| Garbage collection question? | 15 Nov 2005 20:27 GMT | 26 |
If I have a method and that method has as a parameter, a new Object() (no reference variable), will that Object get marked for garbage collection after the method returns? Or ever? method(new Object()) { ... }
|
| java.lang.runtime.exec cannot resolve symbol | 15 Nov 2005 19:21 GMT | 10 |
i'm invoking to use Java's 'exec' but the documentation says its in the java.lang.runtime class.. i import it as well as java.lang.process but the when i compile the programme that calls it i get a "cannot resolve symbol" on the "exec" line. which is 'exec(JarSignerPath);'
|
| limiting an URL connection | 15 Nov 2005 19:14 GMT | 7 |
Dear programmers, I have some trouble while doing a connection with a java application to a web server. I would like to limit the time of the opening connection when there is reception bytes (the server allows connection, but there
|
| image upload/download mysql (jsp/servlet) | 15 Nov 2005 19:07 GMT | 1 |
Can anyone please supply me with a coding solution to uploading / downloading images to a mysql database.Or can anyone recommend a book containing a solution for this problem. I realise that images can be stored as blobs and also realise that the path
|