-D-Djava.security.manager -Djava.security.policy="server
Then create a file in eclipse directory security.conf with the following values:
grant
{
permission java.security.AllPermission;
};
I want to share my little knowledge through this (professional wanna be) blog. The knowledge is based on my expertise and experience in day-to-day dealing with Oracle, Linux, and other related fields. Hope it'll useful for everyone.
-D-Djava.security.manager -Djava.security.policy="server
Then create a file in eclipse directory security.conf with the following values:
grant
{
permission java.security.AllPermission;
};