Hi everyone, I am fairly new to programming, but I was wondering if there was a way to run the java program i make when it is not in the bluej compiler (i am using bluej). I would like so that i can double click an icon and my applet runs, like the applets that you can download from the java tutorials site (in a jnlp format i believe) thanks for all your help in advance!
david cashin 0 Newbie Poster
Recommended Answers
Jump to Postif it is an application and not an applet, you could:
1. create a notepad .txt file.
2. rename it to something.bat
3. right click on file and select "edit"
4. type in: java (drag applet .class file here)
5. open start, run, type in cmd
6. drag something.bat …
All 4 Replies
NormR1 563 Posting Sage Team Colleague
mitch9654 3 Light Poster
david cashin commented: thanks this is exactly what i was looking for :) +3
mitch9654 3 Light Poster
NP-complete 42 Junior 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.