[JPP-Devel] OJ EXE

2017-11-16 Thread Arun Bharathi
Hi, How do you created jar and exe file of OJ software by supplying program arguments and VM arguments? Thanks and Regards. P.Arun Bharathi -- Check out the vibrant tech community on one of the world's most engaging tech

Re: [JPP-Devel] OJ EXE

2017-11-16 Thread edgar . soldin
Arun, familiarize yourself with maven/ant. the distribution is built w/ them. the files important for this are ./pom.xml ./etc/mvn/*.xml the OJ exe is precompiled and simply executes oj_windows.bat in the same folder supporting parameters. find the sources under ./launcher/OJ-Windows-Exe/ ..ed