I have user defined jar file which has .class files Ex: abc.jar.
I want to use those class files in the HTML file via JavaScript. I don’t want to use applet calls.
Can some one please help out me on this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to run some java code(In server) and get the response in your javascript(in client). You can use Ajax in jquery.
http://api.jquery.com/jQuery.ajax/
Remember this is for java (advance) programming.