ARToolKit | Mailing List Archive |
![]() |
From: | Stuart Reeves <str00u@C ............> | Received: | Oct 7, 2002 |
To | artoolkit@h .................. | ||
Subject: | JARToolkit | ||
Hi, I read the notes from the ART02 etc. conferences, and i was interested to hear about JARToolkit. Is it possible to get hold of it currently? later, Stuart --- email: stuart@t ............ my pointless, self-congratulatory vanity site is located here: http://www.nontrivial.uklinux.net |
From: | Arvind Lakshmikumar <kla@c .........> | Received: | Apr 15, 2003 |
To | artoolkit@h .................. | ||
Subject: | JARToolkit | ||
This question is directed to folks who use the Java extension to ARToolkit (JARToolkit). I am trying ti compile it with GL4Java and I get the following error: Sorry, can't find the library: GL4JavaJauGljJNI14 java.lang.UnsatisfiedLinkError: no GL4JavaJauGljJNI14 in java.library.path Process terminated with exit code 1 I assume this means the linker can't find the GL4JavaJauGljJNI14.dll, but it is in my library path. Any ideas are appreciated.. Thanks, Arvind //////////////////////////////////////////////////////////////////////////// Arvind Lakshmikumar Research Scientist Research Scholar Intelligent Automation, Inc Robotics Institute, CMU 7519 Standish Place 5000 Forbes Avenue Rockville MD Pittsburgh PA email : kla@c ......... Phone: 443-538-4555 (Cell) 301-540-4396 (Home) Linux is like a Teepee No Windows, No Gates, Only APACHE Inside! //////////////////////////////////////////////////////////////////////////// |
From: | Arvind Lakshmikumar <kla@c .........> | Received: | Apr 15, 2003 |
To | artoolkit@h .................. | ||
Subject: | JARToolkit | ||
This question is directed to folks who use the Java extension to ARToolkit (JARToolkit). I am trying ti compile it with GL4Java and I get the following error: Sorry, can't find the library: GL4JavaJauGljJNI14 java.lang.UnsatisfiedLinkError: no GL4JavaJauGljJNI14 in java.library.path Process terminated with exit code 1 I assume this means the linker can't find the GL4JavaJauGljJNI14.dll, but it is in my library path. Any ideas are appreciated.. Thanks, Arvind //////////////////////////////////////////////////////////////////////////// Arvind Lakshmikumar Research Scientist Research Scholar Intelligent Automation, Inc Robotics Institute, CMU 7519 Standish Place 5000 Forbes Avenue Rockville MD Pittsburgh PA email : kla@c ......... Phone: 443-538-4555 (Cell) 301-540-4396 (Home) Linux is like a Teepee No Windows, No Gates, Only APACHE Inside! //////////////////////////////////////////////////////////////////////////// |
From: | Robert Hinn <exodus@o ........> | Received: | Apr 16, 2003 |
To | Arvind Lakshmikumar <kla@c .........> | ||
Subject: | Re: JARToolkit | ||
Hm, I'm not sure, but I had similar errors when using GL4Java a while ago. The GL4Java installer seems to install it's files only into the Java Runtime directories or into the Java SDK directories, but not both. You will then get either compiler or runtime errors, depending on where the files are installed. I think you can solve this problem by copying your *.dll files (and the *.jar files, too) into the SDK's jre/ subdirectories (or vice versa, if they were installed there, but not in the Java Runtime directories...) Hope this helps, Robert. Arvind Lakshmikumar schrieb: > This question is directed to folks who use the Java extension to > ARToolkit (JARToolkit). I am trying ti compile it with GL4Java and I get > the following error: > > Sorry, can't find the library: GL4JavaJauGljJNI14 > java.lang.UnsatisfiedLinkError: no GL4JavaJauGljJNI14 in java.library.path > Process terminated with exit code 1 > > I assume this means the linker can't find the GL4JavaJauGljJNI14.dll, but > it is in my library path. > > > Any ideas are appreciated.. > > Thanks, > Arvind > > > > > > > > //////////////////////////////////////////////////////////////////////////// > Arvind Lakshmikumar > > Research Scientist Research Scholar > Intelligent Automation, Inc Robotics Institute, CMU > 7519 Standish Place 5000 Forbes Avenue > Rockville MD Pittsburgh PA > > email : kla@c ......... > Phone: 443-538-4555 (Cell) > 301-540-4396 (Home) > > > > Linux is like a Teepee > No Windows, No Gates, > Only APACHE Inside! > //////////////////////////////////////////////////////////////////////////// > > |
From: | Robert Hinn <exodus@o ........> | Received: | Apr 16, 2003 |
To | Arvind Lakshmikumar <kla@c .........> | ||
Subject: | Re: JARToolkit | ||
Hm, I'm not sure, but I had similar errors when using GL4Java a while ago. The GL4Java installer seems to install it's files only into the Java Runtime directories or into the Java SDK directories, but not both. You will then get either compiler or runtime errors, depending on where the files are installed. I think you can solve this problem by copying your *.dll files (and the *.jar files, too) into the SDK's jre/ subdirectories (or vice versa, if they were installed there, but not in the Java Runtime directories...) Hope this helps, Robert. Arvind Lakshmikumar schrieb: > This question is directed to folks who use the Java extension to > ARToolkit (JARToolkit). I am trying ti compile it with GL4Java and I get > the following error: > > Sorry, can't find the library: GL4JavaJauGljJNI14 > java.lang.UnsatisfiedLinkError: no GL4JavaJauGljJNI14 in java.library.path > Process terminated with exit code 1 > > I assume this means the linker can't find the GL4JavaJauGljJNI14.dll, but > it is in my library path. > > > Any ideas are appreciated.. > > Thanks, > Arvind > > > > > > > > //////////////////////////////////////////////////////////////////////////// > Arvind Lakshmikumar > > Research Scientist Research Scholar > Intelligent Automation, Inc Robotics Institute, CMU > 7519 Standish Place 5000 Forbes Avenue > Rockville MD Pittsburgh PA > > email : kla@c ......... > Phone: 443-538-4555 (Cell) > 301-540-4396 (Home) > > > > Linux is like a Teepee > No Windows, No Gates, > Only APACHE Inside! > //////////////////////////////////////////////////////////////////////////// > > |