Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Basically we are just starting java and are onto the basics, what made me make this thread was the other day when we wrote some simple code and it wouldn't compile. I spent an hour looking for the error and it turned out it was a typo. So i am hoping i can find a program that could maybe spot something like this, rather than TextPad which is useless for that.drizzt81 said:ps.: What does "best" mean? Least amount of RAM used when running? Most flexible? Least complicated? Most features?
Might be a good place to start, but as soon as you've got a basic grasp of what you're doing, I'd suggest you move on. I'm pretty sure it's only intended as a teaching tool. Aside from that, it seems pretty buggy... More than once I sat there for an hour trying to find the source of some nonsensical compiler error, only to have it disappear as soon as the project was reloaded. Plus the BlueJ input console seems to have a few quirks, so some of my programs using the standard input stream, once I finally got them working in BlueJ, would only work in BlueJ.cburwell said:I use BlueJ for Java.
LuminaryJanitor said:Might be a good place to start, but as soon as you've got a basic grasp of what you're doing, I'd suggest you move on. I'm pretty sure it's only intended as a teaching tool. Aside from that, it seems pretty buggy... More than once I sat there for an hour trying to find the source of some nonsensical compiler error, only to have it disappear as soon as the project was reloaded. Plus the BlueJ input console seems to have a few quirks, so some of my programs using the standard input stream, once I finally got them working in BlueJ, would only work in BlueJ.