To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88687





------- Additional comments from [EMAIL PROTECTED] Tue Jun 17 08:02:57 +0000 
2008 -------
@sb: I think you're confusing something here. The included loader classes are
the tooling classes. They are responsible for getting the classpath set up
correctly and getting the whole thing running. With m17 these classes were the
point of failure. In other words, with m17 the program did not even get to point
where main() is executed. 

This has apparently been fixed with m19. The NEW problem that Test.jar
demonstrates with m19 is in the class com.sun.star.comp.helper.Bootstrap, which
is NOT included in Test.jar. Look at the stack trace. We are executing main()
here (the "Caused by..." line is the beginning of the relevant stack trace), so
the tooling has already worked, successfully found the OOo installation and set
up the classpath. But cssc.helper.Bootstrap doesn't work.

To make things clearer I'll attach a new test case that does not use the tooling
method. Adapt the classpath in the batch file to match your installation and
then run runtest.bat from the same directory where the new Test.jar is stored.
On my system it fails with

Exception in thread "main" com.sun.star.comp.helper.BootstrapException: no
office executable found!
        at com.sun.star.comp.helper.Bootstrap.bootstrap(Bootstrap.java:248)
        at de.muenchen.test.OOoBootstrapTest.main(OOoBootstrapTest.java:19)

Here it is obvious that the failing code is in
com.sun.star.comp.helper.Bootstrap.bootstrap().



---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to