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: 1475
- Tue Jan 22, 2008 12:23 pm
- Forum: Java
- Topic: Errormessage when I run a Java Application
- Replies: 3
- Views: 2010
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 ...
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: 2010
- Tue Jan 15, 2008 7:22 am
- Forum: Java
- Topic: Errormessage when I run a Java Application
- Replies: 3
- Views: 2010
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 ...
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 ...