mariarahat / bungeni-editor

Automatically exported from code.google.com/p/bungeni-editor
2 stars 0 forks source link

Launching Bungeni editor from the command line / windows script #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Bungeni editor when installed is started via a .vbs script and a batch file.

Since the migration to NOA - launching from the command line does not work 
anymore.

Launching from within Netbeans works as before (open project in netbeans, run ) 
.

This is most likely related to the classpath being set incorrectly or loading a 
deprecated jar file. NOA introduced some jar files shared with openoffice - but 
the NOA version may be older.

To Do 
-------

Remove references to noa libraries shared with openoffice.

Rebuild bootstrapconnector.jar to include a more recent variant from openoffice.

Perhaps, The launching works correctly from netbeans since netbeans sets the 
classpath and presumably loads the openoffice shared jars preferentially than 
the ones from NOA.

Original issue reported on code.google.com by ashok.ha...@gmail.com on 15 Aug 2011 at 7:55

GoogleCodeExporter commented 9 years ago
The problem seems to be because NOA requires additional openoffice libraries 
loaded into the application. The loader class only loads a limited set of 
libraries from among the openoffice jar files.

Original comment by as...@hariharan.org.in on 16 Aug 2011 at 12:51

GoogleCodeExporter commented 9 years ago
Fixed by modifying Loader in the Bungeni Editor -- ashok

Original comment by reaganmb...@gmail.com on 18 Jan 2012 at 1:27

GoogleCodeExporter commented 9 years ago

Original comment by reaganmb...@gmail.com on 18 Jan 2012 at 1:27