Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - License Check Failure: no qnxlic in java.library.path: (4 Items)
   
License Check Failure: no qnxlic in java.library.path  
I'm trying to run Momentics 4.7 (QNX 6.5.0) and I'm getting a License Check Failure: no qnxlic in java.library.path on 
Windows. QNX_HOST is set to my installation directory, my Path contains %QNX_HOST%/usr/bin, and LD_LIBRARY_PATH is set 
to %QNX_HOST%/usr/lib. Based other forum posts, it looks like I'm missing a qnxlic* file (%QNX_HOST%/usr/lib contains 
gcc/ libaoi.a, libAp.a and libph.dll.a). Where does this file come from? I have a valid 6.5.0 license, I've been running
 the development tools for months. Thanks.

Mark
Re: License Check Failure: no qnxlic in java.library.path  
> I'm trying to run Momentics 4.7 (QNX 6.5.0) and I'm getting a License Check 
> Failure: no qnxlic in java.library.path on Windows. QNX_HOST is set to my 
> installation directory, my Path contains %QNX_HOST%/usr/bin, and 
> LD_LIBRARY_PATH is set to %QNX_HOST%/usr/lib. Based other forum posts, it 
> looks like I'm missing a qnxlic* file (%QNX_HOST%/usr/lib contains gcc/ libaoi
> .a, libAp.a and libph.dll.a). Where does this file come from? I have a valid 6
> .5.0 license, I've been running the development tools for months. Thanks.
> 
> Mark


Is your %QNX_HOST%/usr/bin a part of your %PATH%? That's where qnxlic.dll is supposed to be. 
Re: License Check Failure: no qnxlic in java.library.path  
On linux it is in /opt/qnx650/host/linux/x86/usr/lib/libqnxlic.so
On Windows path to it has to be added to PATH not to LD_LIBRARY_PATH, but it is all should have happened automatically.
What platform are you on?
 
On 08/31/2011 05:31 PM, Andrew Yun wrote:
>> I'm trying to run Momentics 4.7 (QNX 6.5.0) and I'm getting a License Check 
>> Failure: no qnxlic in java.library.path on Windows. QNX_HOST is set to my 
>> installation directory, my Path contains %QNX_HOST%/usr/bin, and 
>> LD_LIBRARY_PATH is set to %QNX_HOST%/usr/lib. Based other forum posts, it 
>> looks like I'm missing a qnxlic* file (%QNX_HOST%/usr/lib contains gcc/ libaoi
>> .a, libAp.a and libph.dll.a). Where does this file come from? I have a valid 6
>> .5.0 license, I've been running the development tools for months. Thanks.
>>
>> Mark
> 
> 
> Is your %QNX_HOST%/usr/bin a part of your %PATH%? That's where qnxlic.dll is supposed to be. 
> 
> 
> 
> _______________________________________________
> 
> QNX Momentics Getting Started
> http://community.qnx.com/sf/go/post88561
> 
Re: License Check Failure: no qnxlic in java.library.path  
Host is Windows, target is x86. Path was the problem, thanks for the help.

Mark