Hi,
is it possible to make the client with Java portable to use them from a USB stick?
Greets
Kandarim wrote:You can run the client from the commandline like this (you can easily dump it in a .bat):
- Code: Select all
start "" java -jar lsalem.jar -U http://game.salemthegame.com/res/ game.salemthegame.com
From the Salem/bin/ directory. If you get some errors about gluegen-rt.dll not being present, you're probably using the wrong version of java and you should try direct links to java:
- Code: Select all
start "" "C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar lsalem.jar -U http://game.salemthegame.com/res/ game.salemthegame.com
JC wrote:I'm not fully committed to being wrong on that yet.
JC wrote:I'm not fully committed to being wrong on that yet.
Users browsing this forum: No registered users and 0 guests