We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › is there hope for browser jogl
Page Index Toggle Pages: 1
is there hope for browser jogl? (Read 1797 times)
is there hope for browser jogl?
Apr 29th, 2005, 4:45am
 
Is this an utopic dream or is there any prognostic for jogl to invade the territory of shockwave and support openGL in a browser window?
Re: is there hope for browser jogl?
Reply #1 - Apr 29th, 2005, 8:13am
 
there's hope, but we'd first have to

1) make anyone using the jogl stuff install java 1.4 or later (most macosx users, maybe 40% of windows users who have java installed)

2) get the time to figure out how to deal with signing the jogl packages (may even be done for us by the jogl people) and just look into how jogl applets are handled. i'm not terribly optimistic since last i checked, sun was distributing jogl demos via java web start rather than applets, which would tell me that it's difficult to get things to work.

as far as going after shockwave, once we have an army of paid developers like macromedia, yeah! we'll kick their butt. but in the meantime, it's on the todo list. Wink
Re: is there hope for browser jogl?
Reply #2 - Apr 29th, 2005, 8:39am
 
yeah, my question is exactly because I've spent some time at the jogl site and could not find any jogl applet - only metions to it in the forums. Dang!

I just mentioned shockwave because it's the only way that I know - so far - to put openGL in a browser... Sun keeps promoting "java games, wow!" everywhere, but all browser 3d gaming is shockwave...


army of paid developers? We would have to get used to this:

...

Smiley
Re: is there hope for browser jogl?
Reply #3 - May 23rd, 2005, 5:21am
 
I think that Java web start would be an excellent
way to go for this. I tried something quick and dirty by
signing the main .jar and creating a .jnlp file, but
I must be missing something. Webstart downloads
the .jar but then gives me a security violation:

Java Web Start 1.4.2_07 Console, started Sun May 22 23:13:15 EDT 2005
Java 2 Runtime Environment: Version 1.4.2_07 by Sun Microsystems Inc.
Logging to file: ws.log
java.security.AccessControlException: access denied (java.util.PropertyPermission user.dir read)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
at java.lang.System.getProperty(Unknown Source)
at processing.core.PApplet.main(PApplet.java:5245)
at Borg3.main(Borg3.java:266)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Page Index Toggle Pages: 1