Click here to Skip to main content
15,899,005 members
Home / Discussions / Java
   

Java

 
GeneralRe: Java Applet not drawing to screen Pin
Richard MacCutchan21-Aug-11 8:18
mveRichard MacCutchan21-Aug-11 8:18 
QuestionHow to save the state of applet after changes on webpage? Pin
CodeGust17-Aug-11 15:35
CodeGust17-Aug-11 15:35 
AnswerRe: How to save the state of applet after changes on webpage? Pin
Peter_in_278017-Aug-11 15:49
professionalPeter_in_278017-Aug-11 15:49 
QuestionJava webserver : how to serve applets Pin
Roysten181817-Aug-11 11:43
Roysten181817-Aug-11 11:43 
AnswerRe: Java webserver : how to serve applets [modified] Pin
Peter_in_278017-Aug-11 13:36
professionalPeter_in_278017-Aug-11 13:36 
GeneralRe: Java webserver : how to serve applets Pin
Roysten181818-Aug-11 13:56
Roysten181818-Aug-11 13:56 
GeneralRe: Java webserver : how to serve applets Pin
Peter_in_278018-Aug-11 14:26
professionalPeter_in_278018-Aug-11 14:26 
AnswerRe: Java webserver : how to serve applets Pin
jschell18-Aug-11 12:48
jschell18-Aug-11 12:48 
Roysten1818 wrote:
to the HTML file
The Testapp is a .class file and the server can find the
file and sends it.
 


To verify.
1. The client requests the html.
2. The server sends it.
3. The client requests that applet
4. The server sends it.

If so I would guess the problem is the content of 4.

Simple way to figure out what is really in there.
1. Get another http server.
2. Set it up to send the applet.
3. Verify everything works.
4. Run with a network sniffer in place to see what the client/server traffic looks like.

You will find a difference. Once you find the difference then go track down the relevant RFCs and read them to understand what it is doing.
GeneralRe: Java webserver : how to serve applets Pin
Roysten181818-Aug-11 13:58
Roysten181818-Aug-11 13:58 
Questioncreating a class with coding_?. Pin
quartaela11-Aug-11 5:14
quartaela11-Aug-11 5:14 
AnswerRe: creating a class with coding_?. Pin
Richard MacCutchan11-Aug-11 5:59
mveRichard MacCutchan11-Aug-11 5:59 
GeneralRe: creating a class with coding_?. Pin
quartaela11-Aug-11 6:07
quartaela11-Aug-11 6:07 
AnswerRe: creating a class with coding_?. Pin
jschell11-Aug-11 13:13
jschell11-Aug-11 13:13 
GeneralRe: creating a class with coding_?. Pin
quartaela12-Aug-11 12:43
quartaela12-Aug-11 12:43 
GeneralRe: creating a class with coding_?. Pin
quartaela12-Aug-11 12:44
quartaela12-Aug-11 12:44 
AnswerRe: creating a class with coding_?. Pin
David Skelly11-Aug-11 22:17
David Skelly11-Aug-11 22:17 
GeneralRe: creating a class with coding_?. Pin
quartaela13-Aug-11 3:32
quartaela13-Aug-11 3:32 
QuestionJfreechart with jsp and servlet giving error Pin
cmaheshwari1611-Aug-11 0:13
cmaheshwari1611-Aug-11 0:13 
AnswerRe: Jfreechart with jsp and servlet giving error Pin
Gerben Jongerius11-Aug-11 20:22
Gerben Jongerius11-Aug-11 20:22 
GeneralRe: Jfreechart with jsp and servlet giving error Pin
cmaheshwari1611-Aug-11 23:03
cmaheshwari1611-Aug-11 23:03 
QuestionJAAS Question Pin
AndreFratelli10-Aug-11 9:12
AndreFratelli10-Aug-11 9:12 
QuestionExecute commands in putty prompt through java Pin
kartikdasani10-Aug-11 4:13
kartikdasani10-Aug-11 4:13 
AnswerRe: Execute commands in putty prompt through java Pin
Nagy Vilmos10-Aug-11 5:25
professionalNagy Vilmos10-Aug-11 5:25 
AnswerRe: Execute commands in putty prompt through java Pin
David Skelly10-Aug-11 22:24
David Skelly10-Aug-11 22:24 
QuestionHow to use jFreechart in struts2 Pin
cmaheshwari169-Aug-11 19:24
cmaheshwari169-Aug-11 19:24 

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.