Why I can't use textpad to do java compile?

Using the Java SDK with TextPad

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

Post Reply
windswift
Posts: 2
Joined: Thu Feb 24, 2005 4:51 am

Why I can't use textpad to do java compile?

Post by windswift »

why I don't have the "java compiler" option under Tools?
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

Do you have a Java Development Kit installed on your computer?

If so, have you added the Java commands?
(should be on the list of the Add-Button under Configure - Preferences - Tools, if I remember correctly)
windswift
Posts: 2
Joined: Thu Feb 24, 2005 4:51 am

Post by windswift »

Thanks for your help , after I add java sdk tools, I can compile my java project, but when I run java application(ctrl + 2), it shows : exception in thread "main" java.lang.NoclassDeffounderror: Project1
any key to continue...
press anykey, It comes out
this project can run in other PC.
when use compile java, it says my project has one error, I'm not debug yet.
Post Reply