Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: 1 [2]
  Print  
  JOGL JavaOne demos and Mac OS X port  (Read 5030 times)
0 Members and 2 Guests are viewing this topic.
Offline Jeff

JGO Kernel
*****

Posts: 3535


Got any cats?


« Reply #30 on: 2003-06-28 03:12:28 »

Quote
I have the same problem as Axiom, insufficient access rights to see the
jogl-demos.dev.java.net project page. Its kinda hard to request a more privileged role if you not even allowed to see the project page.


I'll point our local Web Wizard (AT Goldberg) at your post and hopefully we can get it straightened out.

JK

Got a question about Java and game programming?  Just new to the Java Game Development Community?  Try my FAQ.  Its likely you'll learn something!

http://wiki.java.net/bin/view/Games/JeffFAQ
Offline Ken Russell

JGO Kernel
*****

Posts: 3446
Medals: 3


Java games rock!


« Reply #31 on: 2003-06-28 20:04:20 »

Regarding JOGL on OS X: my understanding is that the binary will not work with 10.2 as the JAWT in the Java shipped with the 10.3 developer seed contains a key new data member in JAWT_MacOSXDrawingSurfaceInfo not present on earlier versions.

Re: ClassNotFoundException: net.java.games.gluegen.cgram.CToken:

I believe this build error is occurring because you have put antlr.jar in your /System/Library/Java/Extensions directory rather than referring to it with your CLASSPATH environment variable. Doing this causes the ANTLR classes to be loaded by the extension class loader rather than the application class loader so "upward" reflective references (i.e. from the extension loader to the application loader) won't work. To solve this problem, delete antlr.jar from this directory, put it in an unrelated directory, and modify your .cshrc to put the newly-located antlr.jar on your CLASSPATH.
Offline gregorypierce

JGO Strike Force
***

Posts: 905


I come upon thee like the blue screen of death....


« Reply #32 on: 2003-06-29 13:29:35 »

And as an aside, nothing other than standard Sun/Apple extensions go here the same as with the extensions directory in the windows system.

http://www.gregorypierce.com

She builds, she builds oh man
When she links, she links I go crazy
Cause she looks like good code but she's really a hack
I think I'll run upstairs and grab a snack!
Games published by our own members! Go get 'em!
Offline swpalmer

JGO Kernel
*****

Posts: 3438
Medals: 4


Where's the Kaboom?


« Reply #33 on: 2003-07-03 21:18:22 »

I have the antlr.jar in my /User/spalmer/Libraries/Java/Extensions folder.. as it seemed to be the easiest way to persistently put something where Java will find it, and it didn't seem as evil as the /System/... equivalent.

fiddling with environment variables is so 1980's... sigh... I thought we were making progress Smiley

I'll try messing with the CLASSPATH.  Thanks.

Pages: 1 [2]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.075 seconds with 20 queries.