Hi,
I try to compile a page with embedded Java Applet into IE-application. I’v followed this guide: http://www.htmlexe.com/help/javaapplets. I’v enabled Build-In Server (Application Behavior/Built-in Server), configured at port 8080 .JAR file to be served with build-in server (Application Behavior/Content Filetypes). But when I start compiled ebook, It failed with Java Class Not Found Exception.
In java console clearly shows that http://localhost:8080/ throws 403 error (URL not found).
Even your offline example of Clock3D applet also throws same error.
I try to access jar and class files via http://heserver/, it also throws same error.
Thanks.
I try to compile a page with embedded Java Applet into IE-application. I’v followed this guide: http://www.htmlexe.com/help/javaapplets. I’v enabled Build-In Server (Application Behavior/Built-in Server), configured at port 8080 .JAR file to be served with build-in server (Application Behavior/Content Filetypes). But when I start compiled ebook, It failed with Java Class Not Found Exception.
In java console clearly shows that http://localhost:8080/ throws 403 error (URL not found).
Even your offline example of Clock3D applet also throws same error.
I try to access jar and class files via http://heserver/, it also throws same error.
Thanks.
Last edited by a moderator:
