I have been working for the past year on a java application, and so far it have been working well. But today my boss wanted to run some javascript code in my program. We talked and researched on how we could achieve this. Sadly nothing we have tried work, so when I got home I decided to see if I could reprogram the java application into a applet, and then invoke the javascript functions that way. But I have a hard time getting the applet to even run. All I get is java.lang exceptionininitializererror. I been doing some research and many advice to stay away from applets.
So I’m not sure what to do, I could talk to my boss, and see if I could reprogram the whole thing in HTML5 using that and Javascript, while I can do that, I don’t have that much time until a client is going to look at the program. Is there another way, or do I simply have to work overtime to do it?