Name: Anonymous 2008-02-11 22:14
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?
// easy way to output to a file with a specific encoding:
new BufferedWriter(new OutputStreamWriter(new FileOutputStream(filename), encoding));