2005-01-26 14:22:24 UTC
Hi there,
We are developing pure Java ssh2 implementation for J2ME/MIDP at
http://j2me.jsch.org/ .
Today, we try to apply our hack to J2MEVNC
and, after a few hour hacks, at last, it worked at least on Sun's Wireless Toolkit emulator!
Here is a patch for CVS source tree,
http://j2me.jsch.org/j2mevnc.patch
If you are interested in compiling it by your self, you need following files,
http://j2me.jsch.org/jsch-0.1.17-J2MEMIDP20-20050126.zip
http://www.bouncycastle.org/download/lcrypto-j2me-126.zip
and, then jar file must be obfuscated.
For your conveniences, here are jar and jad files,
http://j2me.jsch.org/VNC.jar
http://j2me.jsch.org/VNC.jad
After launching this midlet, you'll find newly added
a checkbox for 'ssh2' and two textfields for
'ssh2usr' and 'ssh2password'.
If you check it and fill every fields and choose 'connect', SSH2 session will be established and this midlet will plug I/O streams to
TCP port '127.0.0.1:590X' on remote host.
Every suggestions, comments and requests, etc., are welcom at
jsch-j2me@lists.sourceforge.net.
Thanks,
--
ymnk