Results 1 to 4 of 4

Thread: Regular Java

  1. #1
    Join Date
    Aug 2006
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Regular Java

    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

  2. #2
    Join Date
    Aug 2006
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    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.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Aug 2006
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok thanx lots

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •