Applet means 'small application'. This has become commonly used to describe Java applets embedded in web pages.

learn more… | top users | synonyms (2)

0
votes
1answer
19 views

How to display clickable hyperlink in Papplet Java application?

I know how to display simple text with the processing.core.PApplet.text method. But this one can't display clickable hypertext link. How could I make that in Papplet ? I precise that link should open ...
0
votes
0answers
24 views

Getting source URL [Applet Netbeans]

How can I get the URL from ..? C:\Documents and Settings\Username\Desktop\ProjectName\src\ProjectName I have tried to use this: URL u = getCodeBase(); But the URL it's in fact this one and i ...
-1
votes
0answers
18 views

javascript doesn't update element attributes until some applet method finish

I have this code: case "checkRockey": document.getElementById("step2").setAttribute("class", "li-selected-back"); document.getElementById("step3").setAttribute("class", "li-selected"); ...
1
vote
0answers
61 views

Launch an app from applet in Windows 8 & Java 7

Before updating to java 7, I could launch an app from an applet using this code. public class RIS extends Applet { public void init() { String rutamedical = getParameter("dir"); String ...
0
votes
2answers
38 views

ClassNotFoundException thrown unless applet opened from Desktop

I've been looking through the other questions regarding this issue but didn't find any that were similar to my situation. I have made an applet in Java and I noticed that I can only open the HTML(with ...
0
votes
0answers
256 views

changing manifest in netbeans (Trusted-Library=true attribute)

I need to tag JAR files with the Trusted-Library=true attribute...somehow. When I add Trusted-Library=true at the manifest, I get class not found exception. The manifest I see in Netbeans is, ...
0
votes
0answers
23 views

Take version name dynamically while building the application

Here is my Code: This is my Config file where i want to read this two tag value like (*wnc_boot_ver,*wnc_fw_ver) dynamically while building the application i will put this version value in jnlp jar ...
-1
votes
0answers
795 views

Liveconnect call for Applet ID * is not allowed in this JVM instance

I'm trying to create an applet with netbeans and run from a test html but so far ran into an error: Liveconnect call for Applet ID * is not allowed in this JVM instance. I'm scanning an image and ...
0
votes
0answers
25 views

Having an issue with value updates and a final calculation for a series of if statements in a GUI

I am creating an applet that allows a person to register for an event. The interface works fine but I am having trouble creating the argument that accurately checks for which checkbox/radiobuttons are ...
0
votes
0answers
34 views

Time series chart inside applet is not showing tool tip

I created a time series chart with tool tip, when i ran the code as java application (main) it show's the chart and tool tip as expected, when i integrate the same code inside applet it's show's the ...
1
vote
1answer
64 views

Invocation target exception

Here is code of my program import javax.swing.*; import java.awt.*; import java.awt.event.*; class JAdapterOkno extends WindowAdapter { public void windowClosing(WindowEvent e) { ...
0
votes
0answers
26 views

How to handle HTTPRetryException for applet to asp communication

I am using self signed applet. From this applet I send some data to asp by HTTPURLConnection and then read response from the asp side. On most of the system this works fine but on some system (which ...
-1
votes
0answers
54 views

How can I add a Graphing component to this Scientific Calculator?

I am very new to Java with little experience. For a final project, I am tasked with converting this Scientific Calculator into a Graphing Calculator. I have no idea how to do this, or where to begin. ...
2
votes
2answers
4k views

Java Error: “Your security settings have blocked a local application from running”

I'm trying to run this simple HelloWorld code written in Java from my browser (Chrome): public class HelloWorld extends JApplet { public void init() { try { ...
1
vote
2answers
33 views

Instantiating array in a for loop to create JTextFields

I need to use a forloop and the text_fields instance variable to instantiate each text field, make it a listener, and add it to the applet. The text_fields variable is an array which has a max number ...
1
vote
0answers
59 views

frozen security warning dialog

I have applet which deploy through html on client side. After update jdk with jre to latest version - 1.6.0_45 i got problem with frozen security warning dialog. When applet is loaded then dialog ...
0
votes
0answers
17 views

how to open xml file from folder when i tap on tab by using applets in java

Am trying to create a tab on Applet java, When I click on that tab, i need to open a xml file from the folder which is in my computer.How to do that advice me. thank in advance.
-1
votes
0answers
56 views

Applets in Firefox with JRE 7 [closed]

How to run game applets in Firefox with reference to JRE 7 installed? It throws a security exception. The applets continue to work if referred to JRE 6 folder in program files. ThankYou. I affected a ...
0
votes
0answers
46 views

Applet not able to load a class from JAR file

In my application, I am using apache PDFBox to print the PDF directly to the printer. Here I want to print the PDF on client machine So I am using applet which will invoke the java class and push the ...
0
votes
0answers
28 views

Linking Applets and Excel by Macro

How do I write a macro in excel to feed in data and extract data to and from a java applet running on the internet explorer ? I have written a code to link it to normal websites but I am not able to ...
1
vote
2answers
182 views

JavaScript to Java Applet using DeployJava.js to run commandline

I am pretty new to Java. I want to create a Java Applet that will allow my JavaScript to pass a commandline to the Java Applet. This will only ever be run on my development machine - no need to remind ...
0
votes
0answers
26 views

How do I embed an applet properly w/o getting noclassdeffound error

I am working in Eclipse, the application and applet run fine when fired from Eclipse but when I export the .jar file and try and run it, it throws errors that it cannot run and to check the console, ...
0
votes
2answers
101 views

How to debug java applet

Im not very familiour with Java nor Java applets but I have to fix this issue. Ever since JRE 7 Update 21 the applet is throwing eceptions in all browsers. I need to debug the app, because the ...
0
votes
1answer
43 views

I need to enable java (tm) plugin which installs applet in the browser.. How is it possible in Web Driver

I need to enable java (tm) plugin which installs applet in the browser.. How is it possible in Web Driver? I am testing a web app where some functionality has to be verified by enabling java(i.e., by ...
0
votes
0answers
174 views

ClassCastException running Applet after update to JRE 7u21

I'm working on a signed Applet that will no longer start under version 7u21 of the JRE. I've recompiled the applet using the 7u21 JDK, I've added the Trusted-Library:true line to the manifest (and ...
1
vote
1answer
38 views

How to set automatic focus to Java applet on js

I made an applet. It's starting when web page is loaded. But applet lost focus, when web page lost focus too and need to click on area of applet and then it gained focus. I'm tried variants but it's ...
0
votes
0answers
30 views

Phidgets with Java Applets

I'm trying to attach a phidget interface kit to my applet, and it gives me this error: java.lang.ExceptionInInitializerError at AppletTest.init(AppletTest.java:15) at ...
1
vote
1answer
39 views

Extract source file of an Applet from a website

I want to see the source files of this Applet How can I do to get it?
4
votes
0answers
146 views

Signed Java applet suddenly has mixed code warning

I have a signed applet on my website that had been working fine for nearly a year. Today, however, it's giving my users a mixed code warning. I found here that certain Apache components, which I ...
2
votes
0answers
360 views

Signed Java applet + JNI - JRE 7 21 Security Exception

My company uses an applet which needs JNI to access some PKI features. This is a very stable (+4 years) solution and is already in production in several clients. It's a signed (Thawte Certificate) ...
-2
votes
1answer
27 views

cannot implement concurrent animation in applet

this z my first hand experience with applet animation. I have created a small game in which on the upper part of the applet a train of blocks has to keep moving and on d bottom derz a block dat has to ...
2
votes
0answers
156 views

Applet Java 7 update 21: Cannot set AWTKeyListener on default Toolkit

In my self-signed applet (that may possibly become a CA-signed applet in near future) in which I have a fairly complex Swing GUI, I need to detect whenever the user has the SHIFT- or CONTROL-key ...
0
votes
0answers
13 views

Applet modified header can not be accessed at server

I have my applet code which takes parameter values from html and generates the headers to access at server side. the code is working on other systems and I am able to see the Param values in http ...
0
votes
1answer
66 views

Deploy Applet on Apache server

I've written a Java applet game that I want to deploy on my Apache server. Code + resources are in a self signed .jar with accompanying HTML doc both in the root dir. Run on my local machine ...
-2
votes
1answer
819 views

Java web applet fails to start in Java 1.7.0_21

We have Java applets deployed that have worked fine up until now. Actually, they continue to run fine on 32 bit machines, but on 64 bit machines they stopped yesterday. The last line of the error ...
0
votes
2answers
44 views

Not able to clear the previous table data

I have made an applet with a search engine functionality. The problem here is, when I am trying to search using a keyword first, it is displayed properly by opening a new JFrame in JTable format. But ...
0
votes
1answer
147 views

Automate java web applet testing using Selenium?

I am trying to automate my web application using Selenium. I am able to log in by using Selenium, but after that one web applet is generated where I can't get the handle of that application. Is it ...
1
vote
1answer
44 views

Java, console don't let my applet run because of a file

I am working in an applet. It works perfect with Eclipse but when I try to run from Console it gives me this stack trace: C:\Course Technology\src>appletviewer TestJAlienHunt.html Path for file ...
0
votes
0answers
73 views

jnlp java-vm-args=“-Dfile.encoding=UTF-8” doesn't work

Below didn't work. When I press 's' in java console, it still prints file.encoding=MS949. <?xml version="1.0" encoding="UTF-8"?> <jnlp href="pkitoolkit.jnlp"> <security> ...
0
votes
1answer
41 views

Applet not carrying variables from init method to paint method

This is an applet for my class. Why is my final g.drawString printing 0's for all the variables i have in it? import javax.swing.*; import java.awt.*; public class Days extends JApplet { private int ...
0
votes
0answers
40 views

How to make a horizontal moving applet panel?

I want to implement a game similar to Copter. Currently I'm trying to develop it's background but can someone help me how to make a horizontally (left side) moving panel inside an applet? This is the ...
0
votes
0answers
74 views

Applet does not cache jar files

I'm having issues identifying why a few heavy .jar files are not being cached at the client side. The applet runs fine, but it lazy-downloads the heavy jar libs on every run (specifically ...
12
votes
1answer
1k views

Java applet stopped working after update to JRE 7u21

My java applet stopped working once JRE was updated to 7u21. Short summary: The Exceptions I get are: netscape.javascript.JSException and java.lang.NoClassDefFoundError. the applet worked fine ...
6
votes
4answers
797 views

Cannot launch applet using Java 7u21

So we installed the Java 7u21 release that is supposed to tighten the security for applets. Unfortunately it tightened it so much that our applet does not run anymore. Not good. The interesting thing ...
2
votes
1answer
3k views

Local Applet Security Exception

I'm trying to run a basic hello world Java applet in my browser, but I keep getting "Application Blocked by Security Settings" with the following message: SecurityException: Your security settings ...
0
votes
0answers
17 views

Is there a way to determine what kind of container an applet is hosted by in the applet

And do so without a security exception. ie: if(isInBrowser(applet) { ... } if(isSomeOtherCommonContainer(applet) { }
0
votes
1answer
75 views

java applet display image from localhost

I have an image on Apache server that is oversaved 10 times in second by programm in cpp. I would like to display on website this image that looks like animation. I wrote this script and its works in ...
0
votes
0answers
142 views

Error sign PDF document (sun.security.pkcs11.wrapper.PKCS11Exception: CKR_ARGUMENTS_BAD)

I am developing an applet for signing PDF document using the iText library. On some machines occurs an Exception during the signing java.security.ProviderException: ...
0
votes
2answers
84 views

How to run applet in Firefox without user permission

I have a Java applet which I run into Firefox. Every time when I open the page with the applet I need to give to the applet permission to run. Can I somehow configure the applet to skip this and run ...
0
votes
0answers
27 views

Invoking Applet Methods - Firefox 12 bug

I have one problem with Firefox 12 (newer Firefox works well, and another browsers works well too). In Firefox 12 MyApplet is undefined. In another browsers everything works well. In newer Firefox ...

1 2 3 4 5 84