CheerPJ not showing anything
There is a class file in my code named AbstractPageBean which returns 404 when I run the page using cheerpj server side.
1- I am not sure if I implemented the server side correctly but in one of my applets, it says missing in myapplet$x.class, and in another says missing for AbstractPageBean
2- The code runs perfectly with CheerPJ extention
3- I use JSP and this is my code:
1 Reply
I cannot provide feedback on the JSP code, it would be better to show how to final HTML looks like. In particular I am not sure if the
APPLET
tag will be dynamically inserted in the final page.
It would be best to call cheerpjInit
earlier in the page to make sure runtime Java detection is correctly spoofed by CheerpJ
If you see that .class
files are not found, that is a strong indication that there is some path problem, but then it's unlikely that the page works with the CheerpJ Applet Runner extension, so there must be some difference
If you can make the page accessible on the public internet we could take a look, otherwise we can provide limited help
Hi, can you share some additional information? We want to help, but currently we are not able to do so.