View previous topic :: View next topic |
Author |
Message |
aven -
Joined: 26 Dec 2003 Posts: 12 Location: Huddinge, Stockholm, Sweden
|
Posted: Sun Aug 01, 2004 12:17 pm Post subject: Applet *.class files only loadable on local network |
|
|
I've included some applets on some of my pages. They run as they should when I load the pages on the same local network where the server is. But if I open the pages from any other terminal on the internet the classfile won't load at all and I get a class access denied (don't recall the axact frase) message in the java console window.
I am only new to Abyss and I'm not an expert on Windows XP but I do know Java and HTML quite well. In other words... My guess is that there is some setting on the server that I don't know of.
Any sugestions? |
|
Back to top |
|
 |
Stone-D -
Joined: 09 Jan 2004 Posts: 90
|
Posted: Sun Aug 01, 2004 5:30 pm Post subject: |
|
|
Is it possibly a java security/permission issue? As in the policy file. _________________ --
Look, no SIG! |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Aug 02, 2004 3:24 am Post subject: Re: Applet *.class files only loadable on local network |
|
|
aven,
The server has nothing to do with Java execution. So if there is a problem it could be because of the security policy of the browser you're using or because your HTML code that refers to the Java .class file is wrong.
Can you post here an example of the HTML code you use to include the .class applet? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|