Click here to Skip to main content
15,920,632 members
Home / Discussions / Java
   

Java

 
GeneralAnyone please help me : Java Extension Installation. Pin
Kobayakawa1-Nov-01 17:54
Kobayakawa1-Nov-01 17:54 
GeneralRe: Anyone please help me : Java Extension Installation. Pin
Jarek G21-Nov-01 8:56
Jarek G21-Nov-01 8:56 
GeneralManage file-permissions with Java Pin
30-Oct-01 2:50
suss30-Oct-01 2:50 
QuestionNeed Graphics for your Project? Pin
30-Oct-01 2:37
suss30-Oct-01 2:37 
AnswerRe: Need Graphics for your Project? Pin
Rassman13-Nov-01 3:27
Rassman13-Nov-01 3:27 
GeneralRe: Need Graphics for your Project? Pin
alex.barylski11-Feb-02 6:03
alex.barylski11-Feb-02 6:03 
GeneralGray Box Where Applet Should Be Pin
jerry0davis30-Oct-01 0:13
jerry0davis30-Oct-01 0:13 
GeneralRe: Gray Box Where Applet Should Be Pin
30-Oct-01 1:02
suss30-Oct-01 1:02 
The only reason I know for that to happen is that one of the classes used by the applet cannot be found. It might work in applet viewer because it is on the same machine and you set the correct classpath. But the browser is trying to "download" the classes as if they reside on a "remote" machine.

Check the "code=" and "codebase=" values in your html page that hosts the applet. "code=" must be the path of your applet class relative to the "codebase=", and all the other classes (except those came with the java language) used by your applet have to be found under "codebase=".

Hope this helps.
GeneralRe: Gray Box Where Applet Should Be Pin
jerry0davis30-Oct-01 4:03
jerry0davis30-Oct-01 4:03 
GeneralRe: Gray Box Where Applet Should Be Pin
jerry0davis30-Oct-01 4:20
jerry0davis30-Oct-01 4:20 
GeneralRe: Gray Box Where Applet Should Be Pin
30-Oct-01 5:17
suss30-Oct-01 5:17 
GeneralRe: Gray Box Where Applet Should Be Pin
Malcolm McMahon9-Jan-02 0:14
Malcolm McMahon9-Jan-02 0:14 
GeneralRe: Gray Box Where Applet Should Be Pin
Standoni29-Jan-02 4:40
Standoni29-Jan-02 4:40 
GeneralDisplay an Applet loading status while loading large applet. Pin
Kobayakawa24-Oct-01 21:12
Kobayakawa24-Oct-01 21:12 
QuestionJava - Whats the big deal? Pin
22-Oct-01 12:43
suss22-Oct-01 12:43 
AnswerRe: Java - Whats the big deal? Pin
Nemanja Trifunovic22-Oct-01 12:53
Nemanja Trifunovic22-Oct-01 12:53 
AnswerRe: Java - Whats the big deal? Pin
30-Oct-01 11:36
suss30-Oct-01 11:36 
GeneralNo performance edge?? Pin
Ed K30-Oct-01 12:13
Ed K30-Oct-01 12:13 
GeneralRe: Java - Whats the big deal? Pin
Alvaro Mendez19-Nov-01 12:28
Alvaro Mendez19-Nov-01 12:28 
GeneralRe: Java - Whats the big deal? Pin
Nemanja Trifunovic19-Nov-01 12:47
Nemanja Trifunovic19-Nov-01 12:47 
AnswerRe: Java - Whats the big deal? Pin
Amanjit Gill30-Oct-01 14:35
Amanjit Gill30-Oct-01 14:35 
GeneralRe: Java - Whats the big deal? Pin
jan larsen23-Jan-02 23:26
jan larsen23-Jan-02 23:26 
GeneralRe: Java - Whats the big deal? Pin
Amanjit Gill24-Jan-02 16:31
Amanjit Gill24-Jan-02 16:31 
GeneralHelp with program for counting using hashtable Pin
john kappas18-Oct-01 11:58
john kappas18-Oct-01 11:58 
GeneralRe: Help with program for counting using hashtable Pin
Ravi Bhavnani18-Oct-01 12:08
professionalRavi Bhavnani18-Oct-01 12:08 

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.