Am Mittwoch, 18. Oktober 2006 17:20 schrieb javier rojas:
> Hello folks,
>
> i just installed the tn5250j on my suse 10.1 machine, after
> java -jar tn5250j-install.jar
>
> i got the "wizard" and created the dir on /home/administrator/tn5250j
> then i tried to start it according to the quick start with:
> java -jar tn5250j.jar
>
> but on /bin its no .jar only two archives, tn5250j and tn5250j.dat, so
> i more tn5250j and this is what i got:
> ---------------
> #! /bin/sh
>
> # Runs the tn5250j 5250 java emulator
>
> # Sets the tn5250j home directory
> TN5250J_HOME='/home/crouse/tn5250j'
>
> # Change to the emulator's directory
> cd ${TN5250J_HOME}/
>
> # Does the effective launching
> java -jar "lib/tn5250j.jar"
> ---------------
>
> so i tried to ./tn5250j but i got an error saying that bad interpreter
> no such file or directory
>
> so i change the first line on the tn5250j to: #!/bin/bash
>
> but i got the same error:
>
> i made an echo $CLASSPATH and i got nothing...
>
> can somebody help me out figure how to start the emulator?

Make the file executable:
chmod u+x tn5250j

-- 

Stefan

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general

Reply via email to