I'm running openSUSE 11.0 (i586). When trying to run a java program with
/usr/bin/java -Xmx1024m -cp file.jar
the GUI of the software freezes after some time.
I'm using
java version "1.6.0"
IcedTea Runtime Environment (build 1.6.0-b09)
OpenJDK Client VM (build 1.6.0-b09, mixed mode)
The same jar file works perfectly on a Debian system,
so the application should be
Can you give me some hints how I can debug this problem.
Thank you.
Tim
Have you tried jdb, the Java debugger?
--
Robert Riches
spamt...@verizon.net
(Yes, that is one of my email addresses.)
> I'm using
> java version "1.6.0"
> IcedTea Runtime Environment (build 1.6.0-b09)
> OpenJDK Client VM (build 1.6.0-b09, mixed mode)
The latest Sun version is 1.6.0.11.
You can use the Sun java instead of an open
source version
See http://en.opensuse.org/Installing_Sun%27s_Java_on_SUSE_Linux
Do you have problems with other Java programs, or is it just that one
contained in 'file.jar' ?
B
Gack! I missed that last time.
> The latest Sun version is 1.6.0.11.
> You can use the Sun java instead of an open
> source version
> See http://en.opensuse.org/Installing_Sun%27s_Java_on_SUSE_Linux
I'll second the suggestion to use _REAL_ Sun Java. OpenJDK
might someday become usable, but it hasn't yet, IMNSHO.