I have just started learning java and made an first mathematical interactive program which I wanted to distribute with my friends . But I am unable to run the .jar file .
I do the following , I click on export - Runnable.jar - Main.class and select the other options and save it . But when I run it , nothing happens :( .
I have tried looking around and I found some answers but they weren't helpful .
So how should I make an executable.jar with eclipse or without eclipse ?
im abcd -4 Newbie Poster
Recommended Answers
Jump to PostWhat version of JDK/Eclipse are you running?
Jump to PostI found this which claims to be a ble to restore a broken file assoxciation for jar files. I've never used it myself, but it may get you out of trouble... (at your …
Jump to Postthe program ran and said hello
If any part of the program executed, then you have the correct settings in the registry.
You need to look at debugging your code to see why it is not doing what you want.
What happens when you execute the code manually …
Jump to PostIf your program is a console program, use java vs javaw to execute it.
Add a Scanner class object and at the end of the program call a method that will block until the user enters some data.
Jump to PostCertainly the obvious advice is to update your program to use a GUI. This is 2012, and console-based end-user applications just aren't written any more (except in the early stages of learning Java).
You could distribute it with a tiny batch file that just has the single line
java -jar …
All 45 Replies
stultuske 1,116 Posting Maven Featured Poster
im abcd -4 Newbie Poster
stultuske 1,116 Posting Maven Featured Poster
im abcd -4 Newbie Poster
stultuske 1,116 Posting Maven Featured Poster
im abcd -4 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
im abcd -4 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
im abcd -4 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
stultuske 1,116 Posting Maven Featured Poster
Starstreak 13 Light Poster
im abcd -4 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
NormR1 563 Posting Sage Team Colleague
im abcd -4 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
im abcd -4 Newbie Poster
NormR1 563 Posting Sage Team Colleague
im abcd -4 Newbie Poster
stultuske 1,116 Posting Maven Featured Poster
im abcd -4 Newbie Poster
NormR1 563 Posting Sage Team Colleague
im abcd -4 Newbie Poster
NormR1 563 Posting Sage Team Colleague
im abcd -4 Newbie Poster
NormR1 563 Posting Sage Team Colleague
im abcd -4 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.