-2
votes
0answers
56 views

ClassNotFoundException applet [closed]

I want to run my applet on web application, but i got following error that will fetch on one small window.I can't get any error on console. Java Plug-in 10.5.1.255 Using JRE version 1.7.0_05-b05 Java ...
0
votes
0answers
45 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
1answer
63 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 ...
0
votes
1answer
58 views

applet not loading in tomcat

I'm trying to load an applet through a webapp in tomcat. I have my my class files and the applet works if I open the HMTL file with applet in a browser. But if I try to open the same HMTL file through ...
5
votes
2answers
269 views

Applet hidden classnotfound exception

I'm developing an applet that behaves strangely: this is not the usual "I can't start my applet in the browser" problem, but something more subtle. The applet consists into a jtabbedpane with 8 ...
0
votes
1answer
208 views

Embedding Java Applet in web page

I've built a java applet and am trying to embed it into an HTML file on my server. When I access the page, the applet tries to load but then crashes with a ClassNotFoundException on ...
0
votes
0answers
151 views

Japplet gives Class Not Found Exception

I am trying to make a simple JApplet work using Eclipse Helios, but I am always getting ClassNotFoundException: My Simplest Applet Code: package com; import javax.swing.*; import java.awt.*; ...
1
vote
1answer
216 views

Fail to use Java applet in ASP.NET MVC application

It's first time I have to use a Java applet and I'm failing miserably. I was given a java applet that I need to put on ASP.NET MVC page. I also was given a sample WebForm using the same applet. ...
1
vote
1answer
142 views

Java Applet errors on Web Hosting site

I am having problems trying to run my applet file when I upload it on my website. It keeps giving me errors, but works perfectly fine on my computer. I am using NetBeans to create my Applets and I ...
0
votes
1answer
235 views

Load an applet with specified older JRE version instead of latest installed

I wish to load my applet with JRE version 1.6.0_14. I have installed updates 14, 17, 24 and 35. I am using <object> tag with classid to load version with update 14. in this case, the applet ...
0
votes
0answers
97 views

Slick StateBasedGame Java applet

I have made a slick StateBasedGame and in a previous post I found that there is a way of making the StateBasedGame into an applet without editing any of my Java code, it is all done in html, I was ...
0
votes
1answer
48 views

Applet on Website seems to hate Packages <SOLVED>

So I made an Applet (not JApplet) and proceeded to upload it to my website. I put all of my .class files into a package, exported the project from eclipse to a .jar, and uploaded that to the ...
1
vote
1answer
187 views

ClassNotFoundException when running my applet

I'm facing some trouble to run an applet using appletviewer command line in ms-dos. this is my project tree : Project |___classes | |___org | |___test | ...
0
votes
1answer
236 views

Passing custom Objects from applet to servlet

I have a servlet and i want to pass through UrlConnection some objects. When I tested it, it worked fine. When I passed Java native objects (String, File..). But when I try to pass my own Object ...
2
votes
0answers
86 views

test java applet is getting started in windows 7 even after successful install of JRE 7 update 9 in IE9

I am getting following exceptions while testing my java installation, even after I reinstalled JRE and Internet Explorer 9 several times. Please help me. I am testing my jre installation through ...
0
votes
0answers
167 views

How to verify path to applet ok? applet ClassNotFoundException

I have an applet in an HTML page served from a tomcat 6 servlet. The applet element is as follows: <applet code="com.iteloffice.cuba4remedy.cubaapplet.class" name="cubaapplet" ...
0
votes
0answers
206 views

Java applet can't find class

so I'm having issues with java applets. I have a class, TestUser.class in my HTML directory. I try to load the class on the HTML page tho, and it says ClassNotFoundException... Here is the html code: ...
0
votes
2answers
557 views

Applet embed tag is returning ClassNotFoundException

I have an applet jar file cia.jar and the class in it main.class and I have my class in the package com.gmail.connorbphtml.WebApp. I am trying to embed my applet into a webpage. When I am trying to ...
0
votes
1answer
99 views

Integrate applet in html?

<html> <applet code="de.wim.outldd.examples.DragDropTest_ModeMemoryStream" archive="outIdd.jar" width="500" height="500"/> </html> I try to open this applet in HTML, but I get a ...
0
votes
2answers
871 views

Class Not Found in my Jar File

I have the following code in a HTML page <applet code="com.griaule.fingerprintsdk.appletsample.FormMain" archive="SignedFingerprintSDKJava.jar, AbrirAplicativoAssinado.jar" ...
0
votes
1answer
287 views

Not able to run applet in my IE8

I have a web page which In which I am searching for a zebra printer by an applet. The applet works fine on other system but not on my system.I tested the few thing about applet setting in my ...
1
vote
2answers
871 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 ...
0
votes
0answers
787 views

java.lang.ClassNotFoundException while calling a applet class from jar

**Java Plug-in 1.6.0_31 Using JRE version 1.6.0_31-b05 Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\sparkleuser ---------------------------------------------------- c: ...
1
vote
1answer
747 views

ClassNotFoundException when accessing applet, but only for some

I recently got an email from a customer saying that they were getting errors on one of our web apps. We have a date/time picker applet that's used throughout this app and it's not displaying for this ...
0
votes
2answers
322 views

Java applet not running when moved in directory structure

I wonder if someone can help me with this as I've been going steadily nuts trying to make it work. There's an existing Java applet which definitely works but I need to move it from its current ...
1
vote
1answer
5k views

java.lang.ClassNotFoundException when trying to load applet from a .jar file

Sorry for this question but I'm a newbie to Java. I tried searching for similar problems, and I did find some answers, but none worked in my case, so here it goes: I'm trying to load a java applet on ...
1
vote
3answers
3k views

ClassNotFoundException when loading applet on some computers

running this applet on some machines wont work but then on some other's it works just fine. in all cases looks like JRE 1.6.0_26 has been installed. <script type="text/javascript" ...