Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BSF & vbscript 1

Status
Not open for further replies.

lezhik

Programmer
Oct 21, 2003
20
0
0
RU
Maybe someone use BSF library from IBM for integration Java with VBscirpt. When I try to use it exception is thrown : UnsatisfiedLinkError loading library:bsfactivescriptengine no bsfactivescripteng
ine in java.library.path: java.lang.UnsatisfiedLinkError: no bsfactivescriptengi
ne in java.library.path
Windows Script is installed. What should I do to solve this problem? Or maybe exsists other way for integration Java with allready written vbscripts?
 
Put the directory lib/win32 that came with BSF (2.2) in your path.

for example:

set PATH=c:\bsf-2_2\lib\win32;%PATH%



Sean McEligot
 
Thanks, now it works, maybe you know some useful links about BSF?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top