miao84
04-11-2010, 18:29
Devo creare uno script per linux che avvii un file java web start per il download da compact disc, nella controparte Windows ho creato un file .bat con il seguente codice funzionante:
cd %CD%\..\..\Cartella
javaws -import -shortcut -codebase "file:///%CD%" %* ./file.jnlp
cd %CD%\..\Cartella2\DATA
javaws -import -shortcut -codebase "file:///%CD%" %* ./file2.jnlp
javaws file2.jnlp
come dovrei realizzare la controparte nello script shell per linux?:help:
cd %CD%\..\..\Cartella
javaws -import -shortcut -codebase "file:///%CD%" %* ./file.jnlp
cd %CD%\..\Cartella2\DATA
javaws -import -shortcut -codebase "file:///%CD%" %* ./file2.jnlp
javaws file2.jnlp
come dovrei realizzare la controparte nello script shell per linux?:help: