Please Read

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Kevin

Please Read

Post by Kevin »

I posted this problem a week ago but I guess since I don't where a skirt no one is willing to help me. My problem is with Textpad which I have downloaded to try the free trial version however, when I try to compile I receive an error. I have reported this to Textpad Techs who have given me the run around. Finally, they told me to post my problem to this site for assistance which I have done with no resolve. The message I get when I try to compile is.......Javac.exe has encountered a problem and needs to close.
I am using Windows XP, OS
Please help if you can.
goku

Re: Please Read

Post by goku »

which version of jdk ?
Kevin

Re: Please Read

Post by Kevin »

I am using 1.2 version
Jeff Epstein

Re: Please Read

Post by Jeff Epstein »

Try uninstalling and then reinstalling the JDK. It might just be corrupted.

:' )
Jeffy
http://www.jeffyjeffy.com/textpad
Dave Dung

Re: Please Read

Post by Dave Dung »

Yeah that should fix it or you mite wanna reinstall XP i had a smililar problem
Russell

Re: Please Read

Post by Russell »

Most likely you need to reinstall your JRE. I would also take the time to move to at least jsdk1.3. In the meantime you could try using the -verbose flag to indicate if your even getting to compile a file before failing.
Jeremy

Re: Please Read

Post by Jeremy »

If you can compile Java fine from your dos prompt, this is not a java issue - its textpad not finding the java stuff correctly. I had this problem also, and resolved it by reseting my class paths, and the java tools within textpad.

Somut wierd with XP i think... but atleast it don't crash every 30 secs like '98 did :P
JavaPro

Re: Please Read

Post by JavaPro »

Goto http://www.borland.com. Download thier free JBuilder Personal edition
http://borland.com/jbuilder/personal/index.html
You will never user any other Java IDE again
Post Reply