I have a website that was professionally built about 8 years ago and generally works absolutely fine. It uses a Java applet to chart stuff and now Oracle is requiring all Java code to be signed. I have 2 problems:
- The company that built the site went bust in the credit crisis
- There is no Java file on the site it seems calls are made to the class files directly.
Site uses ASP.net and was built in Visual Studio. Question.. can the java class files be signed or is it only possible to sign a jar file?
thanks for your help! PS/ I'm a non-expert in Java but I built the original site before it was rebuilt 8 years ago, so you could say I'm a sort of relatively capable amateur!