0

Java 1.7 update 45 と .jnlp ファイルの経験がある人。jnlp ファイルを開きますが、何も機能しません。Java Konsole で次のエラーが発生します。ターミナルで開いてみました。ターミナルで次のメッセージが表示されます。

$ ./javaws ~/Downloads/iLinc-session.jnlp 
 objc[428]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-ins/JavaAppletPlugin.plugin/Contents/Home/bin/java and /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/./libjli.dylib. One of the two will be used. Which one is undefined.

Java コンソール:

Missing Application-Name: manifest attribute for: http://195.37.1.97/osmi/download/session.jar
Missing Permissions manifest attribute for: http://195.37.1.97/osmi/download/session.jar
Missing Codebase manifest attribute for: http://195.37.1.97/osmi/download/session.jar
Missing Application-Name: manifest attribute for: http://195.37.1.97/osmi/download/session.jar
Missing Permissions manifest attribute for: http://195.37.1.97/osmi/download/session.jar
Missing Codebase manifest attribute for: http://195.37.1.97/osmi/download/session.jar
Java Web Start 10.45.2.18
JRE-Version verwenden 1.7.0_45-b18 Java HotSpot(TM) 64-Bit Server VM
Benutzer-Home-Verzeichnis = /Users/hello
----------------------------------------------------
c:   Konsolenfenster löschen
f:   Objekte in Finalisierungs-Queue finalisieren
g:   Garbage Collect
h:   Diese Hilfemeldung anzeigen
m:   Speicherauslastung drucken
o:   Logging auslösen
p:   Proxykonfiguration neu laden
q:   Konsole ausblenden
r:   Policy-Konfiguration neu laden
s:   System- und Deployment-Eigenschaften ausgeben
t:   Threadliste ausgeben
v:   Thread-Stack ausgeben
0-5: Trace-Ebene auf <n> setzen
----------------------------------------------------
Missing Application-Name: manifest attribute for: http://195.37.1.97/osmi/download/session.jar
Missing Permissions manifest attribute for: http://195.37.1.97/osmi/download/session.jar
Missing Codebase manifest attribute for: http://195.37.1.97/osmi/download/session.jar
Missing Application-Name: manifest attribute for: http://195.37.1.97/osmi/download/session.jar
Missing Permissions manifest attribute for: http://195.37.1.97/osmi/download/session.jar
Missing Codebase manifest attribute for: http://195.37.1.97/osmi/download/session.jar
Could not find client
java.io.IOException
    at Session.extractRsc(Session.java:56)
    at Session.extractApplication(Session.java:94)
    at Session.main(Session.java:186)
    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 com.sun.javaws.Launcher.executeApplication(Unknown Source)
    at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
    at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
    at com.sun.javaws.Launcher.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:744)
4

1 に答える 1

1

修正されるまで、少なくとも .jnlp ファイルを開くことを許可する回避策を以下に示します...

ダウンロードを Finder で開く 開きたい .jnlp ファイルを選択する メニュー オプション Open With... を使用する Java Web Start でファイルを開く

于 2013-11-03T12:36:31.280 に答える