I am trying to convert an xml file to json for processing. I am following the samples from another threat, and the sample works.
But when I move the code into my app, it fails.
The fail is on the initialize
Dim jo As JavaObject
jo.InitializeNewInstance("org.json.XML",Null) //this is where the fail occurs
My project has JavaObject 2.05, XMLBuilder 1.00, and Json 1.10.
But when I move the code into my app, it fails.
The fail is on the initialize
Dim jo As JavaObject
jo.InitializeNewInstance("org.json.XML",Null) //this is where the fail occurs
My project has JavaObject 2.05, XMLBuilder 1.00, and Json 1.10.