Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 7 of 7

Thread: access restriction??? wtf!?!

  1. #1
    Member wolfgar's Avatar
    Join Date
    Oct 2009
    Location
    the middle of the woods
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default access restriction??? wtf!?!

    yesterday i just installed j3d but when i started using it all of the classes gave me this error
    Access restriction: The type SimpleUniverse is not accessible due to restriction on required library C:\Program Files\Java\jre6\lib\ext\j3dutils.jar
    what happened and how do i fix it ?
    Programming: the art that fights back


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: access restriction??? wtf!?!


  3. #3
    Member wolfgar's Avatar
    Join Date
    Oct 2009
    Location
    the middle of the woods
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default Re: access restriction??? wtf!?!

    actually yeah XP
    Programming: the art that fights back

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: access restriction??? wtf!?!

    This doesn't answer your question, but for what its worth, in my experience with j3d - which includes much blood, sweat, and tears - I came away thinking j3d needs much work and a major overhaul. The issues I encountered was memory leaks. I know I know, hard to associate java with memory leaks, but I spent a good deal of time tracking them down, watching memory useage climb when it shouldn't, seeing out of memory exceptions, and researching the root of the problems, finally concluding it was j3d itself. For smaller projects its probably not an issue, but for larger projects you may want to consider an alternative, many of which aren't pretty (I ended up porting to c++ using OpenGL, but openGL can be used through the java interface JOGL).

  5. #5
    Member wolfgar's Avatar
    Join Date
    Oct 2009
    Location
    the middle of the woods
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default Re: access restriction??? wtf!?!

    ok , so i'll play around with j3d for a while b4 i search for a program that can be used for a larger scale ( bigger than rune scape scale =D )
    Programming: the art that fights back

  6. #6
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: access restriction??? wtf!?!

    Java 3D is no longer maintained (I think it's been inactive for around 2 years or so). If you're looking for a good hardware accelerator for Java that has 3D support, use JOGL. I heard there's also a great little API for 2D apps that's not as complicated as JOGL, but I don't remember what it's called.

  7. #7
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: access restriction??? wtf!?!

    There is always something called Slick I think which is a 2D graphics engine built on top of OpenGL

    // Json

Similar Threads

  1. Default Access (package access) confusion
    By gauravrajbehl in forum Java Theory & Questions
    Replies: 1
    Last Post: November 18th, 2009, 04:11 AM
  2. Access the Same Socket
    By ahmmnhwa in forum Java Networking
    Replies: 5
    Last Post: October 29th, 2009, 11:50 AM
  3. access database connectivity from outside an application
    By suchirag in forum JDBC & Databases
    Replies: 0
    Last Post: October 29th, 2009, 02:03 AM
  4. Random Access File
    By silver_unicorn in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: August 12th, 2009, 01:51 AM
  5. Random Access File
    By silver_unicorn in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: August 10th, 2009, 10:44 PM