Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Debuggin java problems

0 views
Skip to first unread message

Tim Frik

unread,
Jan 29, 2009, 11:26:32 AM1/29/09
to
Hi,

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

Robert Riches

unread,
Jan 29, 2009, 11:33:34 PM1/29/09
to

Have you tried jdb, the Java debugger?

--
Robert Riches
spamt...@verizon.net
(Yes, that is one of my email addresses.)

Maxwell Lol

unread,
Jan 30, 2009, 10:31:53 AM1/30/09
to
Tim Frik <plf...@yahoo.de> writes:

> 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

blueparty

unread,
Jan 30, 2009, 3:25:17 PM1/30/09
to
Tim Frik wrote:
> Hi,
>
> 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.

Do you have problems with other Java programs, or is it just that one
contained in 'file.jar' ?

B

Robert Riches

unread,
Jan 31, 2009, 12:04:38 AM1/31/09
to
On 2009-01-30, Maxwell Lol <nos...@com.invalid> wrote:
> Tim Frik <plf...@yahoo.de> writes:
>
>> 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)
^^^^^^^

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.

0 new messages