Opened 16 years ago

Closed 16 years ago

#255 closed defect (fixed)

lib path wrong

Reported by: Stephen Siegel Owned by: zirkel
Priority: major Milestone: 1.0.1
Component: lib Version: 1.0.1
Keywords: lib loader path libary Cc:

Description

The TASS library loader looks for lib in the current directory , instead of from the TASS root directory. Hence it fails when tass is executed from a directory that is not the TASS root directory.

Also: someone must check that the library loading works with the "binary" release---are the libraries included with release? This must be tested.

Change History (4)

comment:1 by zirkel, 16 years ago

Status: newaccepted

comment:2 by zirkel, 16 years ago

The libraries are included with the binary release, but not working due to the same path problem, since the tass execution script is in a different place. Working on it.

comment:3 by Stephen Siegel, 16 years ago

Milestone: 1.0.1
Version: 1.0.1

comment:4 by zirkel, 16 years ago

Resolution: fixed
Status: acceptedclosed

Path problem should be fixed. The path is now set by the JVM property tass.library.path

You need to add -Dtass.library.path=/path/to/TASS/lib to each of your run configurations in Eclipse in order to run examples that use libraries.

I'll create new stable packages based on this once I test it.

Note: See TracTickets for help on using tickets.