Hi.
How do I save a program in cmd-format or exe?
I want to start up the program without textpad (ctrl +2) and without to
enter cmd and run it there (java program).
Does anybody know how to save/compile the programfile to a cmd-file
(*.cmd) or (*.exe)?
Search found 4 matches
- Sat Jan 26, 2008 12:47 pm
- Forum: Java
- Topic: Making a cmd-file
- Replies: 1
- Views: 1065
- Tue Jan 22, 2008 12:23 pm
- Forum: Java
- Topic: Errormessage when I run a Java Application
- Replies: 3
- Views: 1409
Re: classpath
This is called classpath. The link you gave comes up in another language that I do not know. The classpath tells the java virtual machine where to find the execuatble file ( which is a .class file with a main() in it ) fixing classpath is problematic. use: "-cp" followed by where the executable ...
- Thu Jan 17, 2008 3:01 pm
- Forum: Java
- Topic: Errormessage when I run a Java Application
- Replies: 3
- Views: 1409
Nobody knows or you dont understand my question? I have both path and classpath fixed and I can run the program..but I still got that annoying message at the top of the cmd-window. http://www.hem.passagen.se/kalip/dos.JPG Its a url to a screenshot I took. Well now you can see the error-message at he ...
- Tue Jan 15, 2008 7:22 am
- Forum: Java
- Topic: Errormessage when I run a Java Application
- Replies: 3
- Views: 1409
Errormessage when I run a Java Application
Hi there, Im new and trying to learn this :D When Im finish with a code and use "Ctrl+1" is says "Tool completed successfully" Then I run the application with "Ctrl+2" I get an errormessage at the top of the cmd-window. Im running my win xp in non english language and will try to translate it in ...