use the compiler...

Using the Java SDK with TextPad

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

Post Reply
ani

use the compiler...

Post by ani »

hey,
my english is not that good,but i have a problem with text pad 4, at school we have choices like "java kompilieren, ausführen". and how can i have this? i want the programm to show me my mistakes, and where... can somebody help me?
Jenni

Re: use the compiler...

Post by Jenni »

java kompilieren = Compile Java
ani

Re: use the compiler...

Post by ani »

*rofl*
thanx,but my problem is already alive ;o)
now,i have "compile java","start java-programm",but if i want to start my java
program there is a text:

java.lang.NoSuchMethodError: main
Exception in thread "main"

what does it mean?
Scollon

Re: use the compiler...

Post by Scollon »

You should start running your program from the file in wich the sentence: "Public static void....................") is found. Thats your main file and you must run it from your main file
Post Reply