当前位置: 技术问答>java相关
How to run Java applications ?
来源: 互联网 发布时间:2015-01-23
本文导语: I use JBuilder2 to compile an application generated by application wizard. It outputs some class files. What I want to know is how can I use Java virtual machine to load the application and run it. I setup the environments correctlly. But, whe...
I use JBuilder2 to compile an application generated by application wizard. It outputs some class files. What I want to know is how can I use Java virtual machine to load the application and run it. I setup the environments correctlly. But, when I use jre.exe to run the application in command line, an error information will show: Class not found. I began to learn Java 3 days ago. So this information confuses me. Is there anyone who can tell me how to do ? I have referenced the help documents, but it does not work.
|
javac j.java
java j
java j