
Sebastian_Troy {l Wrote}:This project now has a github, check it out! https://github.com/SebastianTroy/OpenSourceRPG
charlie {l Wrote}:Sebastian_Troy {l Wrote}:This project now has a github, check it out! https://github.com/SebastianTroy/OpenSourceRPG
Great news. Looking forward to new developments!
shirish {l Wrote}:nice, although it's a shame the wiki shows a 404
https://github.com/SebastianTroy/OpenRPG/wiki
Sebastian_Troy {l Wrote}:shirish {l Wrote}:nice, although it's a shame the wiki shows a 404
https://github.com/SebastianTroy/OpenRPG/wiki
Fixedalthough its not much to look at right now...
The link is https://github.com/SebastianTroy/OpenSourceRPG/wiki
$ java Game.java
Exception in thread "main" java.lang.NoClassDefFoundError: Game/java
Caused by: java.lang.ClassNotFoundException: Game.java
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: Game.java. Program will exit.
shirish {l Wrote}:Just trying to run with java gives me this :-
- {l Code}: {l Select All Code}
$ java Game.java
Exception in thread "main" java.lang.NoClassDefFoundError: Game/java
Caused by: java.lang.ClassNotFoundException: Game.java
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: Game.java. Program will exit.
~/games/hale$ cat hale.sh
#!/bin/bash
java -Djava.library.path=lib/native/linux -classpath hale.jar:lib/lwjgl.jar:lib/TWL.jar:lib/xpp3-1.1.4c.jar:lib/json-smart-1.0.9.jar net.sf.hale.Game
Sebastian_Troy {l Wrote}:I actually use eclipse for all of my projects, I have just realised that there is no META-INF folder on the github, this will be fixed asap, as for running it from some kind of command promt, I have no idea, but the main method is in a class called "hub.java", there is no class called "Game.java". So I can put it on a wiki, can someone link me a tutorial of the ways you can start a java project and I can update the wiki today
java <package>.<Class>
java -jar <jar file>.jar
java -cp <jar file>.jar <package>.<Class>
shirish {l Wrote}:/me waiting for Sebastian Troy to do whatever necessary.
Sebastian_Troy {l Wrote}:shirish {l Wrote}:/me waiting for Sebastian Troy to do whatever necessary.
I uploaded a runnable .jar for the time being, I'm actually very busy right now, and this is my smallest priority right now, I'm sorry to keep you waiting, I'll get it done relatively soon, when I have some breathing space!
I am now single. This means I should have plenty of time...
commit 204559729d08d0b32da30c1348207bb53c1fa1d2
Author: Sebastian Troy <sebastiantroy@btinternet.com>
Date: Tue Apr 24 18:36:43 2012 +0100
added runnable .jar
Sebastian_Troy {l Wrote}:I'm sorry that the game is currently dead.
I have lots of projects that I want to work on, this one I'm sure I'll get
back to eventually...but for now, Uni, app development and sleep are taking
priority. I'm replying by email so as not to bump the thread. If you are
interested in it then feel free to take the code and improve or simply
start it from scratch, it's a fairly well read thread so you could use that
popularity to your own ends, for your own project =]
If you personally aren't interested, then I would suggest at least posting
a message to inspire the community into starting their own RPG on the
thread, I mean there are about 6000 people who have looked at and I'm sure
a lot of them would be willing to help if a game was being built, maybe
there is someone in the list who does have the time to orchestrate it?
Users browsing this forum: No registered users and 1 guest