| Thread | Last Post | Replies |
|
| documentBulder.parse(string) returns [#document: null] | 03 Aug 2007 11:56 GMT | 4 |
import java.io.*; import java.net.*; import org.w3c.dom.*; import org.w3c.dom.Element;
|
| tomcat problems | 03 Aug 2007 10:38 GMT | 5 |
hi guys, I have a problem, I've installed tomcat 6 into my machine but tomcat can't start. Why? When i click its icon, tomcat doesn't start. Could someone help me please!!! I need to know what to do. Thanks in advance
|
| Kill Thread Within Java.exe Process | 03 Aug 2007 07:11 GMT | 3 |
I am monitoring a java application (running as a Windows service) from a third party. psinfo shows me all threads, and I noticed there were two that have been running over 9 hours. It was about 9 hours ago that CPU
|
| Urgent Opening for System Analyst/Administrator,6months+Santa Clara, CA | 03 Aug 2007 07:08 GMT | 1 |
We have an urgent requirement for Systems Analyst and administrator with our direct client in Santa Clara, CA This is a contract position for 6 +months. Please send us matching resumes along with asking rate, current location.
|
| JSP Form validation | 03 Aug 2007 02:23 GMT | 1 |
I want to create a JSP Form page (first.jsp) on Tomcat 4.1.27 with a form that has about 20 input entries where the form will validate all 20 fields and show validation errors on the same page as the original form page (first.jsp). For example, if someone has a blank entry on
|
| Need efficient search strategy in list of time intervals | 02 Aug 2007 22:53 GMT | 14 |
I was wondering if someone of you could help me out with an algorithmic problem I have. This is not a homework exercise but something I need for a UI framework that I have developed (www.dlsc.com).
|
| Two questions concerning SUN applet classloader | 02 Aug 2007 17:49 GMT | 7 |
I wonder why a) applet classes are (sometimes) requested twice and b) Component/JComponent classes are requested although never needed at runtime.
|
| AWT simple questions | 02 Aug 2007 16:53 GMT | 3 |
Hello, I am writing a simple calculator in AWT/java and I have question regarding it. I have to put around the buttons on container/palete in nice way. Don't know how to do it, I looked throught the api, but I am looing for the simplest way. Best wishes, Thomas.
|
| How to convert rtf to html? | 02 Aug 2007 16:31 GMT | 4 |
what is the best way to convert rtf documents into html? Zsolt
|
| DocumentBuilder object is not able to parse a XML String which has a nodename which contains forward slash! | 02 Aug 2007 16:29 GMT | 6 |
In my code below, I do have a XML String which has NodeName made of two words split by a Forward Slash. Here it is: Number/Subsystem. Is there anyway to make the DocumentBuilder object to parse XML String and the Forward Slash, successfully?
|
| Incorporating data files into packages and accessing internally | 02 Aug 2007 16:20 GMT | 6 |
I hope that I am not posting to an inappropriate group with these questions. If I am and you have the name of another more appropriate group, please let me know of that group and I will repost. Anyway, I have developed a small Mercator projection class. I also
|
| Scripting engine - Java 6 | 02 Aug 2007 15:20 GMT | 6 |
I am a newbie wrt scripting in Java 6. I have 2 questions on this topic : a) With the current version of Java 6 distribution, the version of Rhino that comes bundled is 1.6 Release 2. If I want to use a
|
| Why does Thread.wait() return here? | 02 Aug 2007 14:56 GMT | 4 |
In the example below the main thread leaves Thread.wait() although nobody has called notify() or notifyAll(). Also no InterruptedException occurs. Has anybody an idea, why this "works" nevertheless? JVM: Java Sun JRE 1.5.0.10
|
| Custom JPanels inside another JPanel. | 02 Aug 2007 14:51 GMT | 6 |
So I have this JPanel that I add a scroll pane to make it scrollable. I created a class that is a subclass of JPanel, lets call it CustomPanel. CustomPanel basically has some labels, buttons etc. What I do is add a CustomPanel to the JPanel. What I want is that
|
| Placing properties files on EAR, instead of WAR file | 02 Aug 2007 13:46 GMT | 1 |
I have some config properties, e.g. log4j.properties (and other app config files) and I would like to place the on the EAR level, instead of WAR level? Any ideas how to do so on Websphere 6? On WAR level, I can simply then under WEB-INF/classes.
|