Title: Load Shared Java Library Post by: Bartosz P. on June 13, 2018, 11:42:04 am Hi,
I'm trying to import and use my own Java Objects, in order to do so I prepared simple examle code from Help Document (IMPORT JAVA java.util.regex.Pattern etc). Unfortunately comilation log immediatly refuses to load this standard library with reason: 1 is not valid Win32 application. my running JRE and JDK is (build 1.8.0_162-b12) but I found out that Genero Writer is using older 1.6 version but for this simple library it shouldn't matter. Any ideas how to diagnose and resolve this? Thanks in Advance! |