Click here to Skip to main content
15,916,949 members
Home / Discussions / Java
   

Java

 
GeneralRe: Java Array Sorting Problem Pin
bmnot26-Jan-10 11:17
bmnot26-Jan-10 11:17 
GeneralRe: Java Array Sorting Problem Pin
harold aptroot26-Jan-10 11:27
harold aptroot26-Jan-10 11:27 
GeneralRe: Java Array Sorting Problem Pin
bmnot26-Jan-10 11:39
bmnot26-Jan-10 11:39 
GeneralRe: Java Array Sorting Problem Pin
harold aptroot26-Jan-10 11:45
harold aptroot26-Jan-10 11:45 
GeneralRe: Java Array Sorting Problem Pin
bmnot26-Jan-10 12:02
bmnot26-Jan-10 12:02 
GeneralRe: Java Array Sorting Problem Pin
harold aptroot26-Jan-10 12:26
harold aptroot26-Jan-10 12:26 
GeneralRe: Java Array Sorting Problem Pin
bmnot26-Jan-10 13:40
bmnot26-Jan-10 13:40 
GeneralRe: Java Array Sorting Problem Pin
harold aptroot27-Jan-10 1:10
harold aptroot27-Jan-10 1:10 
GeneralRe: Java Array Sorting Problem Pin
harold aptroot1-Feb-10 1:06
harold aptroot1-Feb-10 1:06 
GeneralRe: Java Array Sorting Problem Pin
Luc Pattyn26-Jan-10 15:24
sitebuilderLuc Pattyn26-Jan-10 15:24 
QuestionCan a Java application call a DotNet WCF service? Pin Pin
ashishtango24-Jan-10 17:33
ashishtango24-Jan-10 17:33 
AnswerRe: Can a Java application call a DotNet WCF service? Pin Pin
427748024-Jan-10 18:14
427748024-Jan-10 18:14 
AnswerRe: Can a Java application call a DotNet WCF service? Pin Pin
Richard MacCutchan24-Jan-10 22:23
mveRichard MacCutchan24-Jan-10 22:23 
QuestionAudio Files in socket programming. [modified] Pin
vidzdas24-Jan-10 2:08
vidzdas24-Jan-10 2:08 
AnswerRe: Audio Files in socket programming. Pin
Richard MacCutchan24-Jan-10 2:30
mveRichard MacCutchan24-Jan-10 2:30 
GeneralRe: Audio Files in socket programming. Pin
vidzdas24-Jan-10 6:19
vidzdas24-Jan-10 6:19 
GeneralRe: Audio Files in socket programming. Pin
Richard MacCutchan24-Jan-10 9:19
mveRichard MacCutchan24-Jan-10 9:19 
GeneralRe: Audio Files in socket programming. Pin
427748024-Jan-10 18:15
427748024-Jan-10 18:15 
GeneralRe: Audio Files in socket programming. Pin
Richard MacCutchan24-Jan-10 22:07
mveRichard MacCutchan24-Jan-10 22:07 
GeneralRe: Audio Files in socket programming. Pin
427748024-Jan-10 22:20
427748024-Jan-10 22:20 
GeneralRe: Audio Files in socket programming. Pin
Richard MacCutchan24-Jan-10 23:10
mveRichard MacCutchan24-Jan-10 23:10 
GeneralRe: Audio Files in socket programming. Pin
427748024-Jan-10 23:27
427748024-Jan-10 23:27 
AnswerRe: Audio Files in socket programming. Pin
san-shiro{701}10-Feb-10 11:43
san-shiro{701}10-Feb-10 11:43 
QuestionREG: SSH Pin
sangeethanarayan22-Jan-10 2:08
sangeethanarayan22-Jan-10 2:08 
Hi,
I have to create ssh window.And i've mindterm.jar and following code

<APPLET CODE="com.mindbright.application.MindTerm.class" ARCHIVE="mindterm312.jar?r1" WIDTH=800 HEIGHT=600>

<PARAM NAME="line-space-delta" value="0">
<PARAM NAME="local-echo" value="false">
<PARAM NAME="rev-video" value="false">
<PARAM NAME="ignore-null" value="true">
<PARAM NAME="crlf" value="false">
<PARAM NAME="font-size" value="12">

<PARAM NAME="autowrap" value="true">
<PARAM NAME="delete-send" value="bs">
<PARAM NAME="ascii-line" value="false">
<PARAM NAME="local-pgkeys" value="false">

<PARAM NAME="font-name" value="Monospaced">
<PARAM NAME="visual-bell" value="false">
<PARAM NAME="geometry" value="80x24">
<PARAM NAME="backspace-send" value="del">

<PARAM NAME="paste-button" value="middle">
<PARAM NAME="rev-autowrap" value="false">
<PARAM NAME="passthru-prn-enable" value="true">
<PARAM NAME="copy-select" value="true">

<PARAM NAME="save-lines" value="512">
<PARAM NAME="term-type" value="xterm">
<PARAM NAME="key-mappings" value="">
<PARAM NAME="insert-mode" value="false">

<PARAM NAME="username" value="">
<PARAM NAME="copy-crnl" value="false">
<PARAM NAME="bg-color" value="white">
<PARAM NAME="server" value="apps0.toronto.edu">

<PARAM NAME="print-font-size" value="8">
<PARAM NAME="input-charset" value="none">
<PARAM NAME="repos-output" value="true">
<PARAM NAME="resizable" value="true">


<PARAM NAME="repos-input" value="true">
<PARAM NAME="map-ctrl-space" value="true">
<PARAM NAME="print-font-name" value="Courier">
<PARAM NAME="encoding" value="iso-8859-1">

<PARAM NAME="virtual-kbd" value="">
<PARAM NAME="cursor-color" value="i_blue">
<PARAM NAME="scrollbar" value="right">
<PARAM NAME="auto-linefeed" value="false">

<PARAM NAME="select-delim" value="\"\"">
<PARAM NAME="visible-cursor" value="true">
<PARAM NAME="fg-color" value="black">


</APPLET>


When i run this html, i got ssh window but this following error will occur.

Error connecting to apps0.toronto.edu, reason:
-> access denied (java.net.SocketPermission apps0.toronto.edu resolve)


Is there any bug in applet code? please help me.........
AnswerRe: REG: SSH Pin
Richard MacCutchan22-Jan-10 3:59
mveRichard MacCutchan22-Jan-10 3:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.