ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Igor Vlasenko <vlasenko@imath.kiev.ua>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Cc: Sergey Vlasov <vsu@altlinux.ru>
Subject: Re: [devel] [Comm] [crosspost] I: Установка Oracle Java SE 6/7 под AltLinux
Date: Mon, 12 Mar 2012 16:09:26 +0200
Message-ID: <20120312140926.GA5890@dad.imath.kiev.ua> (raw)
In-Reply-To: <20120311074221.GA23870@newmaster.mivlgu.local>

On Sun, Mar 11, 2012 at 11:42:21AM +0400, Sergey Vlasov wrote:
> С 1.7.0 та гадость, которой требуется javaws, у меня так и не
> заработала:
> 
> Permission added: ("java.io.FilePermission" "/home/vsu/.icedtea/cache/0/https/<host>/iKVM.jar" "read")
[...]

Спасибо большое за сообщение. Получается, в javaws для java7 
security manager включен по умолчанию, и чтобы что-либо 
можно было сделать, надо добавить policy файл
[http://java.sun.com/developer/onlineTraining/Programming/JDCBook/appA.html]

По идее должно заработать, если в /usr/bin/javaws.itweb добавить в
JAVA_ARGS="-Djava.security.policy=/etc/icedtea-web/javaws.policy"

и создать файл /etc/icedtea-web/javaws.policy:
-------------------------
grant codeBase "file:/usr/share/icedtea-web/netx.jar" {
    permission java.security.AllPermission;
};

Я извиняюсь, не могли бы вы сразу по горячим следам проверть?


-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine



  reply	other threads:[~2012-03-12 14:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-17 13:16 [devel] " Igor Vlasenko
2012-02-17 13:23 ` [devel] [Comm] " Mykola S. Grechukh
2012-02-17 13:35   ` Igor Vlasenko
2012-02-17 14:39     ` Sergey Vlasov
2012-02-17 15:46       ` Igor Vlasenko
2012-03-11  7:42         ` Sergey Vlasov
2012-03-12 14:09           ` Igor Vlasenko [this message]
2012-02-18  7:03 ` Eugene Prokopiev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120312140926.GA5890@dad.imath.kiev.ua \
    --to=vlasenko@imath.kiev.ua \
    --cc=devel@lists.altlinux.org \
    --cc=vsu@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git