Suresh Pala

Greenhorn
+ Follow
since Oct 12, 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 Suresh Pala

Hi,


I am having source code in the form of executable jar file and i want to prepare an exe file or any jar file which allows user to execute the source code just

by clicking on it.

Actually i prepared an executable file using Jar2Exe s/w trail version. Here is the problem i am facing , the exe file i prepared actually contains code(in the

form of jar files) to interact with SubVersion(SVN) to perform checkout and checkin operations. when i try to execute the exe file, it was failed to interact with

SVN but when i exeute the jar files by adding to classpath (.i.e. by adding all jar files to java project classpath) ,it runs successfully.

i added all main and dependent jar files when i was creating exe file using Jar2Exe s/w.


Thanks and Regards

Suresh Pala

12 years ago