Wrong section + It would help if the image was a bit bigger.
|
|

Wrong section + It would help if the image was a bit bigger.
Did you set the manifest template as "client" and make sure your main class is "client" ?

Maybe client isnt the main class. Sometime's in client's the main is the GUI class (eg. JFrame.class, Gui.class).
Or maybe try finding
"public static void main"
The class that main is in will be the main class.
EDIT: Found this in the batch file
It was in the Gui. But a bunch of these show up on my desktop after I run the jarClient is about to start-up.
java.io.FileNotFoundException: nullMaps\mapConfig.txt (The system cannot find th
e path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.jav a:106)
at java.io.FileInputStream.<init>(FileInputStream.jav a:66)
at java.io.FileReader.<init>(FileReader.java:41)
at client.setNewMaps(client.java:38)
at client.startUp(client.java:7541)
at RSApplet.run(RSApplet.java:33)
at client.run(client.java:4934)
at java.lang.Thread.run(Thread.java:619)
java.lang.NullPointerException
at java.io.File.<init>(File.java:222)
at Update.<init>(Update.java:25)
at client.streamLoaderForName(client.java:3772)
at client.startUp(client.java:7557)
at RSApplet.run(RSApplet.java:33)
at client.run(client.java:4934)
at java.lang.Thread.run(Thread.java:619)
The client does load but its just a white screen, I'm sure it has to do with cache being nulled? (above) ^
![]()
| « [Bear's 474]How do I add animations? | how can i repostion the loading bar » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |