| Thread | Last Post | Replies |
|
| java heap dump file gets too big | 25 Apr 2006 08:46 GMT | 6 |
I have a tomcat server running on linux, there appears to have been a crash last night and a massive heap file has been created which has taken up all available disk space I think. As a result the core file has not been created and I therefore don't have any meaningful
|
| Windows Explorer Like Interface | 25 Apr 2006 03:11 GMT | 7 |
First off - I swear I have asked this question before but searching Google groups comes up with nothing. I'm sorry if I am repeating myself. Right now my MP3's are a complete mess. Historically I have subdivided my music by Language with a few minor exceptions, (English, French ...
|
| getTextContent alternative | 25 Apr 2006 02:49 GMT | 24 |
I have a java application using JDK 1.5 and now need to run the same application on JDK 1.4. I have used a function "getTextContent()" that is available in JDK 1.5 and above org.w3c.dom.Node nChildlist;
|
| Application/Code review for security | 24 Apr 2006 23:44 GMT | 8 |
Hi..All, Are there any tools available in the market which will helps us to generate a audit report which includes some of the following points: Use of and tampering with hidden fields
|
| IRI validation and conversion | 24 Apr 2006 22:31 GMT | 2 |
I'm looking for code (Open Source, non-viral license, runs on JDK 1.4.2) for doing the following: * Check if a string is an IRI per RFC 3987. * Check if a string is an IRI reference per RFC 3987.
|
| SOAP message trace tool for Linux | 24 Apr 2006 21:53 GMT | 1 |
The topic is not exactly on-target for this ng but I can't find anything more suitable so here goes. I wonder if someone can recommend a tool to trace SOAP messages
|
| Unable to bind class to RMI registry | 24 Apr 2006 19:35 GMT | 3 |
I'm not sure I understand the exceptions being thrown here. I need a connection between two servers and I chose to use RMI. Whenever I try to run the code that starts the "RMI Server" I am getting an exception. I will post the code, and then the exceptions. Hopefully someone can
|
| Tomcat as Windows service | 24 Apr 2006 19:09 GMT | 2 |
Has anyone live experience with Jakarta Tomcat as Windows service ? There are some files in Tomcat distribution that seem to be there for that purpose. Is it reliable (important) ?
|
| JVM architecture! need help | 24 Apr 2006 19:01 GMT | 6 |
can anybody tell me the JVM architecture pictorially. mean how the components are organizied insidei JVM and how its looks like. thanks
|
| Applet downloading from net | 24 Apr 2006 17:38 GMT | 1 |
I have a beginner's question. If I go to internet, a web page containing a java applet. The applet class should be downloaded to my hardware.
|
| classpath env and Runtime "exec" | 24 Apr 2006 17:21 GMT | 1 |
I am trying to work with a java application (which is not our source code) which has a root java process, which 'exec-s' more java processes. The main app reads a text file with the command line arguments and uses the Runtime class to exec the new java processes
|
| How to read 3ds Max models in java? | 24 Apr 2006 16:40 GMT | 1 |
Do anyone know how to read 3ds Max models in Java when using Jogl? And how to use the models? Thank you
|
| what's the meaning of Class<?> and how to use it | 24 Apr 2006 16:39 GMT | 8 |
The return type of JTable.getColumnClass(int column) is Class<?>. What is the meaning of it and how to use it properly? It seems the following code is okay, Class c = jTable1.getColumnClass(0);
|
| How do I get the column name/value pairs from a ResultSet? | 24 Apr 2006 16:39 GMT | 1 |
I'm using JDK 1.3. If I am iterating through a ResultSet, for a particular result row, how do I look up all the name/value pairs without explicitly knowing the column names or the number of columns returned in the result row?
|
| Struts Question | 24 Apr 2006 16:18 GMT | 3 |
I am making a simple Login application with Struts. The program is working ok except for validation. In the JSP page if i do not enter username or password or enter incorrect username/password, the error messages are not displaying.
|