processing and ProControll in html page
in
Integration and Hardware
•
1 year ago
Hello,
I have a problem with processing and ProControll in html page.
I can see the message in the JAVA console :
Exception in thread "Animation Thread" java.lang.NoClassDefFoundError: Could not initialize class net.java.games.input.DirectInputEnvironmentPlugin
at net.java.games.input.ControllerEnvironment.getEnvironment(ControllerEnvironment.java:195)
at procontroll.ControllIO.<init>(ControllIO.java:91)
at procontroll.ControllIO.getInstance(ControllIO.java:121)
at RealFlightJoystick2.setup(RealFlightJoystick2.java:56)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
line 56 :
controll = ControllIO.getInstance(this);
The html page is here :
http://bernard.o.perso.neuf.fr/Modelisme/JoyStick/index.html
If someone have an idea...
I have a problem with processing and ProControll in html page.
I can see the message in the JAVA console :
Exception in thread "Animation Thread" java.lang.NoClassDefFoundError: Could not initialize class net.java.games.input.DirectInputEnvironmentPlugin
at net.java.games.input.ControllerEnvironment.getEnvironment(ControllerEnvironment.java:195)
at procontroll.ControllIO.<init>(ControllIO.java:91)
at procontroll.ControllIO.getInstance(ControllIO.java:121)
at RealFlightJoystick2.setup(RealFlightJoystick2.java:56)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
line 56 :
controll = ControllIO.getInstance(this);
The html page is here :
http://bernard.o.perso.neuf.fr/Modelisme/JoyStick/index.html
If someone have an idea...
1