无法在 Ubuntu 14.04 中启动 topcoder arena

无法在 Ubuntu 14.04 中启动 topcoder arena

当我想使用 javaws - viewer 清除缓存时,出现了这些错误。我正尝试启动我的 topcoder 竞技场。

Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar 
Exception in thread "main" java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:382)
    at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:397)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "getenv.JAYATANA_LIBAGPATH")
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)
    at java.security.AccessController.checkPermission(AccessController.java:559)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
    at java.lang.System.getenv(System.java:885)
    at com.jarego.jayatana.Agent.premain(Unknown Source)
    ... 6 more
FATAL ERROR in native method: processing of -javaagent failed
Aborted (core dumped)

我的竞技场没有启动。当我尝试打开 ContestAppletProd.jnlp 时,icedtea 启动了,并且在 2 秒内它消失了,我的意思是它停止了并且没有启动我的竞技场。

我尝试使用清除缓存

javaws -viewer and also with javaws -XclearCache or rm -rf ~/.icedteaCache/cache .

但没有任何效果。

我现在应该做什么来启动我的竞技场?

注意:我重新安装了 icedtea-plugin、openjdk-7-jre 和 jdk,但没有任何作用。

相关内容