私は、Javaコンパイラのオンライン.COMを使用してみましたが、彼らはまた、唯一のブラウザでアプレットを実行します。
エラーは次のとおりです。
Javaのエラー: "あなたのセキュリティ設定が実行されているからローカルアプリケーションをブロックしています」
オペレーティングシステム:
こんにちはサンディ、
すでにOracleが以降JDK 7からアプレットをrunnigためのsupprtを削除したことを認識しているように、
あなたがJRE7またはバージョンの上にそれをコンパイルしているのであれば、あなたは、アプレットを実行することができません。
次のステップに従うことで、あなたのJava設定のセキュリティレベルを変更する必要があります。
1. Windowsで、すべてのプログラムから開くJavaコントロールパネル、およびタブセキュリティをクリックします。
[中]または[低]にセキュリティレベル2を下げます。(また、中セキュリティで動作します)と、[適用]ボタンをクリックします。
3.変更を保存するために[OK]をクリックします。
さて、あなたはアプレットを実行できるようになります。
コメント
Sandy Perera, 2015-08-21 08:54:56
Unsupproted major.minor version 51.0 error in java
Please provide any help for this error.
コメントを編集
Lokesh Yadav, 2015-08-21 09:23:35
Thank you for contacting us again and sorry to hear that you are still facing a problem in running the applet.
But as i already told you in the previous answer that an applet compiled with JRE7 or above version cannot be run.
So, you need to lower down the JRE version for your project.
You can do this by following the below steps:
1. Go to Project -> Properties -> Java Compiler
2. Change the compiation level to 1.6 or any other lower version instead of using 1.7.
3. Apply the settings and rebuild your project.
This will surely work for you.
If you still face any problem, feel free to contact us again.
Lokesh
コメントを編集
Sandy Perera, 2015-08-21 09:54:07
Thank you!
コメントを編集