Ich kann problem Fremdprogramme starten, jedoch selbstcompiliertes stürzt ab mit
ImageShack® - Online Photo and Video Hosting
(Einbinden von Bildern funktioniert wohl nicht?!)
selbst dieses (geklaute) Hello World
habe schon jdks und jre deinstalliert und nur das aktuelle jdk 6_26 neu installiert- gleiche Bild wie zuvor
ImageShack® - Online Photo and Video Hosting
(Einbinden von Bildern funktioniert wohl nicht?!)
selbst dieses (geklaute) Hello World
Java:
public class HelloWorld {
// A program to display the message
// "Hello World!" on standard output
public static void main(String[] args) {
System.out.println("Hello World!");
}
} // end of class HelloWorld
habe schon jdks und jre deinstalliert und nur das aktuelle jdk 6_26 neu installiert- gleiche Bild wie zuvor