Watch, Follow, &
Connect with Us
Public Report
Report From: JBuilder/Compiler    [ Add a report in this area ]  
Report #:  6412   Status: Closed
Native Executable .exe
Project:  JBuilder Build #:  125
Version:    11 Submitted By:   Uwe Mueller
Report Type:  Basic functionality failure Date Reported:  11/13/2003 4:36:12 AM
Severity:    Serious / Highly visible problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   193941
Resolution: Fixed (Resolution Comments) Resolved in Build: : 011.000.236.000
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
Build a Native Executable .exe which uses System.loadLibrary("LIBNAME");

You get an exception: "no LIBNAME in java.library.path"

- witch is nonsense. A JNI system library can not be in the "java.library.path".

JBuilder 8 works fine.

QC Entry 6412
Steps to Reproduce:
- Build a Native Executable .exe witch uses System.loadLibrary("LIBNAME");
to load a .dll
- .jar file works fine
- .exe don't works: You get an exception: "no LIBNAME in java.library.path"
Workarounds
Use JBuilder 8

---------

Use JBuilder 8
Attachment
None
Comments

None

Server Response from: ETNACODE01