To run the console locally - without java webstart - first download the jar files below into a local directory.

3sh3ll_console.jar
JME3-plugins.jar
lwjgl.jar
jME3-core.jar
jME3-desktop.jar
jME3-lwjgl-natives.jar
jME3-lwjgl.jar
vecmath.jar
oculuslib.jar
jinput.jar
commons-codec-1.9.jar


Second, create a .cmd (windows) or shell script (*nix) with the following line (pick the version for your os):

*nix
java -XX:MaxDirectMemorySize=1848m -cp 3sh3ll_console.jar:jME3-plugins.jar:lwjgl.jar:jME3-core.jar:jME3-desktop.jar:jME3-lwjgl-natives.jar:jME3-lwjgl.jar:vecmath.jar:oculuslib.jar:jinput.jar:commons-codec-1.9.jar com.threeshell.ThreeShell

windows
java -XX:MaxDirectMemorySize=1848m -cp 3sh3ll_console.jar;jME3-plugins.jar;lwjgl.jar;jME3-core.jar;jME3-desktop.jar;jME3-lwjgl-natives.jar;jME3-lwjgl.jar;vecmath.jar;oculuslib.jar;jinput.jar;commons-codec-1.9.jar com.threeshell.ThreeShell


Any of the feeds can be installed locally as well... have a look at the .jnlp file in an editor and do the same thing you did for the console. To get the sniffer feed running locally, first grab the following files:

3sh3ll_probe.jar
commons-codec-1.9.jar

Put all these jars into the same directory, and cd into there. Now you can launch the sniffer with the following command:

java -cp 3sh3ll_probe.jar:commons-codec-1.9.jar com.threeshell.Pro2be

Use "java -cp 3sh3ll_probe.jar:commons-codec-1.9.jar com.threeshell.Pro2be nogui" to run the sniffer with no dialog window.


Questions? support at deepnode.us

home