Announcement

Collapse
No announcement yet.

Java Virtual Machine Launcher - Could not find the main class

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Java Virtual Machine Launcher - Could not find the main class

    Hallo
    Ich setzte mein Laptop neu auf.
    - Win XP Prof
    - Avira AntiVir
    - Eclipse 3.2.2
    - jboss-4.2.2.GA
    - jre1.5.0_15

    Einstellungen Systemvariablen
    - JAVA_HOME -> C:\Programme\Java\jre1.5.0_15
    - PATH -> C:\Programme\Java\jre1.5.0_15\bin
    - CLASSPATH -> C:\Programme\Java\jre1.5.0_15\lib

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

    Problem
    - wenn ich mein einfaches HelloWorld auf dem JBoss Server laufen lasse, kommt immer ein Anzeigefenster "Java Virtual Machine Launcher - Could not find the main class. Programm will exit"

    Fragen
    Kann mir da irgend jemand weiterhelfen?
    Ich habe schon das ganze Internet abgesucht aber nichts hilfreiches gefunden.
    Die Porst sind verfügbar, deswegen verstehe ich nicht wo das Problem liegt.

    Dankeschön im Voraus
    Chris

  • #2
    Ich habe schon das ganze Internet abgesucht aber nichts hilfreiches gefunden.
    hmmmmm


    http://today.java.net/pub/a/today/20...lingJBoss.html

    Be sure that you have the 1.4 SDK (Software Development Kit) installed and not just the JRE (Java Runtime Environment).
    Christian

    Comment

    Working...
    X