Re: [opensuse] Railworld does not run

2007-02-26 Thread James Knott
Kai Ponte wrote:
 On Sunday 25 February 2007 11:02:50 am James Knott wrote:
   
 J. Scott Thayer M.D. wrote:
 
 I am running Suse 10.2 x64 on an AMD 64 Turion (Acer Ferrari).
 Java is Java 1_5_0sun according to the Yast Software Manager module.
   
 How do you start that game?  I've downloaded the jar file and even tried
 extracting the contents, but I can't find any way to actually run the game.
 

 Geeko  Games  RailWorld?

 I'm wondering if it is a 64-bit thingy.

   
I am now able to start, using the java command, however it's now looking
for some map files.  I couldn't get the rpm version to run as it
requires liquidlnf to be installed.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Railworld does not run

2007-02-26 Thread Anders Johansson
On Monday 26 February 2007 13:08, James Knott wrote:
 Kai Ponte wrote:
  On Sunday 25 February 2007 11:02:50 am James Knott wrote:
  J. Scott Thayer M.D. wrote:
  I am running Suse 10.2 x64 on an AMD 64 Turion (Acer Ferrari).
  Java is Java 1_5_0sun according to the Yast Software Manager module.
 
  How do you start that game?  I've downloaded the jar file and even tried
  extracting the contents, but I can't find any way to actually run the
  game.
 
  Geeko  Games  RailWorld?
 
  I'm wondering if it is a 64-bit thingy.

 I am now able to start, using the java command, however it's now looking
 for some map files.  I couldn't get the rpm version to run as it
 requires liquidlnf to be installed.

Which is also available from packman (I wonder why they removed 
the 'zusätzlich benötige Pakete' section)

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Railworld does not run

2007-02-25 Thread Randall R Schulz
Dr. Thayer,

On Sunday 25 February 2007 09:01, J. Scott Thayer M.D. wrote:
 In trying to start railworld I get the following output:

This is the railroad simulation software from http://railworld.org/?


 starting Rail World ...
 java virtual machine used: /usr/lib64/jvm/java/bin/java
 classpath used:
 /usr/share/java/liquidlnf.jar:/usr/share/java/railworld.jar main
 class used: net.kolls.railworld.opening.Opening
 flags used:
 options used: -Xmx128m
 arguments used:
 Exception in thread main Exception while printStackTrace():
 java.lang.NoClassDefFoundError: java/lang/System

Since the package java.lang and the class java.lang.System are part of 
the Java Runtime Environment (JRE) and are integral to any given 
implementation of the JVM, the fact that they appear to be missing 
suggests there's something wrong with your Java installation.

Are you running on a 64-bit installation of SuSE Linux / openSUSE? Which 
version of Linux are you running? Which version of Java are you 
running? Did you install Java from a SuSE package repository, or did 
you obtain it from Sun or some other third-party source?


 Any ideas?


Randall Schulz
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Railworld does not run

2007-02-25 Thread J. Scott Thayer M.D.
I am running Suse 10.2 x64 on an AMD 64 Turion (Acer Ferrari).
Java is Java 1_5_0sun according to the Yast Software Manager module.
 Dr. Thayer,

 On Sunday 25 February 2007 09:01, J. Scott Thayer M.D. wrote:
  In trying to start railworld I get the following output:

 This is the railroad simulation software from http://railworld.org/?

  starting Rail World ...
  java virtual machine used: /usr/lib64/jvm/java/bin/java
  classpath used:
  /usr/share/java/liquidlnf.jar:/usr/share/java/railworld.jar main
  class used: net.kolls.railworld.opening.Opening
  flags used:
  options used: -Xmx128m
  arguments used:
  Exception in thread main Exception while printStackTrace():
  java.lang.NoClassDefFoundError: java/lang/System

 Since the package java.lang and the class java.lang.System are part of
 the Java Runtime Environment (JRE) and are integral to any given
 implementation of the JVM, the fact that they appear to be missing
 suggests there's something wrong with your Java installation.

 Are you running on a 64-bit installation of SuSE Linux / openSUSE? Which
 version of Linux are you running? Which version of Java are you
 running? Did you install Java from a SuSE package repository, or did
 you obtain it from Sun or some other third-party source?

  Any ideas?

 Randall Schulz
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Railworld does not run

2007-02-25 Thread James Knott
J. Scott Thayer M.D. wrote:
 I am running Suse 10.2 x64 on an AMD 64 Turion (Acer Ferrari).
 Java is Java 1_5_0sun according to the Yast Software Manager module.
   

How do you start that game?  I've downloaded the jar file and even tried
extracting the contents, but I can't find any way to actually run the game.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Railworld does not run

2007-02-25 Thread Anders Johansson
On Sunday 25 February 2007 20:02, James Knott wrote:
 J. Scott Thayer M.D. wrote:
  I am running Suse 10.2 x64 on an AMD 64 Turion (Acer Ferrari).
  Java is Java 1_5_0sun according to the Yast Software Manager module.

 How do you start that game?  I've downloaded the jar file and even tried
 extracting the contents, but I can't find any way to actually run the game.

Did you try the rpm from packman?

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Railworld does not run

2007-02-25 Thread Anders Johansson
On Sunday 25 February 2007 19:34, J. Scott Thayer M.D. wrote:
 I am running Suse 10.2 x64 on an AMD 64 Turion (Acer Ferrari).
 Java is Java 1_5_0sun according to the Yast Software Manager module.

Running railworld.sh in the railworld package from packman, it works like a 
charm.

The error you get seems to indicate that you don't have the complete java 
environment set (in particular, things like java home seem to be missing). 
The railworld.sh start script takes care of setting those for you

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Railworld does not run

2007-02-25 Thread James Knott
Anders Johansson wrote:
 On Sunday 25 February 2007 20:02, James Knott wrote:
   
 J. Scott Thayer M.D. wrote:
 
 I am running Suse 10.2 x64 on an AMD 64 Turion (Acer Ferrari).
 Java is Java 1_5_0sun according to the Yast Software Manager module.
   
 How do you start that game?  I've downloaded the jar file and even tried
 extracting the contents, but I can't find any way to actually run the game.
 

 Did you try the rpm from packman?

   
No, I downloaded the jar file from the RailWorld site.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Railworld does not run

2007-02-25 Thread J. Scott Thayer M.D.
On Sunday 25 February 2007 14:44, James Knott wrote:
 Anders Johansson wrote:
  On Sunday 25 February 2007 20:02, James Knott wrote:
  J. Scott Thayer M.D. wrote:
  I am running Suse 10.2 x64 on an AMD 64 Turion (Acer Ferrari).
  Java is Java 1_5_0sun according to the Yast Software Manager module.
 
  How do you start that game?  I've downloaded the jar file and even tried
  extracting the contents, but I can't find any way to actually run the
  game.
 
  Did you try the rpm from packman?

 No, I downloaded the jar file from the RailWorld site.


OK, I downloaded/installed a couple more java related rpms and all works fine 
now. Starts from the commandline and also the menu.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Railworld does not run

2007-02-25 Thread Ryouga Hibiki

From: J. Scott Thayer M.D. To: opensuse@opensuse.org
Subject: Re: [opensuse] Railworld does not run
Date: Sun, 25 Feb 2007 15:02:19 -0500

On Sunday 25 February 2007 14:44, James Knott wrote:
 Anders Johansson wrote:
  On Sunday 25 February 2007 20:02, James Knott wrote:
  J. Scott Thayer M.D. wrote:
  I am running Suse 10.2 x64 on an AMD 64 Turion (Acer Ferrari).
  Java is Java 1_5_0sun according to the Yast Software Manager module.
 
  How do you start that game?  I've downloaded the jar file and even 
tried

  extracting the contents, but I can't find any way to actually run the
  game.
 
  Did you try the rpm from packman?

 No, I downloaded the jar file from the RailWorld site.


OK, I downloaded/installed a couple more java related rpms and all works 
fine

now. Starts from the commandline and also the menu.


open a terminal, type java, you'll get plenty information about running jar 
files

or type
java -jar archive.jar

yesterday I used smart to update my system, saw the rpms for Railworld on 
the update


Carlos A.

PS: Good to see that there are more games that are not OS specific =)
PS2: something like this reminds me of some episodes of Userfriendly =/

_
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Railworld does not run

2007-02-25 Thread Kai Ponte
On Sunday 25 February 2007 11:02:50 am James Knott wrote:
 J. Scott Thayer M.D. wrote:
  I am running Suse 10.2 x64 on an AMD 64 Turion (Acer Ferrari).
  Java is Java 1_5_0sun according to the Yast Software Manager module.

 How do you start that game?  I've downloaded the jar file and even tried
 extracting the contents, but I can't find any way to actually run the game.

Geeko  Games  RailWorld?

I'm wondering if it is a 64-bit thingy.

-- 
kai

Free Compean and Ramos
http://www.perfectreign.com/?q=node/46
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]