View Full Version : Regular Java
Snorkle?
08-15-2006, 02:38 PM
I Know this might sound stupid but ive been dieing to know how you would save a java document on like notepad or something.
seems like every site i go to it never tells me..
I appreciate it
Snorkle?
08-15-2006, 02:47 PM
Ok obviously no'one knows what im talking about....
lets say you were writing in notepad and you click the X in the top right corner and it said would u like to save the document, well how would u save it to java
In Notepad? You click File->Save As..., select "All Files" in the dropdown menu (to prevent it appending a .txt extension) and type your file's name (complete with .java extension).
However, this doesn't really matter. javac doesn't require the file to have a .java extension to be compiled.
Snorkle?
08-15-2006, 05:40 PM
ok thanx lots
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.