Re: Hardcoded float not working?
Posted by
gouessej on
Dec 24, 2013; 8:30am
URL: https://forum.jogamp.org/Hardcoded-float-not-working-tp4030974p4031051.html
Wade Walker wrote
perhaps this has to do with native buffer handling differences between OpenJDK 6 and 7.
You can force the same page alignment than in Java 1.6 in Java 1.7 with -XX:+PageAlignDirectMemory:
http://docs.oracle.com/javase/7/docs/technotes/guides/io/enhancements.html#jdk7
Miha wrote
My sistem is configured as Slovenian (we use commas in numbers), but that shouldn't present any problems..
It may cause some troubles, change the LANG environment variable to check that.