Today i found that i can't run all the javaclasses but can compiled under the command prompt,few days ago i still can run them.
i try to run some on the eclipse,that are no problem.after checked out the Enviroment variables setting(JDK's path is E:\Java\ jdk1.6.0_24),i founed nothig changed with it.
i also reinstall the jdk ,still not works...Someone help me ,appreciate a lot...
Search Result
Collapse
4 results in 0.0041 seconds.
Keywords
Members
Tags
-
program can compiled but can't runed under command prompt
-
How to uninstall a program by using command prompt?
My computer keeps crashing and a blue screen appears saying something like physical memory dump. I know this is because of a program that i installed. I want to uninstall this program through command prompt. My operating system is Windows 7 64-bit. -
How to run a virus registry program (reimage) from safe mode?
My pc has been crashing so I downloaded reimage.exe. The problem is I get an error message when I try to run it. Is there any chance I can run it from safe mode? If so please provide the specific command prompts as my computer knowledge is limited.
I have Windows XP version 2002. Thanks for anyone's help.
rick -
Execute .jar file from PHP through command prompt
Hi, I have a .jar file which has a command line interface. I want to call the jar file through command prompt and capture the output of the Jar file.
I have tried with the exec() command.
The command I have used is:
Code:exec('java -jar D:\Development\Filehandler\dist\Filehandler.jar getConfigLang', $result);
...