I got the same error as Steve, so I took the HTML code we use for ProperRDP as a template to build a new one.
With this HTML Code the Applet starts and I can connect to a XP or Server 2003 host.
But I get an "cursor not found" error when trying to connect to a Windows 7 host..
Any ideas?
<HTML> <HEAD> <TITLE>JavaRDP</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </HEAD> <BODY> <applet code="com.lixia.rdp.applet.RdpApplet.class"' codebase="<< CODEBASE >>" archive="JavaRDP2.0-20101111.jar" width="1024" height="768" name="Lixia RDP" align="center"> <param name="code" value="com.lixia.rdp.applet.RdpApplet.class"> <param name="codebase" value="<< CODEBASE >>"> <param name="archive" value="JavaRDP2.0-20101111.jar"> <param name="cabbase" value=""> <param name="name" value="JavaRDP"> <param name="geometry" value="1024x768"> <param name="server" value="<<HOST>>"> <param name="align" value="center"> <param name="port" value="<<PORT>>"> <param name="username" value="<<USER>>"> <param name="bpp" value="16"> </applet> </BODY> </HTML>
The only thing that happens is the window opens that I uploaded from a screen shot.
What browser and java version are you using and have you tried a different machine / browser / java version?
Firefox 17.0 and Java 7U9.
My test machines are running XP and Windows 7 (32 Bit).
I'm playing withthe lixia javardp (previosly used properjavardp) and the parameter I used for full screen with properjavardp is not working on lixia javardp...
Anyone have a working config that goes full screen\
Thanks!
-Stephen