[dev] Can I increase the jvm heap size for OpenOffice?

2005-08-24 Thread Michael Mi
Hi, I wrote a java component for OpenOffice, but unfortunately, it needs too much memory which results in a "jvm heap overflow". Is there any way to increate the jvm heap size for OpenOffice? Thanks Michael - To unsubscribe

Re: [dev] Can I increase the jvm heap size for OpenOffice?

2005-08-24 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, add the following parameters to the java options (Tools -> Options... -> OpenOffice.org -> Java -> Parameters...) - -Xms64M(min) - -Xmx128M (max) if you want to watch your programs behaviour you can use the parameter (java 1.5 is required)

Re: [dev] Can I increase the jvm heap size for OpenOffice?

2005-08-24 Thread Joachim Lingner
Although you can use a -X option, bear in mind that this is only sure to work with a Sun JRE. IMHO you should file an issue with the Java guys. The VM should adjust their heap size dynamically. Native applications (running on modern hardware and OS) typically do not have this restriction. They

Re: [dev] Target milestone 2.1 or 3.0

2005-08-24 Thread Eike Rathke
Hi Kohei, On Fri, Aug 19, 2005 at 22:50:21 -0400, Kohei Yoshida wrote: > Now my question is: do we know for sure that we will have a 2.1 > release, or do we skip that version number and go straight to 3.0? Unfortunately there is no decision yet. > If yes, could someone create a new target miles

[dev] string based instancing == typesafe ?

2005-08-24 Thread Victoria, Sven
Hi, I tried (with success) the SDraw.java example /examples/java/Drawing/SDraw.java and for the sake of learning changed the call in Main() to draw a line from: oShapes.add(createShape(xDrawDoc,2000,1500,1000,1000,"Line",0)); to: oShapes.add(createShape(xDrawDoc,2000,1500,1000,1000,"Line2",0

[dev] Finding Dependencies of the Component

2005-08-24 Thread Sunil Todi
Hi all, We have a scenario in which we have multiple components (registered into a common RDB file) and they have dependencies on each other. Now for testing purpose, we want to find out all the components (with component library path) which are dependent on a particular component. Please let me k

Re: [dev] string based instancing == typesafe ?

2005-08-24 Thread Jürgen Schmidt
Hi Sven, Victoria, Sven wrote: Hi, I tried (with success) the SDraw.java example /examples/java/Drawing/SDraw.java and for the sake of learning changed the call in Main() to draw a line from: oShapes.add(createShape(xDrawDoc,2000,1500,1000,1000,"Line",0)); to: oShapes.add(createShape(xDr

Re: [dev] Finding Dependencies of the Component

2005-08-24 Thread Jürgen Schmidt
Hi, Sunil Todi wrote: Hi all, We have a scenario in which we have multiple components (registered into a common RDB file) and they have dependencies on each other. Now for testing purpose, we want to find out all the components (with component library path) which are dependent on a particular c

Re: [dev] Target milestone 2.1 or 3.0

2005-08-24 Thread Kohei Yoshida
On 8/24/05, Eike Rathke <[EMAIL PROTECTED]> wrote: > > I have an issue that I want to assign a target milestone > > for, but since it's a feature/enhancement, neither 2.0.1 nor 2.0.2 > > will be appropriate. Any advice from someone who makes the call on > > this matter would be appreciated. > >