17 lines
463 B
Plaintext
17 lines
463 B
Plaintext
|
|
# loading the images in browser does not work because of security signing stuff
|
|
# but the appletviewer should work if I could rem the right setup!!
|
|
-D applet
|
|
-java java
|
|
-main JigsawxJava
|
|
#-resource tablecloth.jpg@tablecloth
|
|
-D haxe3
|
|
--next
|
|
-cmd cd java/src
|
|
-cmd javac haxe/root/JigsawxJava.java -d ../
|
|
-cmd cd ..
|
|
-debug
|
|
-cmd jar cvf jigsawx.jar *
|
|
-cmd appletviewer jigsawxjava.html
|
|
#-cmd open -a /Applications/Opera.app http://localhost:8080/jigsawxjava.html
|