To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82332
                 Issue #|82332
                 Summary|get rid of javaw after OO sdk work is complete
               Component|api
                 Version|OOo 2.3
                Platform|PC
                     URL|
              OS/Version|Windows Vista
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jsc
             Reported by|malokran





------- Additional comments from [EMAIL PROTECTED] Sat Oct  6 09:46:38 +0000 
2007 -------
With OO SDK I succeed to convert an html file (made with OO) to a pdf file.
It works perfectly.
The problem is that a javaw.exe task is started in memory (about 8 M), and I
cannot get rid of it when I do not need it any more.
I presume the javaw starts when I code xContext = ...bootstrap(), but there
seems to exist no OO sdk code to stop it.
Each time I call my new HtmlToPdf object with xContext... in its constructor, a
new javaws starts.
To avoid having plenty of javaws in memory, I am forced to find a way to create
HtmlToPdf only once, and then call its convert() method each time I need.
That is acceptable, but it would be nice to be able to get rid of this javaw, at
least at the end of the whole application, by coding something from the OO sdk 
api. 
(I searched several hours on the net to find a solution, and tried several
close() and dispose() on oDesktop, xMCF, xContext... in addition to xStorable)
Thanks. 
(I intend to use this on Linux at final stage)

---------------------------------------------------------------------
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