Re: jogamp.opengl.windows.wgl.WGL.dispatch_wglGetProcAddress1
Posted by
Sven Gothel on
Nov 07, 2012; 9:03pm
URL: https://forum.jogamp.org/jogamp-opengl-windows-wgl-WGL-dispatch-wglGetProcAddress1-tp4026773p4026815.html
On 11/07/2012 09:00 PM, runiter [via jogamp] wrote:
> Thanks for the quick reply Sven.
> I have to ask, why not just use the standard jar packaging? does the small
> reduction in file size really worth the headache for us users who just want to
> get your library up and running asap? If I may I like to vote to have
> jogl-all.jar package using standard format.
We do follow the standard in deployment:
<
http://docs.oracle.com/javase/1.5.0/docs/guide/deployment/deployment-guide/pack200.html>
<
http://www.thrysoee.dk/pack200/>
>
> I tried to extract it using wget and curl and unfortunately both of these
> software seem to not have GUI option and require some complex command line
> codes that I couldn't figure out in the 15 minutes that I spent on it even
> though I'm an experienced programmer.
Well, sorry to say - but that is how it is.
>
> Could you please make post the standard format (format that can be open with
> java jar) jogl-all.jar somewhere so I can download it?
Go to subdir archives <
http://jogamp.org/deployment/jogamp-current/archive>,
where you will find all unsigned JARs in one 7z archive:
<
http://jogamp.org/deployment/jogamp-current/archive/jogamp-all-platforms.7z>
You can sign them yourself if you like.
BTW .. the jogamp-all-platforms.7z is the proposed way to go for development.
~Sven