Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122814807
part3goal_linux
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jul 22, 08:30
Size
350 B
Mime Type
text/x-shellscript
Expires
Thu, Jul 24, 08:30 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27574252
Attached To
rBAFOURPROJECT InfoVisuGit
part3goal_linux
View Options
#!/bin/sh
APPDIR
=
$(
readlink -f
"$0"
)
APPDIR
=
$(
dirname
"$APPDIR"
)
java -Djna.nosys
=
true
-Djava.library.path
=
"$APPDIR:$APPDIR/lib"
-cp
"$APPDIR:$APPDIR/lib/part3goal.jar:$APPDIR/lib/core.jar:$APPDIR/lib/jogl-all.jar:$APPDIR/lib/gluegen-rt.jar:$APPDIR/lib/jogl-all-natives-linux-amd64.jar:$APPDIR/lib/gluegen-rt-natives-linux-amd64.jar"
part3goal
"$@"
Event Timeline
Log In to Comment