-
Apologies. In fact, this was fixed in JamVM 1.5.2 (released 1/2/09), but I didn't close the bug. It appears I also didn't add it to the release notes.
Rob.
2010-01-03 04:31:59 UTC in JamVM
-
Hi,
Thank you for the bug report. This has been fixed in JamVM 1.5.4 (released 1/1/10).
Thanks,
Rob.
2010-01-03 04:02:37 UTC in JamVM
-
Hi,
Thanks for the bug report. I missed it at first, but it has now been fixed, and is part of the 1.5.4 release.
Thanks,
Rob.
2010-01-03 03:57:26 UTC in JamVM
-
Closing as invalid/Not a bug.
Null is being passed as an argument to a JNI native function. JNI is a low-level interface, for performance it does not validate its arguments (a very small number of JNI functions can have null passed to them, but not these; refer to the JNI specification). It is up to the user of the interface to ensure correct arguments are passed in (in this case GNU...
2010-01-03 00:50:14 UTC in JamVM
-
JHi,
Make sure you have the classpath correct. By default, JamVM looks for class files in the current directory.
E.g. to run the demos, set the classpath to the examples.zip file, e.g. to run the swing demo:
/usr/local/classpath/share/classpath/examples$ jamvm -Xmx2048m -Xms1024m -cp examples.zip gnu/classpath.examples.swing.Demo
Rob.
2010-01-02 22:54:05 UTC in JamVM
-
Hi Kurt,
Many thanks for the bug report. This has been fixed in JamVM 1.5.4 (see the release notes http://sourceforge.net/projects/jamvm/files/jamvm/JamVM%201.5.4/release_notes/view).
Rob.
2010-01-02 22:20:04 UTC in JamVM
-
Hi,
Sorry for the long delay in following this up. Can you try the latest version (1.5.4). This has had several memory related bug-fixes.
Thanks,
Rob.
P.S. Has the bug re-occured since you reported it?.
2010-01-02 22:18:48 UTC in JamVM
-
Thanks for the bug report. This has been fixed in JamVM 1.5.4 (see release notes http://sourceforge.net/projects/jamvm/files/jamvm/JamVM%201.5.4/release_notes/view)
Rob.
2010-01-02 22:14:43 UTC in JamVM
-
Hi Christine,
Thanks for the bug report. This has been fixed in JamVM 1.5.4 (see the release notes ttp://sourceforge.net/projects/jamvm/files/jamvm/JamVM%201.5.4/release_notes/view).
Rob.
2010-01-02 22:10:20 UTC in JamVM
-
rlougher made 1 file-release changes.
2010-01-01 20:45:02 UTC in JamVM