The sun's java workshop (not studio, it is for beginners) is a free tool (IDE) to develop java applets and applications. You can download from the java.sun.com, about 9MB. It has a usable debugger and profiler too. It was written in java, thus you need a strong hardware (Min. P166, 64MB RAM).<br>
You also use the debugger in the JDK, but it is very stupid.<br>
<br>
Good luck,<br>
Otto.
Thanks, I will try it. I loaded it up MS J++ 1.1 in desperation because I knew it had a debugger though I had a strange problem. There in a declaration of BufferedReader (to read in an input file) in my class. The syntax and all is is correct, with no errors from JDK 2, bit MS keeps giving me class not found errors. Therefore I can use it's (MS J++ 1.1) debugger. Is this class JDK 2 only? Anymore suggestions greatly appreciated meantime...<br>
Thanks Otto,<br>
DigitalOx
The jdk has the BufferedReader class since jdk1.1, thus you may have other problem. Are you sure to import java.io.* or java.io.BufferedReader? The CLASSPATH and other environment variables are set correctly for M$ J++ (or the J++ has own class library, maybe, I do not not, because I have never seen M$ J++ - luckily - ).<br>
Bye, Otto.<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.