Skip to Content
0
Former Member
Aug 29, 2006 at 03:03 PM

SAP GUI for Java - com.sap.platin.GuiApplet2 ClassNotFoundException

262 Views

Hi,

installed components on my system:

- SAP GUI for Java 7.00 and Java

- j2sdk1.4.2_09

I got the following error msg if I try

to start the applet from the installation manual:

"java.lang.ClassNotFoundException: com.sap.platin.GuiApplet2"

Do I have to add an special *.jar file to the environment variables?

thx 4 answer,

Rene.

my html code:

<HEAD></HEAD>

<BODY>

<APPLET CODEBASE = "." ARCHIVE = "GuiStartS.jar"

CODE = "com.sap.platin.GuiApplet2"

WIDTH = "100%"

HEIGHT = "100%">

<PARAM NAME = "SCRIPTABLE" VALUE = "false">

<PARAM NAME = "jnlp" VALUE = "platin.jnlp">

<PARAM NAME = "keepalive" VALUE = "true">

<PARAM NAME = "frog" VALUE = "true">

<PARAM NAME = "trace" VALUE = "">

<PARAM NAME = "tracefile" VALUE = "">

<PARAM NAME = "connectionData" VALUE = "conn=/H/<server>/S/<port>">

This page requires a Java Runtime 1.4 and a SAPGUI for Java to view.

</APPLET>

</BODY>