Strona 1 z 1
Amanogawa - Java w przeglądarce nie działa
: 09 kwie 2016, 15:38
autor: Arek9922
Wiatm
Mam problem z odpaleniem programów z tej strony:
http://www.amanogawa.com/archive/Double ... tub-2.html zainstalowałem IcedTea ale wyskakuje błąd. Czy jest jakaś możliwość odpalenia tego programu? Próbowałem już na Firefox, Opera i Chromium i nic.
Re: Amanogawa
: 10 kwie 2016, 22:28
autor: mario_7
A jaki błąd? Czy Java na innych stronach działa prawidłowo?
Re: Amanogawa - Java w przeglądarce nie działa
: 10 kwie 2016, 22:41
autor: Arek9922
W załączniku przesyłam zdjęcie. Na przykład na tej stronie:
http://www.falstad.com/circuit/ wszystko jest OK w każdej przeglądarce.
Re: Amanogawa - Java w przeglądarce nie działa
: 10 kwie 2016, 22:53
autor: mario_7
Coś tam się uruchamia... Jaką masz wersję środowiska Java oraz wtyczki?
Re: Amanogawa - Java w przeglądarce nie działa
: 10 kwie 2016, 23:01
autor: Arek9922
Kod: Zaznacz cały
java version "1.7.0_95"
OpenJDK Runtime Environment (IcedTea 2.6.4) (7u95-2.6.4-0ubuntu0.14.04.2)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
icedtea-netx-common 1.5.3-0ubuntu0.14.04.1
Re: Amanogawa - Java w przeglądarce nie działa
: 12 kwie 2016, 10:52
autor: mario_7
Być może to kwestia kompatybilności z otwartą wersją maszyny wirtualnej Java. Spróbuj pobrać maszynę wirtualną Java od Oracle. Poradniki znajdziesz na forum.
Re: Amanogawa - Java w przeglądarce nie działa
: 05 maja 2016, 23:58
autor: Arek9922
Udało mi się uzyskać plik z błędem
Re: Amanogawa - Java w przeglądarce nie działa
: 06 maja 2016, 11:33
autor: mario_7
Błąd jest taki:
The applet is signed but its manifest specifies Sandbox permissions. This is not yet supported. Try running the applet again, but choose the Sandbox run option.
Fatalny: Błąd inicjalizacyjny: Wywołanie do uruchomienia w piaskownicy wykonano za późno. Polecono ładowarce klas uruchomić applet w piaskownicy, lecz ustawienia bezpieczeństwa zostały już zainicjalizowane.
A rozwiązanie wydaje się takie (cytat ze strony projektu IcedTea):
13.12 Custom Policies and Run In Sandbox
As of release 1.5, fully and partially signed applets can now be run without granting them All-Permission. This is achieved by clicking the "Sandbox" button on the security dialogs which appear before these applets start. Clicking this button, as opposed to the standard "Run/Proceed" button, causes the current applet to be run with reduced permissions. Exactly which permissions are granted is also configurable. See Custom Policies and PolicyEditor for more information.
Jeśli przy uruchamianiu apletu masz opcję uruchomienia go w piaskownicy (sandbox), to jej użyj.
Re: Amanogawa - Java w przeglądarce nie działa
: 08 maja 2016, 21:02
autor: Arek9922
Nie znalazłem żadnej opcji sandbox w Mozilli.
Re: Amanogawa - Java w przeglądarce nie działa
: 08 maja 2016, 22:54
autor: mario_7
Chodzi o opcję w okienku przed uruchomieniem apletu - coś jak na obrazkach tutaj:
http://icedtea.classpath.org/wiki/IcedT ... m-Policies
Re: Amanogawa - Java w przeglądarce nie działa
: 08 maja 2016, 23:02
autor: Arek9922
Ten komunikat nawet nie wyskakuje.
Re: Amanogawa - Java w przeglądarce nie działa
: 08 maja 2016, 23:22
autor: mario_7
Porada stąd:
https://forums.linuxmint.com/viewtopic. ... 62#p913234
For any visitors that come across this bug report before the issue is properly resolved, this issue can be worked around in the following manner:
(1) Open the IcedTea-Web settings control panel (itweb-settings or itweb-settings.itweb)
(2) Click "Certificates" on the left
(3) Select "Trusted Certificates" in the dropdown box
(4) Remove all of the certificates
This will cause all signed applets to display a security warning dialog again before running, rather than being automatically trusted. The next time you run a signed applet, do the following: Uncheck the "Always trust" checkbox if it is checked; Select the "Run" option; If the applet fails to run, examine the error message. If you see the following message:
"Caused by: net.sourceforge.jnlp.LaunchException: The applet is signed but its manifest specifies Sandbox permissions. This is not yet supported. Try running the applet again, but choose the Sandbox run option."
this indicates that the applet you are trying to run is signed and specifies Sandbox permissions in its manifest's Permissions attribute, and IcedTea-Web's lack of support for this configuration is the issue tracked by this bug report. A fix is currently in progress, however there is a workaround, which is described in the above failure message.
Run the applet again, deselect the "Always trust" checkbox, and click the "Sandbox" button. The applet should then run normally. If it does not, please open a new bug report and attack the stack trace from that failure.
Re: Amanogawa - Java w przeglądarce nie działa
: 08 maja 2016, 23:29
autor: Arek9922
Po wielu trudach i problemach mogę z przyjemnością ogłosić: Działa XD