Hi,
I'm trying to get Project Wonder integrated into an existing application and get the following on launch:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.webobjects._bootstrap.WOBootstrap.main(WOBootstrap.java:71)
Caused by: com.webobjects.foundation.NSForwardException [java.util.zip.ZipException] No such file or directory
at com.webobjects.foundation.NSForwardException._runtimeExceptionForThrowable(NSForwardException.java:47)
at er.extensions.ERXApplication.stringFromJar(ERXApplication.java:343)
at er.extensions.ERXApplication.setup(ERXApplication.java:396)
at er.extensions.ERXApplication.main(ERXApplication.java:353)
at Application.main(Application.java:16)
... 5 more
In /Library/Java/Extensions I have the following jars:
avalon, batik, fop, junit, lucene-core,
Move those someplace else, /Library/WebObjects/Extensions or a framework or somewhere
Get those out too.