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
Java-Gaming.org
>
Java Game APIs & Engines
>
OpenGL Development
>
JOGL Development
>
JOGL JavaOne demos and Mac OS X port
Pages:
1
[
2
]
Print
JOGL JavaOne demos and Mac OS X port
(Read 5030 times)
0 Members and 2 Guests are viewing this topic.
Jeff
JGO Kernel
Posts: 3535
Got any cats?
Re: JOGL JavaOne demos and Mac OS X port
«
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
Ken Russell
JGO Kernel
Posts: 3446
Medals: 3
Java games rock!
Re: JOGL JavaOne demos and Mac OS X port
«
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.
gregorypierce
JGO Strike Force
Posts: 905
I come upon thee like the blue screen of death....
Re: JOGL JavaOne demos and Mac OS X port
«
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!
swpalmer
JGO Kernel
Posts: 3438
Medals: 4
Where's the Kaboom?
Re: JOGL JavaOne demos and Mac OS X port
«
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
I'll try messing with the CLASSPATH. Thanks.
Digital Video
Welcome to reality
Sanity
Pages:
1
[
2
]
Print
Jump to:
Please select a destination:
-----------------------------
Games Center
-----------------------------
=> Featured Games
=> Showcase
=> Contests
===> LWJGL16k - 2011
===> 4K Game Competition - 2012
===> JGO Comp Petite
===> Finished Contests
=====> 4K Game Competition - 2011
=====> 4K Game Competition - 2010
=====> 4K Game Competition - 2009
=====> 4K Game Competition - 2008
=====> 4K Game Competition - 2007
=====> 4K Game Competition - 2006
=====> 4K Game Competition - 2005
=====> Tiny Game 2010
=====> JGO Comp 2009
=====> 16K LWJGL Competition - 2005
=====> Java Technology Game Development Contest - 2004
-----------------------------
Discussions
-----------------------------
=> General Discussions
===> Suggestions
=> Business and Project Discussions
===> Jobs and Resumes
===> Community & Volunteer Projects
=> Miscellaneous Topics
-----------------------------
Game Development
-----------------------------
=> Newbie & Debugging Questions
=> Articles & tutorials
=> Game Play & Game Design
=> Game Mechanics
===> Artificial Intelligence
=> Networking & Multiplayer
=> Performance Tuning
=> Shared Code
-----------------------------
Java Game APIs & Engines
-----------------------------
=> Engines, Libraries and Tools
===> Java 3D
===> JInput
===> jMonkeyEngine
===> Xith3D Forums
===> Tools Discussion
=> Java 2D
===> JavaFX
=> OpenGL Development
===> JOGL Development
===> LWJGL Development
=> Java Sound & OpenAL
===> JOAL Development
=> Java on Mobile Devices
===> Android
===> J2ME
Loading...