compiling and runing applet

Using the Java SDK with TextPad

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

Post Reply
clive

compiling and runing applet

Post by clive »

I do agree with a lot of other users that this version of textpad is really stinking up the place. How can u go from having a realitively productive software and then making it into this complicated maze...

I finally was able to compile and run application with the help of this forum but I can not see the results of any applet source codes. Yes, I did impliment appletviewer into the tools menu and yes I also tried from the view menu to "view in browser", but I received an I/O exception followed by directory and file name of where I saved my work. Remember the applets do compile but I just can not view the compiled source code in browser or appletviewer. Please help...
John Khalil

Re: compiling and running applet

Post by John Khalil »

Hi, I found the solution to this problem for Windows 2000, I think it will also work for other platforms too. You must go to Configure->Preferences->Tools and change the following things so it reads:

Compiling-
Parameters: $File
Initial Folder: $FileDir

Run Java Applet
Parameters: $(BaseName).html
Initial Folder: $FileDir

This works for me, I can now see me applet running with texpad.
Post Reply