Hi,
When I'm trying to create Sheetnode import from Excel I'm getting this error:
Fatal error: Class 'java_io_FileInputStream' not found in …\modules\sheetnode\sheetnode_xls.import.inc on line 58

Comments

shaynl’s picture

Category: bug » support
Priority: Critical » Normal
infojunkie’s picture

Can you please check this issue: #617922: Fatal Error: Java class not found using java_autoload() and see if it's related to your case? If it is, please mark this one as duplicate and follow up one the other one.

shaynl’s picture

I don't think it's related… It's about export to excel.
My case is about import from excel files…

infojunkie’s picture

Can you please give the versions of the following:
* PHP
* Apache POI
* PHP/Java Bridge
as well as how you installed PHP/Java Bridge.

shaynl’s picture

PHP – 5.2.11
Apache POI - 3.5-FINAL-20090928
PHP/Java Bridge – 5.5.4

It's installed locally with WampServer & Apache Tomcat 6.0.20

I installed PHP/Java Bridge exactly like it say on their website: I copied JavaBridge.war to tomcat webapps folder.
I test it with the examples and it works fine.

infojunkie’s picture

Status: Active » Closed (duplicate)

It's a problem with PHP/Java Bridge 5.5.4, as described here: http://sourceforge.net/mailarchive/forum.php?thread_name=72543f000911061...

I'm marking this as duplicate of #617922: Fatal Error: Java class not found using java_autoload() because they have the same root cause.

infojunkie’s picture

Version: 6.x-1.3 » 6.x-1.5-beta3
Component: Code » Core

The latest 1.5-beta3 version has removed the Java dependencies and replaced them with PHPExcel library. Please delete your sheetnode folder and install the latest version as per the instructions on the module page.