[Bug 1123] itweb-settings is missing the runtime parameters
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Aug 16 07:08:59 PDT 2012
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1123
Andrew John Hughes <ahughes at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ahughes at redhat.com
Component|General |Plugin
Assignee|unassigned at icedtea.classpat |dbhole at redhat.com
|h.org |
--- Comment #2 from Andrew John Hughes <ahughes at redhat.com> ---
User wants to specify parameters to plugin VM instance:
<higuita> hi, i want to add a runtime parameter to my icedtea (openjdk7), but
the itweb-settings dont have that option, just like sun javacpl/ControlPanel
<higuita> so how can i add a extra runtime parameter? any tip?
<gnu_andrew> higuita, first of all file a bug to get it added to itweb-settings
:-)
<gnu_andrew> higuita, then take a look at the javaws script, you should be able
to add parameters there
<higuita> thanks gnu_andrew , i will do that :)
<gnu_andrew> higuita, is it javaws you want to alter or the plugin? No idea
how you'd alter the plugin...
<higuita> its really the plugin
<gnu_andrew> higuita, ok I found it
<gnu_andrew> not very configurable though
<gnu_andrew> the VM is started in plugin_start_appletviewer in
IcedTeaNPPlugin.cc
<gnu_andrew> command_line = (gchar**) malloc(sizeof(gchar*)*8);
<gnu_andrew> command_line[cmd_num++] = g_strdup(appletviewer_executable);
<gnu_andrew> command_line[cmd_num++] = g_strdup(PLUGIN_BOOTCLASSPATH);
<gnu_andrew> command_line[cmd_num++] = g_strdup("-classpath");
<gnu_andrew> command_line[cmd_num++] = g_strdup_printf("%s/lib/rt.jar",
ICEDTEA_WEB_JRE);
<gnu_andrew> command_line[cmd_num++] = g_strdup("sun.applet.PluginMain");
<gnu_andrew> command_line[cmd_num++] = g_strdup(out_pipe_name);
<gnu_andrew> command_line[cmd_num++] = g_strdup(in_pipe_name);
<gnu_andrew> command_line[cmd_num] = NULL;
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120816/ee4ed024/attachment.html
More information about the distro-pkg-dev
mailing list