Try this page, http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html look for rt.jar under System Dependencies.
Brett On 1/18/10, Dan Tran <[email protected]> wrote: > I am using Sun JDK on windows version 1.6.0_17 > > -Dan > > On Sun, Jan 17, 2010 at 3:52 PM, Erlend Hamnaberg <[email protected]> wrote: >> Are you using Openjdk? then this fails. >> >> Use the JDK shipped by sun, and you should be ok. >> >> -- Erlend >> >> On Mon, Jan 18, 2010 at 12:28 AM, Dan Tran <[email protected]> wrote: >> >>> Hello, >>> >>> I just inherit an project that I am trying to convert to maven and hit >>> a compilation error ( using java 1.6, target/source = 1.6 ) >>> >>> ts\admin\db_devices\DBCollectorHousekeepingServlet.java:[28,15] >>> sun.misc.BASE64Decoder is Sun proprietary API and may be removed in a >>> future release >>> >>> Eclispe IDE does not fail this call. Why Maven? >>> >>> I found a link to this failure, with no resolution >>> http://www.mail-archive.com/[email protected]/msg103349.html >>> >>> Is there a way to make it a warning? >>> >>> Thanks >>> >>> >>> -Dan >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Sent from my mobile device --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
