Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Java Applet Launch / java.security.AccessController.doPrivileged

(Note: This sort of question should be asked on the news groups)

From the infomation provided, I do not have an answer for you. However, 
searching the bug database, there are several bugs you may want to look 
at, including: https://bugs.eclipse.org/bugs/show_bug.cgi?id=55287.

You could always file a bug against the JDT-Debug component, with a 
reproduceable test case that demonstrates the problem.

Thanks,

Darin
 



"John Stark" <JStark@xxxxxxxxxxxx> 
Sent by: eclipse-dev-admin@xxxxxxxxxxx
05/13/2004 09:18 AM
Please respond to
eclipse-dev


To
<eclipse-dev@xxxxxxxxxxx>
cc

Subject
[eclipse-dev] Java Applet Launch / 
java.security.AccessController.doPrivileged






  
I'm trying to launch a debug session with a Java Applet, the related html 
file being specified under the “Run->Debug...->arguments” tab.
  
Extracting some relevant information from the debug window I have
  
1)Calls to:
sun.misc.launcher loadClass
sun.misc.launcher findClass
  
2)A  java.security.privilegedActionException (java.lang.throwable) gets 
underway because
of the following:
java.security.AccessController.doPrivileged
(java.security.PrivilegedExceptionAction,
java.security.accessControlContext) line: not available [native method]
  
3)At this point the javadoc under java.sun.com 
(“java.security.AccessController.doPrivileged”) is a big help with the 
following comment:
“The action is performed with the intersection of the permissions 
possessed by the caller's protection domain, and those possesed by the 
domains represented by the specified AccessControlContext”.
  
Since the code is “not available”, the question to ask must be, where 
should I look, and
what should I change, to enable the Java Applet to startup.
  
This relates to:
Eclipse Platform
Version: 2.1.3
Build Id: 200403101828
  
Thanks,
  
-John Stark

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top