|
Dear, Support,
I wonder if you guys can give me some help about jogl support using Hindi language in Windows.
We find if we initialize the jogl, it will copy the related dlls (gluegen-rt.dll, jogl_desktop.dll, jogl_mobile.dll, nativewindow_*.dll, newt.dll) into folder C:\Users\xxx\AppData\Local\Temp\jogamp_0000\file_cache\jln7501999298992822777\jln9138736797833720264\natives\windows-amd64
Everything works fine except after we change the language into Hindi, it will report the following exception:
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Users\xxx\AppData\Local\Temp\jogamp_????\file_cache\jln7611739822787823590\jln7585681356827984427\natives\windows-amd64\gluegen-rt.dll: Can't find dependent libraries
I guess it is because the jogl try to create some language dependent directory (jogamp_????) which make the application unable to locate the dlls.
1. why JOGL will do this "copy" operations?
2. Is there any solution to this exception?
any advice and suggestions will be greatly appreciated.
Best,
Zhi
|