ok so i just created a java program in blueJ for my friend to use but how can i get it so that she can open it on her computer, what does making it into a JAR do?
Name:
Anonymous2008-02-12 22:50
new JarProvider(JavaVirtualMachineFactory().instantiate("java-2-se-6.0.1_3"), new ObjectInputStream(new FileInputStream(JAR_FILE))).getManifest().getMainClass().getDeclaredMethod("main").invoke(null, new String[0]);