| Thread | Last Post | Replies |
|
| How to put uploaded files in web application directory? | 24 Jun 2005 09:17 GMT | 1 |
In my web application I load a file. In my servlet I specify that the file should be saved in System.getProperty("user.dir") expecting that the file would be saved in my application directory. But instead it goes to C:\Program Files\Apache Group\Tomcat 4.1.
|
| applet paint() refresh problems | 23 Jun 2005 18:47 GMT | 2 |
the following applet is supposed to draw random lines on the screen, but doesn't. does anyone know how to make it refresh? thanks in advance import java.awt.*;
|
| classLoader complains about non-existing class | 23 Jun 2005 14:22 GMT | 1 |
I am loading a jar-file via my JarClassLoader. Classes load ok until it gets to the following class: Returning newly loaded class.Exception in thread "main" java.lang.NoClassDefFoundError:
|
| Please help...How to use Jasper Reports in Java | 23 Jun 2005 08:00 GMT | 1 |
Please help me how to use Jasper reports in JAVA. and tell me some tutorial links to study about these things. Thanks in Advance cheers,
|
| why get a warning while using the Vector's addElement()? | 23 Jun 2005 07:49 GMT | 5 |
This is part of the code(JDK 1.5 ,windows xp Chinese(simplified)) ... Vector v=new Vector(); v.addElement(new Integer(7));
|
| Execution Problem (MinGW + GCJ + Win32) | 23 Jun 2005 00:27 GMT | 6 |
I have a sample program on my MinGW system as follows: gcj -C Ball.java -C Collidable.java -C GamePiece.java -C Paddle.java -C PaddleBallApp.java -C PaddleBallFrame.java -C PaddleBallPanel.java -C Trajectory.java -d ../bin
|
| ADA vs Java | 22 Jun 2005 14:32 GMT | 30 |
Writing code in ADA 95 and compiling it for the JVM should produce more reliable code than writing in Java 2. Does anyone know any good technical reasons for prefering Java?
|
| 3-Tier architecure? | 22 Jun 2005 14:26 GMT | 1 |
As I understand a 3-Tier architecure contains: 1) Presentation layer (JSP sites) 2) Process management layer (where logic on userinput is made) 3) Database management layer
|
| java.lang.UnsupportedClassVersionError occurs | 22 Jun 2005 13:26 GMT | 1 |
I get this exception when I try to run my application from the command line: Exception in thread "main" java.lang.UnsupportedClassVersionError: javax/xml/transform/TransformerException (Unsupported major.minor
|
| Select Cell on a Grid | 22 Jun 2005 05:39 GMT | 3 |
I have the following problem I Have to represent the 24 hours in a "grid". with 2 rows. The first row contain the Hours o'clock, and the second row the half hours. --------------------
|
| locale-specific include for JSP? | 22 Jun 2005 02:14 GMT | 3 |
Is there a way to use a jsp:include for a locale? For example, if the locale is US, then take homepage_us.html, if it's ES, use homepage_es.html, etc. This seems obvious to me (since I don't want to have all that stuff in
|
| XPath expression in 1.5 | 21 Jun 2005 22:58 GMT | 1 |
I'm only a few days old to Java, and trying to become familiar with its ins and outs. I'm trying to write a routine to load a simple XML configuration file: <root>
|
| Finding time | 21 Jun 2005 22:12 GMT | 3 |
I have the number of micro seconds from the UNIX epoch time 00:00:00 UTC 1 Jan 1970. (1092727073895638 usec) I want to know the time in CST. I have been trying to work with the Calendar class and GregorianCalendar.
|
| How do I extract last character from string | 21 Jun 2005 19:23 GMT | 4 |
I have problem to solve where the value is ending with c or f lets say its 100c entered then a I should extract the last character and then
|
| JNI memory usage: what process? | 21 Jun 2005 18:30 GMT | 1 |
Can anyone tell me under what process any memory taken up by JNI will appear as? (Under windows in this case) I have a java application which uses native code via JNI, and on windows it runs fine, stabilising at a heap allocation 13megs, but under linux
|