|
MickeyB
|
 |
«
Reply #1 - Posted
2004-10-29 16:02:30 » |
|
I had lots of views but no replies...then I realized my port number was off.
I can't get this link to work, but the only remote plce I can test from is not very reliable. It runs locally though.
Thanks.
M
|
|
|
|
kevglass
|
 |
«
Reply #2 - Posted
2004-10-29 18:06:50 » |
|
Looks like the MIME type isn't work out for you.
Kev
|
|
|
|
Games published by our own members! Check 'em out!
|
|
MickeyB
|
 |
«
Reply #3 - Posted
2004-10-29 18:37:11 » |
|
I thought that too, but I had GT6 (Glaalxy Traders) working on that machine just fine. I added a second link to the other machine in that office.
|
|
|
|
ap_kelly
Junior Devvie  
Java rocks!
|
 |
«
Reply #4 - Posted
2004-10-30 06:01:44 » |
|
I just get connection refused, looks like the machine isn't up and running.
Andy.
|
|
|
|
Matzon
|
 |
«
Reply #5 - Posted
2004-10-30 06:15:56 » |
|
same here
|
|
|
|
MickeyB
|
 |
«
Reply #6 - Posted
2004-10-30 12:44:00 » |
|
my apologies for corss posting this reply...though worded differently.
It seems I can run my game by java org.mb....game but not from a jar. Fails to find the lwjgl stuff when jarred and I have include the dll's and jar inthe final jar.
Whaqt am I doing wrong?
How should I build the jar for my game that uses lwjgl? thanks
EDIT: ok, I have this working java -jar CW.jar and it runs the lwjgl stuff, etc... runs great. Still freakin fails from webstart with the same old invocationtargetexception showing it cant find the lwjgl stuff...doh! M
|
|
|
|
MickeyB
|
 |
«
Reply #7 - Posted
2004-11-01 14:00:12 » |
|
wrong again.
Thought I had it running as a standalone jar, but nope! If lwgjl.jar is in the same directory as my jar it works. If it is in a directory without it it will not run, even though I have included lwjgl.jar in my jar (as well as dll's) and update my manifest for Class-Path: lwjgl.jar and still no luck, otherwise I would make a jar available until I can get a server to run jnlp's on.
thoughts?
M
|
|
|
|
kevglass
|
 |
«
Reply #8 - Posted
2004-11-01 15:06:30 » |
|
It sounds like you've lwjgl into another jar... i.e. yours, this won't work.
Kev
|
|
|
|
MickeyB
|
 |
«
Reply #9 - Posted
2004-11-01 15:51:26 » |
|
so the correct way is to jar my app, then put it in a directory with the lwjgl jar (and dlls), then run it. This works, but wasnt sure if this was the right method. If so, now to get jnlp and server access working again.
|
|
|
|
Games published by our own members! Check 'em out!
|
|
kevglass
|
 |
«
Reply #10 - Posted
2004-11-01 15:54:52 » |
|
Yep, thats the right method. If you're using DLLs I guess you know you need to stick them in Jars for webstart.
Kev
|
|
|
|
MickeyB
|
 |
«
Reply #11 - Posted
2004-11-01 17:22:44 » |
|
jar them and put them in the dir with my app and the lwjgl jar (I had been putting them in my jar as well) and ref them as resources in the jnlp
|
|
|
|
|
|