![]() |
Problem with JavaApplet Postlet multiple upload - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Problem with JavaApplet Postlet multiple upload (/showthread.php?tid=21820) |
Problem with JavaApplet Postlet multiple upload - El Forum - 08-21-2009 [eluser]Unknown[/eluser] Hi, I’m new to the CI,i was looking for the multiple upload files at a single time & i was going thru the forum i got the postlet what exactly i wanted & here i want to know how will my view page will be here i got the library & controller but i did the view page it gives an error like.. Java Plug-in 1.6.0_14 Using JRE version 1.6.0_14-b08 Java HotSpot Client VM User home directory = C:\Documents and Settings\Administrator —————————————————————————— c: clear console window f: finalize objects on finalization queue g: garbage collect h: display this help message l: dump classloader list m: print memory usage o: trigger logging q: hide console r: reload policy configuration s: dump system and deployment properties t: dump thread list v: dump thread stack x: clear classloader cache 0-5: set trace level to <n> —————————————————————————— load: class Main.class not found. java.lang.ClassNotFoundException: Main.class at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source) at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source) at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: open HTTP connection failed:http://localhost/xampp/www/CodeIgniter/index.php/Main/class.class at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source) at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source) at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) ... 7 more Exception: java.lang.ClassNotFoundException: Main.class please can any 1 help me in this i think there is a problem in my view page….suggest me the view page…. Problem with JavaApplet Postlet multiple upload - El Forum - 08-25-2009 [eluser]kevinparker[/eluser] Is there anyone who can help this guy out.? Kevin Problem with JavaApplet Postlet multiple upload - El Forum - 08-25-2009 [eluser]Triple_vent[/eluser] hi... i dont know how to integrate java multiple upload with CI, but i am using SWFupload to multiple upload function, i think it easier than that since others user in this forum have ever share the code for integrating it, i try that and it works like a charms. i cannot help u with your problem but i guess u can consider for using that too. (not many people here ever use that applet). ------------- Beware of Cat |