Jump to content
We've recently updated our Privacy Statement, available here ×

Linux startup script does not work with 1.2.3


2006 IR Open Discussion

Recommended Posts

By: V H - moduc

Linux startup script does not work with 1.2.3

2006-06-20 09:36

 

I found out two problem with the script to startup the iReport under Linux:

 

1) There are hidden, linefeed carriage return characters

 

2) There is a missing double quote near the end:

 

IREPORT_CLASSPATH="${EXEDIR}/../classes":"${EXEDIR}/../fonts:$IREPORT_CLASSPATH

 

Change to:

 

IREPORT_CLASSPATH="${EXEDIR}/../classes":"${EXEDIR}/../fonts":$IREPORT_CLASSPATH

 

and it runs.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...