-
Hello!
I tried to compile JamVM for an ARM920T (S3C2410A). I followed the INSTALL file and made the configuration by using the command:
> ./configure --prefix=/targets/install/jamvm/prefix --exec-prefix=/targets/install/jamvm/exec --host=arm-linux --target=arm-linux CC=/usr/local/LxNETES-3/arm-linux/bin/arm-linux-gcc LIBS=-L/usr/local/LxNETES-3/arm-linux/lib...
2010-01-05 14:01:47 UTC by thecollar
-
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 by rlougher
-
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 by rlougher
-
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 by rlougher
-
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 by rlougher
-
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 by rlougher
-
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 by rlougher
-
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 by rlougher
-
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 by rlougher
-
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 by rlougher