RFC: Make netscape.javascript package visible to javac
Deepak Bhole
dbhole at redhat.com
Thu Jun 11 13:19:57 PDT 2009
* Omair Majid <omajid at redhat.com> [2009-06-11 11:56]:
> Hi,
>
> The netscape.javascript package is not visible to javac in IcedTea6.
> Example:
> $ javac Main.java
> Main.java:59: package netscape.javascript does not exist
> import netscape.javascript.JSObject;
> $ javac -XDignore.symbol.file Main.java
> Note: Main.java uses unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
>
> The attached patch makes the netscape.javascript package visible when
> IcedTea6 is built with liveconnect support.
>
> ChangeLog:
> 2009-06-11 Omair Majid <omajid at redhat.com>
>
> * patches/icedtea-liveconnect.patch: Add netscape.javascript package
> to non-core package list.
>
Looks good. Assuming you have tested this, go ahead and commit.
Cheers,
Deepak
> Cheers,
> Omair
More information about the distro-pkg-dev
mailing list