[clug] ATO ECI Client runs on Linux

Jim Watson jim at amarooas.com.au
Fri Apr 15 09:00:28 GMT 2005


On Fri, Apr 15, 2005 at 01:18:32PM +1000, tmc at dreamcraft.com.au wrote:
> Ok...  the nest idea is to create an wrapper script that sets up the
> environment and runs the App.

Printing is an issue too, as it thinks it is a mac.

This script works from a terminal but will not run from the menu Actions-Run
Application? 
(JAVAROOT='pwd' with backquotes)

#!/bin/sh
# put this script in ECIClientV5.app/Contents/Resources/Java
MY_JRE_BIN=/usr/local/j2sdk1.4.2/jre/bin
START_JAR=Resources/z1/EciClient_Start.jar
START_MAIN=atoesd.eciclient.startup.StartClient
export PATH=$MY_JRE_BIN:$PATH
JAVAROOT=wd
   
java -classpath $JAVAROOT/$START_JAR $START_MAIN




More information about the linux mailing list