Hi all,
I am really struggling to get my application running with webstart. I read quite a few of the earlier postings but still have not found my solution. Any tips would be greatly appreciated!!
Progress so far:
I have re-packaged jogl.jar into a signed jar.
I have packaged the jogl.dll and jogl_cg.dll into a separate signed jar as a windows resource.
I have packed my application into a signed jar too.
So my application downloads fine now and starts up. As soon as it gets to the bit of code where I would expect init() is being called the whole thing vanishes into a puff of logic.
I have tried enabling the logging on webstart but it doesn’t give me any more information.
I have tried packaging the cg.dll and cgGL.dll but with no difference.
I also tried a loadLibrary on jogl with no improvement.
I am running out of options without being able to get some info as to whats going on.
Any suggestions?
Cheers
Peter