|
|
|
 |

June 26th, 2005, 11:46 PM
|
 |
General
|
|
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
|
|
Re: OT - Working on a roguelike game...
Say, anyone know of a decent free XML editor for Linux? I looked around but couldn't really come up with much...  I want to start on some data files, just so the player isn't always Ed, the elven archer, fighting against the same 2 monsters every time 
__________________
The Ed draws near! What dost thou deaux?
|

June 27th, 2005, 05:08 AM
|
 |
General
|
|
Join Date: Mar 2001
Location: UK
Posts: 4,245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Working on a roguelike game...
'java' is not recognised as an internal or external command.
Where can I get an exe to get around this? I'd love to support your roguelike, but first I need to run it.
Also, if it's a jar, I should be able to upload it to my phoine... I might give that a try later.
|

June 27th, 2005, 08:02 AM
|
 |
Major
|
|
Join Date: Apr 2004
Location: Atlanta, Georgia
Posts: 1,152
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Working on a roguelike game...
Quote:
dogscoff said:
'java' is not recognised as an internal or external command.
|
This means you do not have the java runtime environment installed on your computer. You can get it from java.com
|

June 27th, 2005, 08:24 AM
|
 |
General
|
|
Join Date: Mar 2001
Location: UK
Posts: 4,245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Working on a roguelike game...
OK, done that, and I guess I'm making progress.
"Failed to create a dungeon! If this message is displayed repeatedly, you might want to abort the program" appears again and again.
At least it's running now.
|

June 27th, 2005, 11:31 AM
|
 |
General
|
|
Join Date: Mar 2001
Location: UK
Posts: 4,245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Working on a roguelike game...
Hmmmm - that java.com download seems to have screwed up some old applets that I need. How can I revert back to java V1?
|

June 27th, 2005, 12:39 PM
|
 |
General
|
|
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
|
|
Re: OT - Working on a roguelike game...
Yeah, that error message appears sometimes... haven't bothered to look into what exactly is causing it to appear repeatedly, though... if it appears, just abort the program and try again...
As for java v1, try this link:
http://java.sun.com/downloads/index.html
The first dropdown box has a huge list of old Java versions...
__________________
The Ed draws near! What dost thou deaux?
|

June 28th, 2005, 03:59 AM
|
 |
Lieutenant General
|
|
Join Date: Nov 2002
Posts: 2,903
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Re: OT - Working on a roguelike game...
I run it under Windows ME from MS-DOS Prompt and get this:
Exception in thread "main" java.lang.UnsupportedClassVersionError: dork/ui/GameF
orm (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknow n Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
How to fix it?
|
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|