javax pakage not found

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

javax pakage not found

mickey
Hello,

i have this little problem for which I didn't find solution. I can't compile the easiest program in Linux centos

import javax.*;


This line gets this :  javax pakage not found. Could you help me please?

Kind Regards.

----

CentOS Linux release 7.3.1611 (Core)
javac 1.8.0_181
openjdk version "1.8.0_181"
OpenJDK Runtime Environment (build 1.8.0_181-b13)
OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)
linux  mickey0 is offline  Click to check your reputation for this post  
Reply | Threaded
Open this post in threaded view
|

Re: javax pakage not found

gouessej
Administrator
Hello

We no longer use javax in our package names as you can see here:
http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/

Please use up-to-date examples like this one:
https://jogamp.org/wiki/index.php/Rudimentary_standalone_example_using_the_fixed_pipeline_by_Julien_Gouesse
Julien Gouesse | Personal blog | Website