Talk:A slightly better Java Launcher: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
Great idea! Thanks a lot.
Great idea! Thanks a lot.
altering the startupline to
StrCpy $0 '"$R0" ${PARAMETER} -classpath "${CLASSPATH}" ${CLASS} $CMDLINE'
gives you the ability to work with args[0] in your java main class. otherwise they con't come through.

Latest revision as of 14:47, 13 February 2008

Great idea! Thanks a lot.

altering the startupline to

StrCpy $0 '"$R0" ${PARAMETER} -classpath "${CLASSPATH}" ${CLASS} $CMDLINE'

gives you the ability to work with args[0] in your java main class. otherwise they con't come through.