PDA

View Full Version : java Runtime Parameters



zelrikriando
December 23rd, 2011, 05:24 PM
Hello there,

I am trying to use eclipse to debug a java applet and for that I need to change some java runtime parameters according to the link below:

http://www.programmersavenue.com/2008/07/debugging-applets-from-eclipse.html

my problem is that I don't find the place where to change the parameters. Specifically, there is no 'java Runtime Parameters' in the advanced tab of the Java control Panel. I have been looking online if it is located in a different place for ubuntu but no luck...

r-senior
December 23rd, 2011, 05:43 PM
IIRC you do it in Eclipse from the "Run | Run Configurations" menu. You get a dialog with a series of tabs, one of which is "Arguments" and has a VM arguments box.

EDIT: Ah, just saw you are debugging an applet. Not sure if the above will help.

zelrikriando
December 23rd, 2011, 07:17 PM
Nevermind, I just found it, it was under the 'java' tab.