31 Jul
2017
31 Jul
'17
5:24 p.m.
Hi, Bug Report! When running this code in a class on my own package I receive an IllegalAccessException Class<?> c = Class.forName("org.basex.api.xmldb.BXDatabase"); Database db = (Database) c.newInstance(); java.lang.IllegalAccessException: Class my.package can not access a member of class org.basex.api.xmldb.BXDatabase with modifiers “" I think the problem is that the class is not public. Best regards Ignacio