Java Packager Error

Hi

I am trying to run a file through the Java Packager in jre 1.2.2 using the following command:

C:\Program Files\JavaSoft\JRE\1.2>bin\java.exe -cp lib\rt.jar;lib\swingall.jar;lib\jaws.jar sun.beans.ole.Packager

and I keep getting the following error message:

Exception occurred during event dispatching:

java.lang.NoClassDefFoundError: uk/co/agena/minerva/model/Model

at java.lang.Class.getMethods0(Native Method)

at java.lang.Class.getDeclaredMethods(Unknown Source)

at java.beans.Introspector$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.beans.Introspector.getPublicDeclaredMethods(Unknown Source)

at java.beans.Introspector.getTargetEventInfo(Unknown Source)

at java.beans.Introspector.getBeanInfo(Unknown Source)

at java.beans.Introspector.getBeanInfo(Unknown Source)

at sun.beanbox.JarInfo.<init>(Unknown Source)

at sun.beanbox.JarLoader.createJarInfo(Unknown Source)

at sun.beanbox.JarLoader.loadJar(Unknown Source)

at sun.beans.ole.Packager.loadBean(Unknown Source)

at sun.beans.ole.Packager.generate(Unknown Source)

at sun.beans.ole.Packager.actionPerformed(Unknown Source)

at java.awt.Button.processActionEvent(Unknown Source)

at java.awt.Button.processEvent(Unknown Source)

at java.awt.Component.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.awt.EventDispatchThread.pumpOneEventForComponent(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForComponent(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.run(Unknown Source)

Please can anyone advise any action I can take to overcome this error.

Many Thanks

Angie

[1939 byte] By [Angiea] at [2007-10-2 10:09:32]
# 1
This error is no loner coming up but it is now showing that there is an unsupported class version, I believe this may be because the external jar files and the actual code were compiled in different versions, is there a method to check this?
Angiea at 2007-7-13 1:29:00 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...