Failed to start HPlotXYX using OpenGL on windows 10 - sergei175 - 05-18-2016 10:27 AM
Hello,
DMelt works on Linux fine, but I want to make 3D surface plot on Windows 10 using OpenGL canvas (HPlotXYZ). When I run my code:
<code>
from jhplot import *
c1=HPlotXYZ()
c1.visible()
</code>
I've got error which ends with:
windows-i586\gluegen-rt.dll
RE: Failed to start HPlotXYX using OpenGL on windows 10 - jworkorg - 05-18-2016 10:30 AM
This usually happens when running 32 bit Java on 64 bit windows. Please reinstall Java for the amd64 architecture.
|