Login  Register

Re: Unable to Resolve UnsafeAccess

Posted by drakoskai on Dec 18, 2013; 6:29pm
URL: https://forum.jogamp.org/Unable-to-Resolve-UnsafeAccess-tp4030892p4030954.html

Understood.  
Unfortunately my legacy code requires jogl 1.1.2-ish and  I'm not authorized to update that part, company politics ect... I'm going to infer from your statement that class I'm looking for is generated by the native compile?  So based on that assumption my course of action will be to encapsulate the natives as an artifact and have that build out.  Then, have this source depend on that artifact.  

Thanks!