Skip to content

Latest commit

 

History

History

sys-exit-apps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

System Exit Apps: Testing the equivalence of C++ and Java startup times

###SysExitApp.cpp

Build on Linux using the command:

g++ SysExitApp.cpp -o SysExitApp.bin

###SysExitApp.jar

Create a class on Linux using:

javac SysExitApp.java

Create an executable Jar to make compatible with Nailgun using:

jar cmf MANIFEST.MF SysExitApp.jar SysExitApp.class