jogl java.lang.UnsatisfiedLinkError: with gluegen-rt.dll -


i have been introduced java , jogl university course. trying set development environment running several difficulties.

whenever try run jogl application following error:

exception in thread "main" java.lang.unsatisfiedlinkerror:  c:\users\user>\appdata\local\temp\jogamp_0000\file_cache\jln8888451586118307843\jln8967240096003338483\gluegen-rt.dll:  access denied 

i every project create, every demo project try run , demo applications try run have @ do.

i can see permission problem. don't understand this:

  1. why gluegen-rt.dll being extracted here?
  2. why there permissions create file not read it?

at moment projects using native jars, if can link me tutorial on how use native libraries instead appreciated.

i running on windows 8 x64 jre7 , using jogl 2.0.

this caused virus scanner (f-secure, microsoft security essentials, ...).

this false positive or real virus infected machine , modified several dlls used gluegen , jogl.

gluegen extracts native libraries jars , copy them temporary directory in order load them, can't loaded directly jars.

using native libraries without jars won't solve problem if virus scanner still considers dangerous.

edit.: can caused conflict maven. remember developer had similar problem few weeks ago. went away after clearing maven's cache in .m2 directory.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -