Menu

Not Finding Main Class after Export

Help
Sarq6669
2009-03-04
2013-05-20
  • Sarq6669

    Sarq6669 - 2009-03-04

    Eclipse:  3.4.1
    Fat Jar:  Downloaded/installed yesterday Feb latest version.
    Export Specifications:  use extern Jar-name, do not select Manifest file, specify proper main class, specify class path to where the original jars are, do not use one jar, merge and remove signer are checked.

    Error:
    Exception in thread "main" java.lang.NoClassDefFoundError: jl12/Display
    Caused by: java.lang.ClassNotFoundException: jl12.Display
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Could not find the main class: jl12.Display. Program will exit.

    It is not finding the Main-Class I specified.

    Any help would be greatly Appreciated

    Sarq

     
    • Nizar SAKLI

      Nizar SAKLI - 2009-03-31

      I not find the Main-class after run

       

Log in to post a comment.