-
Where to place java class file in php???
In my project i have to access jsp page which contains applet from a php page..
I have used
curl_setopt($ch, CURLOPT_URL, "http://localhost:8080/examples/jsp/plugin/newplugin.jsp");
to open jsp page.. it is opening the jsp page but the plugin is missing ... It shows Classnotfound exception in java console... But if i run the jsp file alone in tomcat the applet gets open...
Can anyone help me to solve the problem... I am using Xampp for accessing jsp and php...
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks