Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] eigene java-programme laufen nicht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
Gulagong
n00b
n00b


Joined: 03 Dec 2004
Posts: 8

PostPosted: Fri Dec 03, 2004 6:53 pm    Post subject: [OT] eigene java-programme laufen nicht Reply with quote

Hallo erstmal.
Ich habe ein Problem mit Java.
Ich habe sun-j2sdk emerged und java mit java-config nach dem Tutorial konfiguriert, Blackdown war vorher auch schon drauf.
Wenn ich nun dieses Programm laufen lassen will kriege ich probleme.

public class helloworld{
public static void main (String[] args){
System.out.println("Ha Ha Hallo!");
}
}

javac läuft problemlos.
Aber wenn ich dann java helloworld.class aufrufe kriege ich folgende Fehlermeldung:

Exception in thread "main" java.lang.NoClassDefFoundError: helloworld/class

So, mehr weiss ich dazu nicht zu sagen, ich vermute dass die Pfade zu den standard-librarys nicht stimmen, wenn mir also jemand sagen könnte wo diese normalerweise liegen und wie ich sie einstellen kann wäre mir vielleicht schon geholfen.
Dankeschön

mod edit: +[OT]
amne
Back to top
View user's profile Send private message
Haldir
Guru
Guru


Joined: 27 Sep 2002
Posts: 546

PostPosted: Fri Dec 03, 2004 7:00 pm    Post subject: Reply with quote

Du rufst die ohne .class auf.
javac Helloworld.java
java Helloworld
Back to top
View user's profile Send private message
Gulagong
n00b
n00b


Joined: 03 Dec 2004
Posts: 8

PostPosted: Fri Dec 03, 2004 7:09 pm    Post subject: Reply with quote

Alles klar, super - das wars auch schon.....man muss echt blöd sein!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum