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 , 16 years ago
| Status: | new → accepted |
|---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
| Milestone: | → 1.0.1 |
|---|---|
| Version: | → 1.0.1 |
comment:4 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
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.

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.