![]() |
Applet Not Loading
I have an applet someone wrote for me back in 2004. I am trying to get it to work on my website but it doesnt load. It works on my computer but not when i load it on web server and try to run it from my website If I use this code:
Code:
<applet name="LoanCalculator"If I try and go this route: Code:
<embed id="LoanCalculator"MWLoan.Loan.class could not be found here is a link to my site: http://www.pacificfinancial.com/loan...der/applet.htm Can someone point me in the right direction of what I am doing wrong. Thank you |
There's not a lot to go on here. So the first thing you should verify is that you have a certificate for your applet. Has it been signed?
|
I dont know, like I said it was built by another developer sometime ago but I like the app
It was on another website and worked fine and it does run on my computer I am not sure if that menas anything |
Nope, the applet cannot be compared directly to running the jar. The problem is that applets often require signing for what they can and cannot do. Here's a link for what they can and cannot do: http://docs.oracle.com/javase/tutori.../security.html
Here's the instructions for jar signing: http://docs.oracle.com/javase/1.5.0/...a_signing.html. It is a big process yes, but if your application does anything listed in the first links section for what the unsigned applets "cannot" do, than you must sign the applet. Let me take a step back here though. I didn't see your error the first time as being cannot find a class. Its been many years since I've written an applet, but like java.exe I'd expect that the .class on the codebase is not what you want. Remove the .class from the applet code attribute, and try again. |
Nothing at all happens when I remove the .class from the applet attribute
I found some notes in an mno file and they specifically state the MWLoan.Loan.class file to be there. its really bizare |
I found my problem , after reviewing the notes more carefully I see that I had an incorrect case letter
It running now Now I need to learn how to edit the files and make some cosmetic changes |
Glad to hear you got it working. I'm a bit surprised that applets want .class extensions. I would have expected them to run just like the java does without the .class.
|
| All times are GMT +1. The time now is 06:53 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.