Re: jogamp.opengl.windows.wgl.WGL.dispatch_wglGetProcAddress1
Posted by
Sven Gothel on
Nov 07, 2012; 12:42am
URL: https://forum.jogamp.org/jogamp-opengl-windows-wgl-WGL-dispatch-wglGetProcAddress1-tp4026773p4026801.html
On 11/06/2012 10:32 PM, runiter [via jogamp] wrote:
> I have a different problem now.
>
> I download the following jar file:
>
>
http://jogamp.org/deployment/jogamp-current/jar/jogl-all.jar>
> But if I double click it, java tells me that it's corrupt.
>
> If I tries to extract it using winRar, it give the following error msg:
>
> jogl-all.jar: The archive is either in unknown format or damaged
>
> any ideas why it would be working online but become corrupted as soon as I
> download it?!
it's not corrupt but in a diff. format :)
So you may try 'wget' or 'curl' and you will receive the JAR file.
Upon further inspection you may notice it's gzipped/pack200'ed
when downloading it via the web-browser.
I answered this a few times .. well, guess we shall put this in our Wiki/FAQ.
~Sven