Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where is a programs JAR file?
#9
andrei.xd23 Wrote:wtf? those java files are text files ... just tell me how can i compile an aplication so i can give it to someone else

Calm down. No one likes someone who is overly rude or overly demanding. In order to run a .jar file, you need to start it from the Windows command prompt using the jar command. For example,
Code:
java -jar helloworld.jar

Where helloworld.jar is the name of your JAR file.
My Blog | My Setup | My Videos | Have a wonderful day.


Messages In This Thread
Where is a programs JAR file? - by Derek275 - 01-17-2013, 03:47 PM
Re: Where is a programs JAR file? - by WitherSlayer - 04-23-2013, 07:15 PM
Re: Where is a programs JAR file? - by WitherSlayer - 05-07-2013, 03:40 PM
Re: Where is a programs JAR file? - by WitherSlayer - 05-08-2013, 12:44 AM
Re: Where is a programs JAR file? - by brandonio21_phpbb3_import2 - 05-08-2013, 02:59 PM
You can compile .JAVA files! - by WitherSlayer - 05-08-2013, 03:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  One of my first object oriented programs WitherSlayer 1 9,612 01-03-2013, 09:44 PM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)