Results 1 to 4 of 4
- 01-22-2012, 12:45 AM #1
Member
- Join Date
- Dec 2011
- Posts
- 34
- Rep Power
- 0
java applet not running when accessed from web
hello java forum!
I'm making a plugin for the ever-popular game Minecraft. In short, this plugin has a webserver thread that gives clients a page with an applet on it. but when I run the applet, it freezes up. I know my applet itself is written correctly because it works when I access it directly from my browser. I think I might have the MIME type wrong. what would the proper MIME type be?
- 01-22-2012, 01:44 AM #2
Re: java applet not running when accessed from web
What statement is the code "freezing" on? Is it waiting on input?when I run the applet, it freezes up.
Are there any error messages in the browser's java console?
Where are you using MIME type?
- 01-22-2012, 01:45 AM #3
Member
- Join Date
- Dec 2011
- Posts
- 34
- Rep Power
- 0
Re: java applet not running when accessed from web
it wont even start. it just takes up the graphics that are placed over it
i'm not able to accessthe console. and I am using a custom made http server so I have it construct my headers.
- 01-22-2012, 02:03 AM #4
Similar Threads
-
Problem running Applet in IE but works when running just Java in Netbeans?
By rodneyc8063 in forum Java AppletsReplies: 7Last Post: 12-18-2011, 04:13 AM -
Applet Running in Java not from Cmd
By vin_eets in forum Java AppletsReplies: 1Last Post: 03-29-2011, 04:08 PM -
Running as Java Applet in eclipse
By atomant in forum New To JavaReplies: 0Last Post: 12-05-2010, 02:22 AM -
Java Applet Not Running
By kahaj in forum Java AppletsReplies: 4Last Post: 10-08-2009, 12:11 AM -
How to define a variable which can be accessed across the class?
By ajaykushwaha in forum New To JavaReplies: 3Last Post: 11-17-2008, 03:49 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks