applet Questions
5
Solved
When I was trying to self-sign in the jar like below.
jarsigner -keystore my keystore myjar.jar myalias
It gives warning like:
No -tsa or -tsacert is provided and this jar is not timestamped....
Petula asked 11/2, 2014 at 7:18
4
Solved
Is there a modern way to run java application on the web? As far as I know, java applets and java web start both are deprecated.
I have an android app, written in java, which I want to run on ser...
Profiteer asked 2/1, 2019 at 16:43
7
Solved
I am writing a Java applet and embedding it in a web page.
It used to run Mac and Windows in different browsers without problem.
I was using NetBeans on the Mac to build the .jar file the applet us...
Conclude asked 5/3, 2010 at 23:54
5
Solved
I have this test app:
import java.applet.*;
import java.awt.*;
import java.net.URL;
public class Test extends Applet
{
public void init()
{
URL some=Test.class.getClass().getClassLoader().getR...
22
Does anyone know how to solve this?
I tried many things, but none of them worked.
And when I click more details I get this:
at sun.security.provider.JavaKeyStore.engineLoad(Unknown Source)
atsun.se...
Vogul asked 27/6, 2009 at 11:43
11
I recently added LetsEncrypt certificates to my server and my java applet is having problems connecting using TLS.
My applet uses Apache HttpClient.
My web server is Apache 2,4, and I have a few ...
Finding asked 29/9, 2016 at 6:18
3
Solved
I'm rewriting an applet I have, but when it loads it's giving me a runtime exception.
The exception is
Exception in thread "main" java.lang.NoSuchMethodError: ClientSettings: method <
init>(...
Belated asked 21/12, 2012 at 22:50
8
I have a problem.
How i can run my java-applet directly without embedded in my web page?
I know appletViewr can execute applet without a browser but I need to get java applet without html page.
...
2
Solved
I am trying to compile a an STK applet.
Firstly, I would like to compile the .java class by using javac. I am getting an error (invalid flag); this is my command:
C:\Program Files (x86)\Java\jdk...
4
Solved
I am looking for a software to tunnel RDP or other binary TCP traffic through a HTTPS tunnel. Because many clients only have HTTP/S permitted (only port 80 and 443 open in the firewall).
But...
Cadmann asked 29/12, 2012 at 10:38
2
I am working on a web application, in which we have one client applet application that will check the certificate is installed on the client's machine or not.
But you all know Mozilla will stop to...
2
Solved
Due to tighter security restrictions in 7u51, due in January, I'm trying to sign my JNLP file.
Our application requires certain custom system properties to be set, and the values of some of those ...
Claudianus asked 6/12, 2013 at 17:46
2
A long time ago I made an applet, when I tried to a open it few days ago in website and it says that there is a security problem and it can not open it.
I Googled it and saw that I need to registe...
Ostracon asked 23/12, 2014 at 16:37
4
I'm looking at an issue in a mature commercial product.
In a nutshell, we are using part of the Apache POI library to read in a Word .DOC or .DOCX file, and convert it into XSL-FO so that we can d...
Culex asked 1/10, 2014 at 10:29
3
Solved
I've created an applet that uses JavaPOS to communicate with a payment terminal on the user's local system.
When run from within the Eclipse IDE, the applet works fine, but not when run in a brows...
10
I created a Java applet program and compiled it. As a result of the compilation, it generated a class file. But, it showed the following warning message while running the applet with the command pr...
Trolley asked 18/4, 2011 at 12:45
1
Solved
I am using the tab bar based app and on detail screen the tab bar is hidden. The issue is when the tab bar is hidden it will still occupy the white space that of tab bar and safeAreaLayoutInsets ar...
Hickok asked 28/2, 2020 at 5:49
2
Solved
I'm trying to run these applets for my networking course. When I tried to run these in the browser from the links they did nothing. So I decided to try and compile them in IntelliJ but when I ran t...
Marsh asked 25/1, 2016 at 5:29
8
When submitting my latest build, Apple suddenly returned a message saying that there was an issue, specifically:
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps th...
Pallaten asked 11/9, 2019 at 8:48
5
Solved
Can anybody provide me with the Key Code integer list for individual keys used on the Keyboard for the KeyEvent class in java?
I want to create a dropdown list of all the keyboard keys for the use...
Messieurs asked 9/3, 2013 at 17:4
26
Today I updated my Java version to 7u51. After the installation, I cleared Java Cache, browser's Cache, and logged into a secure website that uses an Applet to provide certain additional services t...
Whiskey asked 15/1, 2014 at 18:20
3
Application blocked by security settings error on client' Windows8 OS
I checked above question but it didn't help me so looking for other solution.
Few days back our code signing certificate...
5
I am relatively new to Java and have a Java application consisting of a couple of packages and a number of classes. I want to be able to run this application in a web browser. How do I go about doi...
3
Solved
I'm having issues displaying the ₽ symbol on iOS 13.x.x. It seems to be working on on iOS12, but when I use a device that had 13 installed, the unicode character shows up as an empty square.
https...
3
Till morning everything working fine in my applet. I took Java update and everything stopped. I'm dealing with digital certificate using applet. Here is my stack trace. I followed some oracle artic...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.