Falling Sand Game batch file - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Falling Sand Game batch file (/showthread.php?tid=79708) Falling Sand Game batch file by ryxdp on 12-07-2007 at 07:23 AM
I used to have a batch file and the .jar file for the falling sand game, so I could use it on my computer (without a browser). The batch file had something like "java -jar jarfile FSG.jar" and when i ran it, the game opened up in a special window. RE: Falling Sand Game batch file by ShawnZ on 12-07-2007 at 07:34 AM uhh, why not use jar2exe or something? RE: Falling Sand Game batch file by ryxdp on 12-07-2007 at 07:54 AM
doesn't seem to work. RE: Falling Sand Game batch file by andrewdodd13 on 12-07-2007 at 03:06 PM
That "first bit" should be the whole thing. It tells the Java interpreter to run the JAR file. RE: Falling Sand Game batch file by ryxdp on 12-07-2007 at 08:56 PM
So...must be a jar problem. RE: Falling Sand Game batch file by RaceProUK on 12-07-2007 at 10:24 PM How big is the JAR file? Would it be possible to attach it, or host it somewhere so I can have a look at it? RE: Falling Sand Game batch file by ryxdp on 12-07-2007 at 11:11 PM
It works fine in the browser...:/ RE: Falling Sand Game batch file by albert on 12-07-2007 at 11:57 PM If you have the JRE installed and that the jar is well compiled, you should be able to run it just by double clicking on it.. RE: Falling Sand Game batch file by RaceProUK on 12-07-2007 at 11:57 PM The manifest file in the archive doesn't have a main class defined, which is why it doesn't work. However, I wasn't able to figure out how to get it to work. RE: Falling Sand Game batch file by ryxdp on 12-08-2007 at 12:00 AM
So how come it's working in firefox? html code: RE: Falling Sand Game batch file by RaceProUK on 12-09-2007 at 12:49 AM Paste that into an HTML file |