| Thread | Last Post | Replies |
|
| A basic question about constants | 26 Jul 2005 04:03 GMT | 7 |
An extract from the javadoc of javax.sql.rowset.CachedRowSet (an interface): --- COMMIT_ON_ACCEPT_CHANGES static final boolean COMMIT_ON_ACCEPT_CHANGES
|
| java.lang.NoClassDefFoundError: com/microsoft/jdbc/base/BaseDriver | 25 Jul 2005 05:16 GMT | 3 |
This is really irritating. Trying to connect to an SQL Server 2000 database using MS SQL JDBC (the MS implementation). Keep getting the above error and I have checked CLASSPATH repeatedly to
|
| how to save slider value and move to new question? | 24 Jul 2005 21:47 GMT | 4 |
The code below displays an image and allows a user to answer a related question by moving a slider. When the program is stopped (window closed) the slider value is saved to a file. I would like to develop this so that when the user is happy with the
|
| calender in jsp | 24 Jul 2005 19:25 GMT | 1 |
My jsp user interface contains one Textfield and button beside the textfiled. If that button is clicked , a calender should be displayed and the selected date in that particular calender is to be displayed in the textfield.
|
| release pooled connectoin-Pass by value or reference. | 24 Jul 2005 17:32 GMT | 1 |
I think this is a classic java question: Pass by reference or by value. I have a DatabaseManager class which takes care of getting conection from connection pool and releasing the connectoin. I am not sure about the
|
| Installed JDK on Windows XP, no javac? | 23 Jul 2005 14:00 GMT | 8 |
Hardly a Java question, but I'll try my luck. I've just installed JDK (JDK-1_5_0_04-windows-i586-p.exe) on a Windows XP machine; or thought that I did. 'java'(.exe) is there in the relevant \bin directory. But no 'javac'? Am I going mad?
|
| TimeZone and daylight savings time updates. | 23 Jul 2005 04:28 GMT | 1 |
I'm wondering how java.util.TimeZone gets updated, if at all, when governments change daylight savings time. They're talking about it right now in the US Congress http://news.yahoo.com/s/usatoday/20050722/pl_usatoday/daylightsavingextensiondra wsheatoversafetycost
|
| Apache, Java, & Session Cookies | 22 Jul 2005 22:34 GMT | 1 |
Hi; My company is using an Apache web server with a directory that contains picture files. This directory is protected by an .htaccess file such that anything trying to access the pictures will be blocked unless a
|
| logger.log | 22 Jul 2005 16:11 GMT | 3 |
I inherited a java application which is using the construct "Logger.log" to print error/debug messages. As an example, one line looks like this: Logger.log("ClassName", "Method()", strMsg, e);
|
| Delete non-empty folder: is it possible? | 22 Jul 2005 14:52 GMT | 2 |
I would like to delete a non-empty folder. Using delete method I can delete empty folder. I hope there is a way to delete also non-empty folder, without deleting every subfolders and files in it....
|
| unloading the native library from applet. | 22 Jul 2005 11:53 GMT | 1 |
hi everyone.. I am using a signed applet, that is using the native libraries. The problem is, i am able to access the libraries for the first time. When i am trying to run the same applet again, it gives an error that the
|
| socket connection not being reset correctly | 22 Jul 2005 09:54 GMT | 4 |
I have an instant messenger server written in Java and running on linux. If the connection between the client (C++ win32) gets broken for any reason (e.g. network cable pulled) then the server doesn't notice and still thinks the connection is intact. Whats more, we send out ...
|
| running a jar file via perl cgi | 21 Jul 2005 13:49 GMT | 1 |
I have a jar file that works well by typing on the shell ./java -jar myjar.jar in.txt out.txt but when i try to create a cgi script it will not write the out.txt file There is a textarea form as the input, when user hits submit the script
|
| NullPointerException: Help needed | 21 Jul 2005 11:41 GMT | 4 |
Hello netties, the following code snippet generates a NullPointerException and I have no idea why. The idea behind it is to have a solution for counting / listing only
|
| Socket failure following writeObject | 21 Jul 2005 10:49 GMT | 2 |
I have a test program I've been working on to experiment with socket communication. Well actualy 2 programs - 1 client & 1 server program. Currently the client can request 2 things to be sent from the server and displayed by the client. First is a simple java.util.Date object
|