Running options [message #246410] |
Tue, 22 January 2008 13:24  |
Eclipse User |
|
|
|
Originally posted by: gerardo.corro.mundivia.net
Hi all,
I'm developing a project with eclipse, when running my IBatis DAO inside
eclipse (Run as Java application) I get very fast responses to get my DTOs
filled (a few seconds). The only settings I put in the Run window is
inside the 'VM arguments' section and they are:
-Xms256m
-Xmx512m
However, when I build my jars and run them in a DOS console like:
java -Xms256m -Xmx512m -cp %LOCALCLASSPATH% com.mycom.TestMyDao
some queries are very slow, even three minutes to see them completed.
I use the same SDK in order to compile and run my program inside Eclipse
and also in the command line execution.
So, the question is: How can I see the whole bunch of options that Eclipse
injects to my project when executing it? I would like to copy the whole
thing and use it for my .bat script.
Please assist. Thanks!
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.09080 seconds