Menu

#211 Core: erroneous wrapper scripts

closed-fixed
nobody
None
1
2002-11-15
2002-11-13
Kees Kuip
No

Hello,

I'm using Jalopy-b9

jalopy.sh (and preferences.sh) can only be started
by using the full pathname to the script-file.

So only :
> /usr/local/bin/jalopy.sh

will work.
If you have /usr/local/bin in your PATH than the following
wont work :
> jalopy.sh
A NoClassDefFoundError is being fhrown then.

A solution to this is to change the following line in
jalopy.sh (and preferences.sh) :

DIRLIBS=../lib/*.jar
into
DIRLIBS=${0%/*}/../lib/*.jar

This is tested on linux and on windows (cygwin)

Kees.

Discussion

  • Marco Hunsicker

    Marco Hunsicker - 2002-11-14

    Logged In: YES
    user_id=44430

    I would state that as a bug. And you''ve fixed it (AGAIN).
    Thanks.

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-11-14
    • priority: 5 --> 1
    • summary: about starting jalopy.sh --> Core: erroneous wrapper scripts
     
  • Marco Hunsicker

    Marco Hunsicker - 2002-11-15
    • status: open --> closed-fixed
     

Log in to post a comment.