Tagged Questions
0
votes
0answers
26 views
Applet - Both signed and unsigned code warning message only with 1.6.0_45
I'm working with legacy code where the login is performed through an applet (as I've commented it is legacy code ;D). We've been working with several JRE versions (1.6.0_29, 30 and 43) and all have ...
0
votes
0answers
13 views
Exporting a Small Applet to Launch
This feels like a really simple question, however, in every instance that I've looked for and found an "answer" it was far beyond my level of comprehension. I'm relatively new to Java, only having ...
0
votes
1answer
26 views
Applet is taking huge time to load Jar files mentioned in archive tag
In my web, I am using PDFBox to render PDF file and print PDF file from the byte on the client side.
For this I am using applet, to search the printer and print the document.
But Apache PDFBox is ...
0
votes
0answers
252 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,
...
1
vote
1answer
105 views
Java Signed Applet Not Working on Browser
I created a java applet,jar file using these three steps.I write a code that which opens windows calculator.It works on with ide or opening from folder.On browser after it gets permission it does not ...
0
votes
0answers
45 views
Applet making HTTP requests for individual class files instead of searching jar file
How do I force an applet to first search the jar files for the class files in one of the libraries used, instead of making requests to the Web server for the files?
Other Information:
The applet ...
0
votes
0answers
86 views
Runnable jar not reflecting change in db file
I have a runnable jar that populates a JComboBox with the results from an SQL command to an SQLite database. I have since changed some spelling errors in the database and recompiled the .jar but the ...
0
votes
1answer
127 views
display Applet on top of Google Map
Can I display a java applet on top of a google map using a custom overlay so that it scrolls along when I scroll the map?
0
votes
1answer
127 views
Why won't drjava allow me to create a jar file?
I'm making a JApplet and need to make a JAR file to connect to a .htm file with the applet tag. The simple solution I could think of was to use the tool in drjava that says "Create Jar File From ...
2
votes
1answer
154 views
Applet fails to reload after page refresh or after navigating to same page, getting classNotFoundException second time (after page refresh)
Applet loads and run succesfully for first time but when we goes off the page
and again try to navigate to same page getting class not found Exception.
Using jnlp
exception: JNLP file error: ...
1
vote
1answer
33 views
Optimizing classes exported to an applet
I am relatively newbie in Java. While I was developing an applet, I made as well a library containing a series of functions to be used in a server side application.
I realized that perhaps I could ...
0
votes
0answers
63 views
deploying java applet
I wanted to put up a java application online but I am having an classnNotFoundException error.
the following code is in my index.html page
<applet width="200" height="200" ...
2
votes
1answer
247 views
Deployed JNLP applet cannot find library: Incompatible magic value 1130458734
I am trying to deploy my applet using JNLP. I have tried using Eclipse Run Jetty Run plugin and it worked okay. But now with deployment at a real web server I am really stuck.
My jnlp file sketch is ...
1
vote
0answers
64 views
Java applet to get available RAM slots or total capacity with available capacity
I am trying to get the memory slots available in any system using a browser applet. i signed it so that it has permission at user end.
I used Interface OperatingSystemMXBean ...
0
votes
1answer
62 views
If I'm using applet how can I create a .jar file using Eclipse?
I am currently working on creating an artificial world and I have followed the following website
http://www.ethics.ubc.ca/eame/eameweb/Simulators/JavaProject/TofC.html
He used an applet to create it ...
3
votes
2answers
791 views
How to Combine Multiple Jars into One?
I've read so many articles/explanations on this and spent too many hours, but everything is either too broad or specific.
This question really only applies to an Applet I've made. It contains one ...
0
votes
0answers
76 views
Run Jnlp file directly with Sun's HttpServer
I have following problem: I am trying to run my JAR file with com.sun.net.httpserver, but it doesn't work.
Main.class from JAR which starts server at port 8000 contains something like this:
...
1
vote
1answer
43 views
Could Java applet use other lib for web
This is web code for applet
<applet code=test.class name=test archive="thisDemo.jar">
</applet>
I write a class, and the class access the local data, so I use key to sign the applet. ...
0
votes
1answer
55 views
Java Applet and ServiceLoader
Java Applet doesn't load service classes from someJar.jar!/META-INF/services/ by default causing NoClassDefFoundError exception.
How to make it work?
0
votes
2answers
96 views
How to access the jdbc driver from an online applet
My applet queries a mysql database, so I included the connector J jar in the eclipse project libraries and my applet runs fine in eclipse, but when i put it on the website, I get an error about that ...
0
votes
1answer
407 views
How to convert multiple class files to one jar file?
I have decompiled a jar file,
and made two classes from it. After that, I tried to make a new jar file with these two class files, using this code
jar cvf AB.jar WinRegistry.class ...
0
votes
1answer
41 views
Deploy my project to the jelestic cloud
Being quite new to the web technologies in general, I have been trying to deploy a project to the free Cloud named "jelestic". I am required to upload a .war.
The problem is that I have a folder ...
0
votes
0answers
114 views
NoClassDefFoundError for applet dependency
I'm building a java web application in Eclipse in which I plan to have a json object sent from a servlet to an applet using Google's gson library, imported using Maven and deployed on a Tomcat server. ...
4
votes
1answer
177 views
Adding an applet to a website
First time posting here. I made a simple calculator program using java and I am trying to put it onto my website. From what I've gathered from previous help posts is that I need to create a JApplet ...
2
votes
1answer
608 views
Invalid Header Field Name when adding manifest to JAR using Eclipse
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 the ...
2
votes
1answer
151 views
Create .jar file for a website
I have made test.jar file and Applet1.html file both are placed on a web server. test.jar runs perfectly by itself on my local computer but when placed on the server it does not run at all and the ...
0
votes
0answers
190 views
How to pass value from query string as parameter to java applet?
I have a asp .net application that makes use of applet 'jzebra' to print to a zebra printer . Im making use of the following code to pass the printer name to applet.
<applet name="jzebra" ...
1
vote
1answer
63 views
Deploy runnable jar on local server
I have a runnable jar, which contains multiple classes within a package. I am trying to have this applet run on my local apache server using html.
<html>
<body>
<head>
...
1
vote
1answer
111 views
To use SSL should my JAR file be signed?
I have a SSL applet I want to connect to a Cpp server. Do I need to self sign the JAR at all? Also do I absolutely need to set up a CA to do it?
I had some luck with trust stores in the past. Do I ...
0
votes
0answers
39 views
Extending Java with jar that can be used from an Applet
I want to extend Java with Classes I made myself so that they can be used from Java Applets. I have tried dropping JAR files in the lib and lib/ext folder but they still ain't globally visible.
EDIT: ...
1
vote
1answer
365 views
Use applet in Netbeans web application
<applet archive='AlienWar.jar' code='AlienWarApplet.class' width='387' height='410'>
</applet>
I have an applet and its works just fine when I use it in ...
-1
votes
2answers
205 views
ClassNotFoundException only if JAR is signed
It is a conundrum!
I have an applet in a JAR. When JAR is signed - be it "self-signed" or with a DigiCert sertificate - I get a ClassNotFoundException on the main applet class.
When I don't sign the ...
12
votes
1answer
3k views
Applet fails to load with Java 1.7 on Windows 7 if jar file is >a certain size
We have a fairly complex signed applet that's been working fine for us since we developed it a couple of years ago. It runs fine with Java 1.5 and 1.6 on all OS/browser configurations we care about.
...
0
votes
3answers
96 views
How to open the executable file in this Java Project? I tried opening all the .jar files already
How to open the executable file in this Java Project? I would like to play this game. I tried opening all the .jar files already, but I get "Failed to load Main-Class manifest attributes from" the ...
0
votes
2answers
183 views
Morena signed Jars causing problems with my Jars
Im using the Morena API's in order to make use of scanners thorough Java. However the Morena jar's have been signed using a different key then the rest of my project. This is causing problems when I'm ...
1
vote
2answers
74 views
Java - Applet Exception
I have a Java project that contains 1 JApplet.
I'm able to run the Applet in desk-top mode (adding the applet to a frame in main[] method).
It doesn't work in a browser though. Getting this error:
I ...
0
votes
1answer
77 views
Unable to sign the jar file properly
I have TViewerApplet.class in com.abc.applet package.To sign the jar file I followed following steps:
1) Created jar file of com folder using cmd jar cf Viewer.jar com
2) Signed jar file using cmd
...
0
votes
1answer
189 views
Java Applet Permission Denied when preloading 2 jars
I have an error SecurityException Permission denied: file:/d:/Notes/Notes.jar when I'm trying to start my applet.
I need to use 2 jars in my applet:
Applet.jar - the jar stores the applet's code ...
0
votes
0answers
130 views
Jarsigner adding additional algorithm security file when used in Windows 7 x64
I recently had to resign my java applet jar file with new security certificates. I used the jdk keytool with the RSA algorithm to create my keystore and import my certificate and used the jarsigner to ...
1
vote
2answers
873 views
load: class MyApplet not found : java.lang.ClassNotFoundException. Why am i getting this,when the class file is there in the package?
I get the following exception when i try to run the applet :
load: class MyApplet not found.
java.lang.ClassNotFoundException: MyApplet
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown ...
1
vote
1answer
791 views
java.lang.reflect.InvocationTargetException : what is the reason for this?
I get the following exception when i try to run the applet :
java.lang.reflect.InvocationTargetException
at com.sun.deploy.util.DeployAWTUtil.invokeAndWait(Unknown Source)
at ...
2
votes
1answer
2k views
Exporting .jar Applet in Eclipse
I have an applet and I can't export it to a runnable jar because it doesn't have a main class( public static void main(String args[]) ) I need a runnable jar because I have a program that has many ...
1
vote
2answers
304 views
Trouble running an applet made in Eclipse in a browser
I have made a Java applet game in Eclipse which has many classes and media associated with it. I have now been trying to finally test the game in a browser but I am having a hell of a hard time ...
2
votes
2answers
890 views
Run normal Jar file in web page with the help of applet
I have a Jar file created in Java which contains external libraries along with class files (to make it more complicated). Our mission is to somehow run this program on web.
Applets are used to run ...
3
votes
1answer
150 views
Applet's .jar is messing up?
I'm trying to put an applet into a Google site (Because Domain hosting costs money). I've got that working, it is in the site. Now, I'm completely new to this, and my question is why doesn't my applet ...
0
votes
1answer
722 views
java.lang.ExceptionInInitializerError while trying to load applet using RXTXcomm jar
I created an applet using RXTXComm.jar to read values from a COM port. When I run the applet in the Eclipse IDE as an applet, it's working. But when I run it through my application it's giving this ...
0
votes
0answers
159 views
Applet Error : Authentication Requires
When loading Applet its asking for the Integrated Windows authentication, in the earlier deployments i am not getting these messages. Two days before i created a Applet Jar and deployed in the ...
0
votes
1answer
179 views
Java applet using JAR?
I currently have a in-development Java Game.
It runs from a .jar, with all the image files inside. The .jar creates and accesses files in the working directory.
I was wondering if there was a simple ...
0
votes
1answer
585 views
How do I sign a dozen JAR files with jarsigner?
I want to sign two dozen jar files using jarsigner, giving the password only once.
Giving multiple files to jarsigner is not possible, according to the man page and using a for-loop on the command ...
1
vote
1answer
99 views
List of .properties files in Java applet
Is there a way to get a list of properties files from inside applet without downloading jar file?
I can get the jar file using getCodeBase() and use it with jar reader, but this option is ...


