-
Hi Cintia,
How are you trying to open the properties file?
If you want it in the classpath, you should use
java.util.PropertyResourceBundle.getBundle("filename");
which will load a properties file filename.properties from the class
path. Otherwise, if you wish to open the file yourself you could use a
system parameter as an argument to the 'JVMOptions' registry entry...
2001-03-30 21:41:21 UTC in jsrvany
-
Hi Eric,
This problem is a bug in the way hotspot (included in JDK1.3) handles the CTRL_LOGOFF_EVENT in the windows API. See http://developer.java.sun.com/developer/bugParade/bugs/4323062.html for more details.
I have just uploaded a new release (http://download.sourceforge.net/jsrvany/jsrvany-alpha-4.zip) that contains a workaround for this bug, by registering to handle console control...
2000-10-07 05:27:16 UTC in jsrvany
-
dfauth committed patchset 15 of module src to the jsrvany CVS repository, changing 1 files.
2000-10-07 04:33:01 UTC in jsrvany
-
dfauth committed patchset 14 of module src to the jsrvany CVS repository, changing 1 files.
2000-08-10 21:52:32 UTC in jsrvany
-
dfauth committed patchset 13 of module src to the jsrvany CVS repository, changing 2 files.
2000-06-25 10:49:33 UTC in jsrvany
-
dfauth committed patchset 12 of module src to the jsrvany CVS repository, changing 1 files.
2000-06-25 10:48:38 UTC in jsrvany
-
I know of at least one other user using it successfully on Win2k, but with jdk1.2.2. The issue with jdk1.3 would be if the JNI api had changed at all (as it did from 1.1 to 1.2)
I have not seen the jdk1.3 API, and so I would be interested to know if you get it going.
2000-04-20 23:01:10 UTC in jsrvany
-
dfauth committed patchset 11 of module src to the jsrvany CVS repository, changing 1 files.
2000-04-18 14:36:24 UTC in jsrvany
-
dfauth committed patchset 10 of module src to the jsrvany CVS repository, changing 1 files.
2000-04-05 23:21:01 UTC in jsrvany
-
dfauth committed patchset 9 of module src to the jsrvany CVS repository, changing 1 files.
2000-04-05 23:19:55 UTC in jsrvany