From owner-freebsd-java@FreeBSD.ORG Wed Sep 17 09:56:33 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A44251065672 for ; Wed, 17 Sep 2008 09:56:33 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.freebsd.org (Postfix) with ESMTP id 083E68FC0A for ; Wed, 17 Sep 2008 09:56:32 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (localhost [127.0.0.1]) by smadev.internal.net (8.14.2/8.14.2) with ESMTP id m8H9uRWE040548; Wed, 17 Sep 2008 12:56:27 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) Received: from localhost (localhost [[UNIX: localhost]]) by smadev.internal.net (8.14.2/8.14.2/Submit) id m8H9uRJH040547; Wed, 17 Sep 2008 12:56:27 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: freebsd-java@freebsd.org Date: Wed, 17 Sep 2008 12:56:26 +0300 User-Agent: KMail/1.9.7 References: <000401c918a6$7ff10730$8a16010a@intranet.fina.hr> In-Reply-To: <000401c918a6$7ff10730$8a16010a@intranet.fina.hr> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200809171256.26869.achill@matrix.gatewaynet.com> Cc: Natalija =?utf-8?q?Jonji=C4=87?= Subject: Re: help X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 09:56:33 -0000 Dobar Dan Natalija, ove je FreeBSD java grupa, a ne vindos. P.S. Besides running your applet on windows, it seems that you try to access a local file. You cant do that from inside the applet sandbox. Also look at signing your applet, in order to tell the browser that you trust it. =CE=A3=CF=84=CE=B9=CF=82 Wednesday 17 September 2008 12:19:34 =CE=BF/=CE=B7= Natalija Jonji=C4=87 =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > I got this masage when starting java applet please help. >=20 > java.security.AccessControlException: access denied (java.io.FilePermissi= on > c:\java_temp read) >=20 > at java.security.AccessControlContext.checkPermission(Unknown > Source) >=20 > at java.security.AccessController.checkPermission(Unknown > Source) >=20 > at java.lang.SecurityManager.checkPermission(Unknown Source) >=20 > at java.lang.SecurityManager.checkRead(Unknown Source) >=20 > at java.io.File.list(Unknown Source) >=20 > at java.io.File.listFiles(Unknown Source) >=20 > at > com.zap.query.structure.ApplMaster.destroy(ApplMaster.java:220) >=20 > at sun.applet.AppletPanel.run(Unknown Source) >=20 > at java.lang.Thread.run(Unknown Source) >=20 > basic: Exception: java.security.AccessControlException: access denied > (java.io.FilePermission c:\java_temp read) >=20 > =20 >=20 > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >=20 =2D-=20 Achilleas Mantzios