I'm still partly fuzzy on parts of the JReflections library and JavaObject.
Based on https://github.com/bpsm/edn-java
, what am I doing wrong here?
It's returning a Class not found error.
edn-java-0.5.0.jar is properly included as an additional jar, and I'm able to run some of its methods by using inline java, e.g. parsing out EDN strings and determining their types. But I'm trying to do as much as possible, inside of B4J.
Based on https://github.com/bpsm/edn-java
, what am I doing wrong here?
B4X:
Private jo_DefaultConfiguration As JavaObject
jo_DefaultConfiguration.InitializeStatic( "us.bpsm.edn.parser.Parsers.defaultConfiguration" )
It's returning a Class not found error.
edn-java-0.5.0.jar is properly included as an additional jar, and I'm able to run some of its methods by using inline java, e.g. parsing out EDN strings and determining their types. But I'm trying to do as much as possible, inside of B4J.
Last edited: