-
HI, I had the same problem. I resolved it debugging the src in eclipse and commenting line 181 of the class SSH.java:
public void offline() {
handler.disconnect();
auth=false;
// bus.broadcast(new SocketRequest());
}
Didn't test yet for any other collateral bugs produced by this modification... but it worked.
2009-10-22 13:44:01 UTC by nobody
-
can i set my own key code for clear screen..
if it is possible then tell me how
krunal.
2009-04-10 17:34:56 UTC by nobody
-
when i give " Capture.file.url = file://C:/Documents and Settings/User/My Documents/NetBeansProjects/" this path for capture text file then it give below error
cannot store text on remote server: file://C:/Documents and Settings/User/My Documents/NetBeansProjects/
java.net.UnknownHostException: C
or some times another error like ..
cannot store text on remote...
2009-04-10 17:13:51 UTC by nobody
-
hi
can i use clear screen code into application.
guide me hoe to use clear code- ESC [ 2 j for clear screen prompt.
2009-04-10 16:30:10 UTC by nobody
-
Hi, I have the same problem with you as well. When i run jta26.jar as applet the 'Capture' and 'Terminal' menu is missing. But if run the jta26.jar as standalone program it works well. Anybody can help?.
2009-03-04 10:52:06 UTC by nobody
-
Hi, when i run jta26.jar as applet the 'Capture' and 'Terminal' menu is missing. But if run the jta26.jar as standalone program it works well. Anybody can help?.
2009-03-04 10:49:57 UTC by nobody
-
SSH protocol support v2 is not implemented by JTA.
(Only the very basics for startup, but nothing more.)
An implementation is not planned.
Ciao, Marcus.
2008-12-18 10:23:30 UTC by nobody
-
Hi to everybody!
I have got a problem to perform a SSH ver.2 connection to OpenSSH server. The server trace log show the error on: buffer_get_bignumber2: negative numbers not supported.
debug2: read_server_config: filename /etc/sshd_config
/etc/sshd_config line 71: Unsupported option GSSAPIAuthentication
debug1: sshd version OpenSSH_3.8.1p1
debug3: Not a RSA1 key file...
2008-12-18 09:29:31 UTC by nobody
-
Apparently there are a couple of things you can try:
1) adding some javascript to the page that gives focus to the applet, eg jQuery code:
$(document).ready(function() {
$('applet').click();
});
or see:
http://www.webdeveloper.com/forum/showthread.php?t=19506
I've found this only works sometimes, which isn't surprising as it is only meant to work with forms.
2) Adding a...
2008-11-21 16:00:07 UTC by nobody
-
Hi folks,
I've just been wrestling with this problem and have found that adding an applet parameter solved it for me:
Within the <applet> tag add:
<param name="legacy_lifecycle" value="true">
This parameter was added in JVM 1.4.2
Cheers,
Ben.
2008-11-14 09:38:12 UTC by nobody