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
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