|
|
Back to UserFriendly Strip Comments Index
|
JAVA help PLEASE! | by daemon_poet | 2005-08-04 11:51:30 |
|
from your description | by spiffikins | 2005-08-04 12:57:31 |
|
Sorry, lacking lotsa sleep | by daemon_poet | 2005-08-04 13:09:51 |
|
can you run main outside of jar? n/t | by chijik | 2005-08-04 13:25:46 |
|
Yea, the program works perfectly (n/t) | by daemon_poet | 2005-08-04 13:29:43 |
|
ok, | by chijik | 2005-08-04 13:32:13 |
|
Heh, sorry. | by daemon_poet | 2005-08-04 13:38:17 |
|
hmmm, send me the jar? | by chijik | 2005-08-04 13:40:55 |
|
I cant. | by daemon_poet | 2005-08-04 13:45:37 |
| some useful-looking suggestions here |
by chijik |
2005-08-04 14:28:29 |
http://mindprod.com/jgloss/javaexe.html
among them:
If you use the -jar option, the java.exe ignores the classpath. It will only look in that jar. You can't specify a class. You must use the class specified in the manifest. To execute some other class, don't use -jar ; put the jar on the classpath instead.
are character cases consistent?
from me:
can you comment out most of your code, so you debug top-down? so, start with only a few skeleton classes with all method bodies commented out, then add one call to the gui class, but let gui do no work, etc?
and what's inside your manifest file?
good luck, dudes. |
|
[ Reply ] |
|
|
[Todays Cartoon Discussion]
[News Index]
|
|