I have been struggling with the whole Java error and read all the support requests and was still unable to solve the problem of getting the module to work.
have stumbled onto the fix for my situation and will be easy for others to replicate
I installed the image upload module (imgupload-6.x.1.8) for drupal 6.6
checked for error by
- page Sourcecode to check ARCHIVE=(URL PATH)
- reinstalled modules ( all image modules)
- disabled new modules
- java test site URL (success)
- installed new Java
- went to (http://www.mysite.com/site/modules/imgupload/imgupload/image_applet/src/...) to see if I get the file download poppup ( i didn't)
image uploader setting (path to .JAR file) - this one did not work for me
http://www.mysite.com/site/modules/imgupload/imgupload/image_applet/src/...
my new image uploader settings - (path to .JAR file) this now works
http://www.mysite.com/site/modules/imgupload/imgupload/imgupload
I found a second instance of the two JAVA files in this folder and I can now get past the JAVA errors and actual browse a folder location to get images.......
Ii can now also browse to the .JAR java file at the new path and the download box appears............. Arrrghhh the relief
hope this helps some other basic people swimming in this stuff , it may be in black and white somewhere but I didn't get it during the whole troubleshooting process
Comments
Comment #1
pre911mindset commentedThanks for this. I hope it helps some other users.
pre