Java editor
Results 1 to 6 of 6

Thread: Java editor

  1. #1
    Registered User WebHead's Avatar
    Join Date
    Oct 2000
    Posts
    8,208

    Post Java editor

    Does anyone have any suggestions on a good Java editor for Windows besides notepad? I love notepad, but I'd like something that adds color to the text to make debugging a little easier. I'll probably just download Forte' (whenever I actually get this lousy DSL), but I was kinda hoping someone knows of something that's already built into Windows that will do that, or something downloadable that's smaller in file size than Forte' (Forte's is about 30mb).
    Hello World

  2. #2
    Registered User Akuma's Avatar
    Join Date
    Nov 2001
    Location
    The Void
    Posts
    826

    Post

    Code Warrior. It is a front end for Java made by MetroWerks. It is a VB style front end that allows the programmer to debug in a VB type fashion. You still have to put the code in using Notepad, but CodeWarrior will do the rest. <a href="http://www.metrowerks.com"" target="_blank">Click here</a> to get started with CodeWarrior.
    Sooouuuushi!

  3. #3
    Registered User WebHead's Avatar
    Join Date
    Oct 2000
    Posts
    8,208

    Post

    Cool,.. I'll give it a try,.. thanks.
    Hello World

  4. #4
    Registered User
    Join Date
    Jul 2001
    Posts
    35

    Post

    While code warrior is a good program (I have used it for c++), but I would always recommend BlueJ, even over jbuilder(not fond of). Best thing about it is that it is free.

    I would recommend getting the 1.12 version since it is much faster then the latest version.

    Try this link, it is 1.11 but still just as good:
    <a href="http://www.csis.gvsu.edu/class/cs162/bluej-111.jar.zip" target="_blank">http://www.csis.gvsu.edu/class/cs162/bluej-111.jar.zip</a>


    This also may be helpful:
    <a href="http://www.csis.gvsu.edu/class/cs162/readme.txt" target="_blank">http://www.csis.gvsu.edu/class/cs162/readme.txt</a>

  5. #5
    Registered User
    Join Date
    Jul 2001
    Posts
    35

    Post

    By the way,the size of bluej is under 2 megs.
    It has a good gui layout and I find its debugging features good.
    It is a java complier written in java, It does crash from time to time during the startup of the program, but once the program is running I have never had problems.
    So you dont have the risk of losing code.

  6. #6
    Registered User WebHead's Avatar
    Join Date
    Oct 2000
    Posts
    8,208

    Post

    Cool,.. thanks Earthlingttc. That sounds like exactly what I want. I'll check it out tonight.
    Hello World

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
  •