Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Security Applet Alert in Eclipse
Security Applet Alert in Eclipse [message #527648] Thu, 15 April 2010 22:32 Go to next message
Sylvain Mising name is currently offline Sylvain Mising nameFriend
Messages: 8
Registered: April 2010
Junior Member
Hello,

I am using the java decompiler, JD-Eclipse in Eclipse.

The plugin is working properly but I have a lot of security alert like this one :

http://img10.hostingpics.net/pics/621989applet_alert.png

I tried to change the java.policy file like this :
grant {
	permission java.security.AllPermission;
};


Do you have any idea how I could get rid of this alert ?

Thanks for your help,
Sylvain.
Re: Security Applet Alert in Eclipse [message #527765 is a reply to message #527648] Fri, 16 April 2010 12:13 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Sylvain wrote:
> The plugin is working properly but I have a lot of security alert like
> this one :
>
>
>
> I tried to change the java.policy file like this :

And the security alert is?

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: Security Applet Alert in Eclipse [message #527912 is a reply to message #527648] Fri, 16 April 2010 21:43 Go to previous messageGo to next message
Sylvain Mising name is currently offline Sylvain Mising nameFriend
Messages: 8
Registered: April 2010
Junior Member
You do not see the screenshot ?

It basically says this :

"The applet is attempting to access the "exists" state attributes of file <local jar file>"

The different states attributes could be : exists, isDirectory, isFile, ...

Thanks
Re: Security Applet Alert in Eclipse [message #528537 is a reply to message #527648] Tue, 20 April 2010 20:37 Go to previous messageGo to next message
Sylvain Mising name is currently offline Sylvain Mising nameFriend
Messages: 8
Registered: April 2010
Junior Member
Any idea ?
Re: Security Applet Alert in Eclipse [message #541610 is a reply to message #527648] Mon, 21 June 2010 18:41 Go to previous messageGo to next message
Sylvain Mising name is currently offline Sylvain Mising nameFriend
Messages: 8
Registered: April 2010
Junior Member
I figured it out.

The issue was the proxy and the anti-virus product we are using at work. The anti virus altered the jar file to add some protection ( http://fr.trendmicro.com/fr/products/enterprise/interscan-we b-security-suite/).

Re: Security Applet Alert in Eclipse [message #633820 is a reply to message #541610] Tue, 19 October 2010 14:11 Go to previous messageGo to next message
Daniele Tiles is currently offline Daniele TilesFriend
Messages: 2
Registered: October 2010
Junior Member
Hi there,
we' re experiencing the same problem...do you remember what changes have you done?
Re: Security Applet Alert in Eclipse [message #633823 is a reply to message #633820] Tue, 19 October 2010 14:14 Go to previous messageGo to next message
Sylvain Mising name is currently offline Sylvain Mising nameFriend
Messages: 8
Registered: April 2010
Junior Member
I didn't change the proxy configuration (i am not in charge of it anyway).

I basically zipped at home the file needed and sent them to me.
Re: Security Applet Alert in Eclipse [message #633825 is a reply to message #633823] Tue, 19 October 2010 14:29 Go to previous messageGo to next message
Daniele Tiles is currently offline Daniele TilesFriend
Messages: 2
Registered: October 2010
Junior Member
Hi Sylvain,
what do you mean you have received a file...and from whom? The antivirus software house?
Re: Security Applet Alert in Eclipse [message #633828 is a reply to message #633825] Tue, 19 October 2010 14:33 Go to previous messageGo to next message
Sylvain Mising name is currently offline Sylvain Mising nameFriend
Messages: 8
Registered: April 2010
Junior Member
i downloaded from my home internet connection (no anti-virus) the jar files, zip them (so the anti-virus won't detect it as jar files and won't add its stuff) and send them to me by email.

Anyway, you IT/ Network team should be able to help you with that.
Re: Security Applet Alert in Eclipse [message #636434 is a reply to message #633828] Mon, 01 November 2010 10:03 Go to previous messageGo to next message
smitha is currently offline smithaFriend
Messages: 3
Registered: November 2010
Junior Member
Hi,

Even I was facing this problem.

You can use the -Djava.awt.headless=true setting while running in command prompt or add this as parameter before running your server. You can see details in the link below.

http://sites.google.com/site/javaerrorsandsolutions/home/mav en---applet-error
Re: Security Applet Alert in Eclipse [message #636441 is a reply to message #633828] Mon, 01 November 2010 10:48 Go to previous message
smitha is currently offline smithaFriend
Messages: 3
Registered: November 2010
Junior Member
Hi,

Even we faced these erorrs.
All you need to do is add the magic words -Djava.awt.headless=true in the command which is used to run the server. For example, if you were using mvn -P[properties file name] -f [path of pom.xml file] -Djetty.port=9001 jetty:run then to prevent the applet alert change the command as below

mvn -P[properties file name] -f [path of pom.xml file] -Djetty.port=9001 -Djava.awt.headless=true jetty:run.


For more details visit the link below.
http://sites.google.com/site/javaerrorsandsolutions/home/mav en---applet-error
Previous Topic:Misplaced view toolbar
Next Topic:eclipse helios crashing and crashing
Goto Forum:
  


Current Time: Thu Mar 28 15:33:37 GMT 2024

Powered by FUDForum. Page generated in 0.04799 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top