habe da was gefunden:
http://tn5250j.sourceforge.net/index.html
das file habe downladet, aber bekomme nicht hin, um via browser starten.
habe folgende html seite kreiert:
Code:
<HTML>
<HEAD>
<TITLE>AS/400 Display Session</TITLE>
</HEAD>
<BODY>
<H2>AS/400 Display Session</H2>
<APPLET
CODEBASE = "."
CODE = "org.tn5250j.My5250App.class"
NAME = "tn5250j - Java Telnet 5250 Client "
ALT = "tn5250j cannot start. Browser may not support Java."
WIDTH = 600
HEIGHT = 400
HSPACE = 0
VSPACE = 0
ALIGN = top
ARCHIVE = "tn5250j.jar"
>
<PARAM NAME ="host" VALUE= "192.168.1.22">
<PARAM NAME ="-e" VALUE= " ">
</APPLET>
</BODY>
</HTML>
aber das Applet will nicht starten und bekomme folgende Meldung:
Code:
applet has no insufficient privileges to continue please grant these to continue.
access denied (java.util.PropertyPermision.java.policy read)
was ist da faul ?
gruss
cc
Bookmarks