[Bug 795] New: Allow icedtea-web's JRE to be configured at runtime
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Sep 28 13:11:19 PDT 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=795
Summary: Allow icedtea-web's JRE to be configured at runtime
Product: IcedTea-Web
Version: unspecified
Platform: all
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Plugin
AssignedTo: dbhole at redhat.com
ReportedBy: drazzib at drazzib.com
CC: unassigned at icedtea.classpath.org
Hi,
Right now, icedtea-web plugin hard code expected JRE during compile time via
ICEDTEA_WEB_JRE define :
launcher/java_md.c: snprintf(libjava, MAXPATHLEN, ICEDTEA_WEB_JRE "/lib/%s/"
JAVA_DLL, arch);
launcher/java_md.c: printf(ICEDTEA_WEB_JRE "/lib/%s/" JAVA_DLL "\n",
arch);
launcher/java_md.c: strncpy(path, ICEDTEA_WEB_JRE, pathsize);
plugin/icedteanp/IcedTeaNPPlugin.cc: command_line[cmd_num++] =
g_strdup_printf("%s/lib/rt.jar", ICEDTEA_WEB_JRE);
plugin/icedteanp/IcedTeaNPPlugin.cc: command_line[cmd_num++] =
g_strdup_printf("%s/lib/rt.jar", ICEDTEA_WEB_JRE);
plugin/icedteanp/IcedTeaNPPlugin.cc: filename = g_strdup(ICEDTEA_WEB_JRE);
It would be great to be able to configure this at runtime (via some property
file ?) : for example, it'll allow to build this plugin only once but use it
with openjdk-6 or openjdk-7.
Cheers,
--
Damien Raude-Morvan
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the distro-pkg-dev
mailing list