TheKingUnderTheHill Posted November 25, 2012 Share Posted November 25, 2012 I'm currently doing a programming assignment for uni (using some progranimate rubbish) and I know this is probably the noobiest question ever, but im not used to using java so, how do I run a .jar file? If I double-click it, timer appears then nothing happens, is there something im missing? Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted November 25, 2012 Share Posted November 25, 2012 I was able to Google this: http://www.wikihow.com/Run-a-.Jar-Java-File Quote Link to comment Share on other sites More sharing options...
Guest NeoSilky Posted December 5, 2012 Share Posted December 5, 2012 In Windows; I always run my Java applications with either a .bat script or just through command line, that way, I get all my output into the console. The command goes along the lines of: java -jar runme.jar Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.