Re: jcc dll loading error

2012-05-28 Thread Mark Finkelstein
Thank you, the examples work great! I was able to get basic functionality going, but when I tried to wrap a different jar file I got the following exception: jcc.cpp.JavaError: java.lang.ExceptionInInitializerError Java stacktrace: java.lang.ExceptionInInitializerError Caused by: java.lang.NullPoi

Re: jcc dll loading error

2012-05-28 Thread Andi Vajda
On Mon, 28 May 2012, Mark Finkelstein wrote: Thank you, the examples work great! I was able to get basic functionality going, but when I tried to wrap a different jar file I got the following exception: jcc.cpp.JavaError: java.lang.ExceptionInInitializerError Java stacktrace: java.lang.Excepti

Re: jcc dll loading error

2012-05-28 Thread Mark Finkelstein
It is with that last stated command prompt entry that I get the exception. The thing is, the vast majority classes in the jar (which is made up of several packages) I do not need in order to run this one class, but I think it's failing with the exception because it's trying to wrap these other clas

Re: jcc dll loading error

2012-05-28 Thread Andi Vajda
On May 28, 2012, at 10:29, Mark Finkelstein wrote: > It is with that last stated command prompt entry that I get the exception. > The thing is, the vast majority classes in the jar (which is made up of > several packages) I do not need in order to run this one class, but I think > it's failin