wen shi

Greenhorn
+ Follow
since Aug 23, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by wen shi

hope any one can help me with this. i was using intellij yesterday and intellij was fine.
today when i start it, my intellij cant find the java 5 sdk, i reset it and reload the lib, but still cant find it. i can use cygwin to build the project, and it shows the java -version. it's still working fine. but in the intellij, tjava file keep getting red. can some one advise
thanks a lot paul, can you show me an example code of how to create an excitable jar file to be ran by a batch file? thanks
12 years ago
i have a maven project that need to create a standalone jar to run it locally.
i try to use

xxxx@xxxxx06 /cygdrive/c/devsrc/myproject/target
$ javac -d classes -cp 2.10.0-SNAPSHOT.jar



but it give me error say that no source file can be fund.
can any one advise?
do i need to build a lib or any jar files before hand or it's my classpath is wrong? thank a lot!!!
12 years ago