Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-01-2007, 06:52 AM
Senior Member
 
Join Date: Jun 2007
Posts: 114
Albert is on a distinguished road
java.lang.UnsatisfiedLinkError: JAWT_GetAWT()
I'm having trouble running my code on Linux (it works on Windows). The error is at runtime and is java.lang.UnsatisfiedLinkError: JAWT_GetAWT(). It happens in my call to GLDrawableFactory.getFactory().createGLCanvas(glCa ps);. I've been trying to make sure that libjogl.so is being accessed and haven't had any luck.

Any ideas?

Albert
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-01-2007, 06:56 AM
Member
 
Join Date: Jun 2007
Posts: 92
Daniel is on a distinguished road
This is a pretty old bug. There are a few workarounds but your best bet is to upgrade the JDK you have on Linux. From what I can see it looks like this is a 1.4.0 bug.

I found this link that shows a possible workaround.
Greetings
Daniel
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-01-2007, 06:58 AM
Member
 
Join Date: Jun 2007
Posts: 95
Felissa is on a distinguished road
You must mention -Djava.library.path="<path to the libjogl">,
Also, on LINUX please enter the LD_LIBRARY_PATH=<path to the libjogl>
and don't forget to export LD_LIBRARY_PATH.

This should solve your problem. Otherwise please give the complete error output.

Felissa
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error: cannot resolve symbol' on Person (java.lang.String, java.lang.String) baltimore New To Java 2 09-18-2008 09:30 AM
UnsatisfiedLinkError: lob_createTemporary Nauman Database 0 08-12-2007 05:23 PM
java.lang.OutOfMemoryError with java vector mary New To Java 3 08-03-2007 12:55 PM
java.lang.OutOfMemoryError: Java heap space paul Advanced Java 1 07-25-2007 10:07 PM
java.lang.UnsatisfiedLinkError: no parport in java.library.path Heather NetBeans 2 06-29-2007 04:45 PM


All times are GMT +3. The time now is 12:52 PM.


VBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org