Share

Jalopy Java Source Code Formatter

Tracker: Bugs

1 Core: erroneous wrapper scripts - ID: 637915
Last Update: Settings changed ( marcohu )

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.



Kees Kuip ( keeskuip ) - 2002-11-13 18:44

1

Closed

Fixed

Nobody/Anonymous

None

None

Public


Comment ( 1 )

Date: 2002-11-14 15:56
Sender: marcohuProject Admin

Logged In: YES
user_id=44430

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


Attached File

No Files Currently Attached

Changes ( 5 )

Field Old Value Date By
status_id Open 2002-11-15 16:03 marcohu
resolution_id None 2002-11-15 16:03 marcohu
close_date - 2002-11-15 16:03 marcohu
priority 5 2002-11-14 15:56 marcohu
summary about starting jalopy.sh 2002-11-14 15:56 marcohu