OfficeLoader contains a customized URLClassLoader that is, using the URLs gathered as described above, meant to load NOA and UNO classes so no more hard-coded paths in the manifest, hurray \o/ OfficeLoader::run() can be used to kick off any NOA app. It will load its primary class of by name and call its main method. This is demonstrated in Lo4ConnectionTest example
It contains a customized URLClassLoader which is meant to be used to load all NOA classes
This pull request adds a new OfficeLoader class that will try to find UNO installation on the system, in the following order of priority:
OfficeLoader contains a customized URLClassLoader that is, using the URLs gathered as described above, meant to load NOA and UNO classes so no more hard-coded paths in the manifest, hurray \o/ OfficeLoader::run() can be used to kick off any NOA app. It will load its primary class of by name and call its main method. This is demonstrated in Lo4ConnectionTest example
It contains a customized URLClassLoader which is meant to be used to load all NOA classes