cancel
Showing results for 
Search instead for 
Did you mean: 

Customer howto: Using Java RDP with 64-bit Windows 2008 Server

SOLVED
Frostie_
Contributor

Re: Customer howto: Using Java RDP with 64-bit Windows 2008 Server

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>

 

steve.harris_
New Contributor

Re: Customer howto: Using Java RDP with 64-bit Windows 2008 Server

The only thing that happens is the window opens that I uploaded from a screen shot. 

jspanitz_
Frequent Contributor

Re: Customer howto: Using Java RDP with 64-bit Windows 2008 Server

What browser and java version are you using and have you tried a different machine / browser / java version?

Frostie_
Contributor

Re: Customer howto: Using Java RDP with 64-bit Windows 2008 Server

Firefox 17.0 and Java 7U9.

My test machines are running XP and Windows 7 (32 Bit).

zanyterp_
Respected Contributor

Re: Customer howto: Using Java RDP with 64-bit Windows 2008 Server

 
zanyterp_
Respected Contributor

Re: Customer howto: Using Java RDP with 64-bit Windows 2008 Server

What type of windows 7 host: x64 or x32?
My experience is that properjavardp does not have the correct handling for x64 nor windows 7
rswinter_
Frequent Contributor

Re: Customer howto: Using Java RDP with 64-bit Windows 2008 Server

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