applet Questions

3

While connecting one applet to an Access DB using the jdbc:ucanaccess method, I get the following error: Firstdb.java:44: error: unreported exception SQLException; must be caught or declared to b...
Sport asked 17/9, 2017 at 19:40

5

Solved

I want to acces a scanner at client side, before I was using java applet without problem but after chrome has decided to not support java what can I do. If there's solution with JS, Jquery or other...
Landholder asked 19/1, 2016 at 16:56

2

Solved

I have recently read in an article posted by Oracle that they are going to mark the Applet class as deprecated in JDK 9. I have little experience with applets; I have only written some to understan...
Approximate asked 6/8, 2017 at 18:11

1

I have the following manifest information in the signed Java applet. My build environment is old and is currently restricted to JDK 1.6. Manifest-Version: 1.0 Implementation-Vendor: Foo, Inc. Appl...
Abloom asked 9/2, 2017 at 21:48

5

Solved

The web application we develop uses three Java Applets. We know that Chrome 45 will drop NPAPI support. In this page, Oracle says that Java Plugin relies on NPAPI. https://java.com/en/download/fa...
Phraseogram asked 26/5, 2015 at 6:43

5

I'm a hobby programmer working on developing a Java game (JApplet) that runs in a webpage. I've already completed the coding and it runs fine when using Netbeans but I'm having a lot of trouble dep...
Bott asked 10/6, 2015 at 20:9

4

Solved

I was reading through a website named w3schools and was taking the HTML5 lesson. There I saw a number of deprecated tags in HTML5 that were before accepted by HTML4. One of its tag were <applet&...
Arsphenamine asked 9/6, 2013 at 19:36

2

I am trying to create a Applet loader and I need to draw on top of the displayed Applet, however I can't seem to find a way to do that. My original understanding was that Applet, by extending Comp...
Cimino asked 9/1, 2017 at 17:16

4

Solved

Im sitting with a bit of a problem. Im busy creating a php/html website (intranet) for our support team to make life a bit easier when support linux machines. I have a .jar app called mindterm (t...
Verada asked 19/6, 2013 at 9:20

1

I have a working applet and I am trying to add it to my website for my portfolio. My problem is I can't get the applet to run without adding the directory (I'm running it locally for now) to the si...
Regiment asked 28/12, 2014 at 15:45

2

I have a Java applet that I use to read SD card data from a user's PC. The applet lives on a web site that you log in to. To log-in to the web site you must use a browser certificate. Once you're l...
Fredelia asked 15/10, 2014 at 21:45

7

Solved

What's the difference between a .class file and a .java file? I am trying to get my applet to work but currently I can only run it in Eclipse, I can't yet embed in HTML. Thanks **Edit: How to comp...
Clump asked 18/6, 2009 at 21:38

2

I am trying desperately to embed a working bokeh applet into flask, and can't find a proper way to do this. I looked through all the examples, but I can't find one which includes the ability to upd...
Wont asked 29/4, 2015 at 16:41

2

Solved

We're developing an applet and need it to be able to read/write files in the user's temporary files directory (e.g. C:\Documents and Settings\USERNAME\Local Settings\Temp). The applet is signed, ...
Attlee asked 30/7, 2010 at 7:14

2

Solved

Current situation We currently use an applet to perform some operations, after which it redirects the current page. In its core, you could see the applet as the following: public class ExampleApple...
Filling asked 16/6, 2016 at 14:43

0

Just sharing some information hoping that it would be useful to the community. Usability of Applets have gone down since various browsers stopped supporting plugins. Google has decided to disconti...
Ludwigg asked 26/9, 2016 at 11:13

2

Solved

How to sign data with .p12 file in Java? Java seems to support only until pkcs11, I just can't find the standard library for pkcs12. There's nothing in 'java.security'... for decoding .p12 file to...
Epifocal asked 2/12, 2011 at 14:26

3

Solved

Two years ago I wrote a simple upload applet using Java, developed using NetBeans. When I first hit "Clean and Build" back then, and for some time afterwards, it worked perfectly. It would run thro...
Mariannemariano asked 1/4, 2011 at 14:20

26

Pictures: Command Prompt showing versions Picture of error Hello.java import java.applet.Applet; import java.awt.*; public class Hello extends Applet { // Java applet to draw "Hello ...
Ecclesia asked 18/3, 2014 at 19:40

2

I have a web application (struts 1.3, Weblogic 10.3.0, Toplink, Oracle) that has a Java applet which isn’t working in the browser (IE7/8) when the Next-Generation Plug-in setting is enabled in the ...
Thailand asked 7/12, 2012 at 18:2

3

I am launching an applet via JNLP and Java Web Start. My problem is that when the page is loaded, two JVMs will launch with two Java console popups and two "Do you want to run this application?" po...
Nikolaus asked 7/1, 2013 at 21:21

3

Solved

Can someone explain me what is the use of super.paint(g) where, g is a Graphics variable in Applets or awt or swings or in Java. I have done research and found that it is used to override but what...
Kirkkirkcaldy asked 2/5, 2014 at 17:56

6

Solved

I have a web application that uses java applet defined in a <applet> tag. Is it possible to add a javascript event that is triggered after the applet is fully loaded? This is some initializat...
Batty asked 10/12, 2010 at 9:22

1

I am getting a Stackoverflow error on Java Console while opening the Applets over network on Java Version 8 build 1.8.0_45-b15 . The applet gets loaded but takes around 8 minutes and the same works...
Someway asked 25/6, 2015 at 15:53

3

Solved

I'm using eclipse to develop a java applet and need to add an external jar to Class-Path in the manifest. I created the manifest file using notepad, used UTF-8 encoding and added the line break at ...
Dub asked 10/11, 2012 at 8:51

© 2022 - 2024 — McMap. All rights reserved.