-
Dear all,
I am using JamVM 15.0. on the AVR32 platform. The AVR32 is big endian. Passing shorts and ints through JNI works fine. When I pass a long parameter through a JNI call the value gets corrupted. After some investigation I monitored all arguments on the stack in the callJNIMethod function (in src/os/linux/avr32/dll_md.c . A long is passed as two u4 items on the ostack. The problem is...
2009-08-27 16:09:57 UTC by dwjbosman
-
Environment: Linux using gnu classpath0.98 and jamvm1.5.3 installed as debian packages.
Calling exists() on a java.lang.File object returns true for a nonexisting file, if the string describing the path is too long (>68 chars?).
The native call to classpath 'native/jni/java-io/java_io_VMFile.c' seems to return the right value (0), but nevertheless the result in the java code is 'true'...
2009-08-19 15:22:32 UTC by resix
-
The environment is:
- the jam vm version is JamVM 1.5.3
- GNU Classpath version is 0.98
- the GNU Classpath is build by disabling the following things as they are not required by us:
. /configure --disable-gtk-peer --disable-plugin --disable-gconf-peer --enable-tools
- we are running jetty 6.1.8 using the jam vm.
- we are connecting to the jetty (which is running on jamvm), through the...
2009-07-15 10:27:01 UTC by ragoel
-
Problem: JAM VM hangs after running for ~2 hours. There is no response from jetty (running on jamvm) at this time.
The environment is:
- the jam vm version is JamVM 1.5.3
- GNU Classpath version is 0.98
- the GNU Classpath is build by disabling the following things as they are not required by us:
. /configure --disable-gtk-peer --disable-plugin --disable-gconf-peer --enable-tools
- we...
2009-07-15 10:26:10 UTC by ragoel
-
Problem: JAM VM hangs after running for ~2 hours. There is no response from jetty (running on jamvm) at this time.
The environment is:
- the jam vm version is JamVM 1.5.3
- GNU Classpath version is 0.98
- the GNU Classpath is build by disabling the following things as they are not required by us:
. /configure --disable-gtk-peer --disable-plugin --disable-gconf-peer --enable-tools
- we...
2009-07-15 07:32:25 UTC by ragoel
-
The most important thing to note is that you can't run iPhone applications from the Terminal: SpringBoard notices that it didn't start the program and kills it. You should read the developers FAQ in Cydia for more general information about installation of iPhone applications, the limitations Apple has implemented, and the workarounds we have in place for them.
2009-07-09 10:17:51 UTC by saurik
-
Hi Kurt,
Thanks for the bug report! I'll review your fix, and put it into CVS (on berlios) as soon as possible.
Thanks,
Rob.
2009-06-30 13:20:17 UTC by rlougher
-
why can't i see the window after run the application HelloJava which was got from the iphone/java package.
there is a process named jamvm in the system processes ,when i start it in terminal window ,it didn't report any error.
Who can give me some advises?
Thanks!
2009-06-26 12:17:33 UTC by steve886
-
Why can't see the window on my ipod touch screen.
In the system processes,i sure found the process 'jamvm',and when i run the jamvm with an example called HelloJava,it didn't show any errors in the terminal window.
I really enjoy the jamvm program, and i expect to write java program on it !
any idea?.
2009-06-26 11:39:38 UTC by steve886
-
Why can't see the window on my ipod touch screen.
In the system processes,i sure found the process 'jamvm',and when i run the jamvm with an example called HelloJava,it didn't show any errors in the terminal window.
I really enjoy the jamvm program, and i expect to write java program on it !
any idea?.
2009-06-26 09:48:02 UTC by steve886