
December 5th, 2000, 12:59 PM
|
|
Junior Member
|
|
Join Date: Dec 2000
Location: Werl,NRW,Germany
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I wrote a little programm for testing like this:
class test
{
public static void main( String args[])
{
System.out.println("Test");
}
}
I got a error description like:
"Exception in thread main <something> <filename>/<fileextension>"
What had i done wrong? Where is the mistake i had made?
|