Click to See Complete Forum and Search --> : Simple question??
marci_sarwan
October 5th, 2000, 10:40 AM
Hello Gurus,
I new to Java and I was wondering is there an editor with debugger like VC++ for Java? If anyone know I would really appreciate because right now I'm writing my Java program with a normal text editor. Thank you!
Marci Sarwan (marci_sarwan@yahoo.com)
P.S. I'm a student so if there's a free Java editor that I can download I would really appreciate it! Thanks!
ramesh_nittur
October 5th, 2000, 11:43 AM
i think you can try working in either Visual cafe or VJ++,which will give you debugging feauture.
AAlex
October 5th, 2000, 01:11 PM
Marci,
There are several programs of this type, but I would recommend you to use a normal Text Editor. The reason: you would learn Java much better. I use a text edito that has the ability to complile java code and it would also tell you the line numbers with errors in your compiled code. It is called TextPad, and it comes for free, as an evaluation copy, in a cd included in this book: Core Java, by Cay S. HorstMann & Gary Cornell. or download a copy from www.textpad.com
weaver
October 5th, 2000, 05:12 PM
If you want to ever do pure java (code that will run on any system), don't use VJ++.
-------------------------------------------
weaver
icq# 64665116
Please rate this post.
http://weaver.x7.htmlplanet.com
Steph M
October 6th, 2000, 07:38 AM
I think you must not begin with Visual J++, because it uses a lot of features specific to microsoft, you can download an evaluation version of JBuilder on Borland's site. The code produced is closest to pure java.
Jprisco
October 6th, 2000, 05:13 PM
You might also want to take a look at IBM's Visual Age for Java.... It has a lot of nice features but again as someone has said a simple text editor works fine and is great for really learning... Theres one diter that I really like but unfortunately I forgot the name and where to get it so Ill reply back when I have that info....
52901368
architur
October 17th, 2000, 09:43 AM
You can get a small version of IBMs Visual AGE for Java, in this version you have no enterprise beans but the Integrated Development Environment is very good.
You can get a free download for example at
http://www.ars.de/java
Jprisco
October 17th, 2000, 06:08 PM
edit plus is the name of the editer I like... It has some nice features check it out at editplus.com
52901368
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.