View Full Version : JSP
senem
11-12-2007, 01:35 PM
Is is possible to call opengl&cpp codes from JSP?
ZbuffeR
11-12-2007, 02:05 PM
Never heard of JNI ?
If you just want OpenGL from Java, try JOGL (https://jogl-demos.dev.java.net/). Not sure it will work well on the server side though.
What do you want to do really ?
senem
11-13-2007, 01:24 PM
I want to use opengl inside an internet page.
Maybe inside an applet or JSP etc.
4fingers
11-13-2007, 01:31 PM
For JAVA applets then you will be using JOGL
https://jogl-demos.dev.java.net/applettest.html
Otherwise I am not sure about JSP since as ZbuffeR said JSP is a server side technology that dynamically generate HTML, XML or other types of documents in response to a Web client request. I doubt it would be capable of OpenGL.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.