| Thread | Last Post | Replies |
|
| packing derby derby with java application | 10 Jul 2007 09:48 GMT | 3 |
I have done a java application that requires DBDerby .How can I supply DB derby with the java application to a customer.Should I install DB derby in a particular folder where the software requires it in my customers machine.This is the first time I am doing such an
|
| Impossible to pass implicitly vairable names of values by explicitly passing the other? | 10 Jul 2007 06:18 GMT | 6 |
I think what I'd like to do is impossible, but I'll check here before giving up. I'm wiriting a utility method to assist in debugging. It will display variable names and the values of those variables.
|
| Question for distributing a program using Java Mail | 10 Jul 2007 00:39 GMT | 2 |
I have a program that I have written that utilizes the Java Mail (and the Activation Framework). I wrote the program in Netbeans 5.5 IDE. When I build an executable JAR file, a "dist" folder is created. Inside the folder is a "lib" folder where the compiled libraries
|
| NotSerializable object issue... | 09 Jul 2007 22:04 GMT | 10 |
Hello all... I have got a ghost bug running around my project* for a while now, and I haven't been able to track it... to put it simple, I am writing a serializable object to disk (an object of class Game) when the player
|
| Lists of size Integer.MAX_VALUE | 09 Jul 2007 19:48 GMT | 20 |
What would happen from a call like someList.addAll( Integer.MAX_VALUE, someCollection ); where someList contains at least Integer.MAX_VALUE elements and someCollection is not empty?
|
| Java Applet on Macintosh | 09 Jul 2007 16:08 GMT | 13 |
I have a very simple Java applet which runs perfectly on Windows in IE, but when I try to load it in IE on MAC OS 9, I get an error" An Exception Occurred, ClassNotFoundException for TestApplet Java Exception: java.lang.NullPointerException.
|
| strange behevior of the JVM or compiler... | 09 Jul 2007 13:18 GMT | 6 |
Hello again :). I m writing code like this using JCreator : class dummy{ public final static long mod = (long)2 * 3 * 5; }
|
| about tomcat | 09 Jul 2007 13:16 GMT | 1 |
can i use two tomcat webservers to exchange information between them? how can i do that? thank you, rana.
|
| How to get the number of records of last 24 hour? | 09 Jul 2007 09:12 GMT | 12 |
Assume that there is a table 't_test' which contains two fields named 'column_user_id' and 'column_login_time', and the related Java code use String and java.sql.Date to map the two fields. I just want to get the number of someone's login times during last 24
|
| Immediate Hiring: Software Test Engineers/QA Testers- Multiple positions | 09 Jul 2007 03:24 GMT | 1 |
Position: QA Specialist/ Software Test Engineers/ SDET Skills: Sql, UNIX, Blackbox and White box testing, and executing test cases Location: Seattle, WA
|
| JINI - configuration. | 09 Jul 2007 03:02 GMT | 1 |
Hmm ... According to replies to this newsgroup, It seems that there are few people who knows JINI good. However,
|
| Java Time Discrepancy | 08 Jul 2007 21:30 GMT | 2 |
I have a somewhat time-critical application (Java Standard Edition 1.6) that uses the system time (System.getCurrentTimeMillis) in various forms, such as creating Date objects initialized to the current time. I don't require high precision, but I do require reasonable accuracy.
|
| JNI Problem | 08 Jul 2007 18:28 GMT | 6 |
Well, I am having a little trouble compiling my file and generating header files through it. I am loading a DLL file in Test1.java and then I compile it this way and get the following message: javac Test1
|
| Memory Leak in java with LinkedBlockingQuene | 08 Jul 2007 17:06 GMT | 3 |
Memory Leak in with LinkedBlockingQuene I have three questions which are memory leak and java GC concerned. ======================================================= I knew there must be some memory leaks in my program. I discovered
|
| How to create a program like search engine | 08 Jul 2007 16:59 GMT | 5 |
I'm working on my class project. I'm using Netbeans IDE 5.5 with Visual Web Pack and MySQL as its database. I managed to display the information in the database when a user selected the keyword from the list box.
|