J jtalerico macrumors 6502 Original poster Feb 10, 2006 #1 Is there a way to build a executable with Java? Or even that Java WebStart thing...
Flowbee macrumors 68030 Feb 10, 2006 #2 I have a related question: Is there any way to learn about Java basics by using Google?
jeremy.king macrumors 603 Feb 10, 2006 #3 You can make a jar runnable by including some information in your manifest file. http://java.sun.com/j2se/1.4.2/runtime.html#jar http://java.sun.com/j2se/1.4.2/docs/guide/jar/index.html
You can make a jar runnable by including some information in your manifest file. http://java.sun.com/j2se/1.4.2/runtime.html#jar http://java.sun.com/j2se/1.4.2/docs/guide/jar/index.html
jeremy.king macrumors 603 Feb 10, 2006 #4 Flowbee said: I have a related question: Is there any way to learn about Java basics by using Google? Click to expand... http://java.sun.com/developer/onlineTraining/new2java/index.html
Flowbee said: I have a related question: Is there any way to learn about Java basics by using Google? Click to expand... http://java.sun.com/developer/onlineTraining/new2java/index.html
Mitthrawnuruodo Moderator emeritus Feb 10, 2006 #5 Is there an easy way to detect sarcasm...? http://developer.apple.com/java/
jeremy.king macrumors 603 Feb 10, 2006 #6 Mitthrawnuruodo said: Is there an easy way to detect sarcasm...? http://developer.apple.com/java/ Click to expand... 🙂 didn't see the <sarcasm> tags 😉 Although, I wouldn't consider building a runnable jar file as basic.
Mitthrawnuruodo said: Is there an easy way to detect sarcasm...? http://developer.apple.com/java/ Click to expand... 🙂 didn't see the <sarcasm> tags 😉 Although, I wouldn't consider building a runnable jar file as basic.
J jtalerico macrumors 6502 Original poster Feb 10, 2006 #7 I have tried Jar files, but my program requires a different lib. commons net.. And for some reason it will not run the jar. Just spits out errors.
I have tried Jar files, but my program requires a different lib. commons net.. And for some reason it will not run the jar. Just spits out errors.
jeremy.king macrumors 603 Feb 10, 2006 #8 jtalerico said: I have tried Jar files, but my program requires a different lib. commons net.. And for some reason it will not run the jar. Just spits out errors. Click to expand... I'd suggest you post your errors so others can help you. To use other jars look at the Class-Path attribute in your manifest file.
jtalerico said: I have tried Jar files, but my program requires a different lib. commons net.. And for some reason it will not run the jar. Just spits out errors. Click to expand... I'd suggest you post your errors so others can help you. To use other jars look at the Class-Path attribute in your manifest file.