• Welcome to OS2World OLD-STATIC-BACKUP Forum.
 

News:

This is an old OS2World backup forum for reference only. IT IS READ ONLY!!!

If you need help with OS/2 - eComStation visit http://www.os2world.com/forum

Main Menu

RDP (Remote Desktop Protocol)

Started by Saijin_Naib, 2007.11.06, 11:07:09

Previous topic - Next topic

saborion2

Re:

QuoteAnd I can just, barely, hear everyone thinking, why don't you ?

Здравствулте! IBManners, я себя делал это sooooo тренировки ..... много времен. Почему не спросить RobertM, он может/сможет дать некоторую дополнительную консультацию на этом.

Самые лучшие отношения.

Blonde Guy

I'm waking this thread up from a long time ago. The web page for rdesktop is still good. Here is a google translation of it:

QuoteThere is a program Rdesktop. And it is designed to connect to machines running different versions of Windows. That is, the world's Linux / Unix, it runs under X different versions. Is OS / 2. And network administrators working in an environment OS / 2, also it's fun poupravlyat machines that are running Windows. But do not want to move, or the Linux / Unix, and even less on Windows.

For these administrators (Lenya find and compile X for its video card), need Rdesktop, working directly on the desktop, Presentation Manager in OS / 2.

I had to find the SDL library and rewrite Rdesktop c usage. X Now we do not need :-)

Version 8 March, for our favorite women.  1: Unzip and use for other purposes. While the alpha 1:

Version 10 March.  '-a' parameter - color depth works now fine for WinXP 'servers'. Needed sdl-1.2.10-20070121 libs supplied. Something fixed: '-a' parameter - color depth works now fine for WinXP 'servers'. Needed sdl-1.2.10-20070121 libs supplied. Unpack and use. Now at alpha 2 . Unpack and use. Now at alpha 2.

A discussion about Rdesktop/SDL version has been opened, near http://www.project2.mhost.ru/list.php?

I have tried rdesktop, and it can log into Windows 2003 Server. I'm not much of a Windows user, so I can't tell if everything works, but for anyone searching for rdesktop on OS/2 that works with current Windows, this may be it.

http://glebk.newmail.ru/rdesktop/rdesktop-1.5.0-gcc-SDL-a2.zip
Expert Consulting for OS/2 and eComStation

bottomtop

In case anyone is still interested, I have mananaged to get properjavardp working under ECs using the Java6.  I was using the Java6 that was the most recent one up until a few days ago, I have not tried the very new version.

How to make it work:
1.   Go here http://sourceforge.net/projects/properjavardp/files/ and download these files
(a) log4j-java1.1.jar
(b) properJavaRDP-1.1.jar
(c) properJavaRDP14-1.1.jar

2. Go here http://www.urbanophile.com/~arenn/hacking/download.html and download this file: java-getopt-1.0.14.jar

3.  put all those files in a directory (I called mine x:\programs\rdp)

4.  Make a text file in that directory that contains the following:
java -classpath
properJavaRDP-1.1.jar;properJavaRDP14-1.1.jar;log4j-java1.1.jar;java-getopt-1.0.14.jar net.propero.rdp.Rdesktop insert.theremoteurl.here.instead

5.  Call the text file something with the exension .CMD (for example rdp.cmd)

6. Have fun

This will work if Java6 is your default java but it is not default Java for me so in the CMD file I added the Java6 paths at the start.  So far works very well except that the mouse pointer is black and I have not yet worked out how (or if I can) make the window size bigger.


abwillis

For javardp you might try this one... Lewis says it is the best version overall that he has found under eCS:
http://hobbes.nmsu.edu/h-search.php?key=javardp&pushbutton=Search

bottomtop

Thanks - I will give that a try as well.  I am particularly interested to see if the FullSceen switch works on this one.


bottomtop

Unfortunately that suggestion does not work here.  It generated at log, for what its worth.

melf

I have this one (abwillis suggestion) working here too. What happens if you try the -g option instead of -f?

Like in the readme: java.exe -jar JavaRDP14-1.2.jar -g 1024x768 <target_hostname_or_IP>
/Mikael

abwillis

Just looking through the Java timeline I find that Lewis opened a ticket on the latest Java in regards to javardp:
http://svn.netlabs.org/java/ticket/173

bottomtop

Interesting. 
I have upgraded to the latest Java.
I also get these errors using lixia (using the -g 1024x768 switch).   However the program it was based on (properjavardp) works, except for fullscreen.   When I try the fullscreen option, the command line keeps working so that app isn't crashing - its almost as if it just doesn't know how to "draw" a fullscreen window.