I just did some digging, and incidentally, if you are using OpenJDK, the necessary JAR file is actually rt.jar, not plugin.jar - go figure! I'm running Fedora 10, and it's located in /usr/lib/jvm/java-1.6.0-openjdk.x86_64/jre/lib/rt.jar (however, I build against Sun's JDK, installed in /usr/java/...
Bottom line, if you have a local copy of plugin.jar, run with it -- it'll let you compile :) -T On Tue, Apr 14, 2009 at 7:22 PM, Todd Volkert <[email protected]> wrote: > Heh - we actually had to remove that file from the 1.1 branch today in > order to release 1.1 (legal reasons, not technical). What OS are you > running, and what JDK do you have installed? If Windows or Linux, do > you have a plugin.jar in $JAVA_HOME/jre/lib? If not, are you running > a non-Sun JDK (like OpenJDK)? > > -T > > On Tue, Apr 14, 2009 at 4:41 PM, Jeff Gates <[email protected]> wrote: >> >> I found the plugin.jar it was in >> >> pivot/branches/1.1/wtk/lib/plugin.jar to make life ease I copied it to >> pivot/trunk/wtk/lib >> >> Thanks, >> Jeff >> >> >> >> >> ----- Original Message ---- >> From: Todd Volkert <[email protected]> >> To: [email protected] >> Sent: Tuesday, April 14, 2009 12:20:39 PM >> Subject: Re: System setup >> >> Jeff, >> >> Are you off and running? You caught us on a day that we're changing >> our build requirements, so I want to make sure you were able to build. >> >> -T >> >> On Tue, Apr 14, 2009 at 1:01 PM, Greg Brown <[email protected]> wrote: >>> You don't need to download it but you do need to ensure that it is on your >>> classpath; see: >>> >>> http://java.sun.com/javase/6/webnotes/6u10/plugin2/liveconnect/#COMPILING >>> >>> >>> On Tuesday, April 14, 2009, at 12:56PM, "Jeff Gates" <[email protected]> >>> wrote: >>>> >>>>Thanks Todd, >>>> >>>>I'm one step closer, the instructions in >>>>http://svn.apache.org/repos/asf/incubator/pivot/trunk/BUILD were helpful. >>>>I went to the the sun site for LiveConnect but it is a bit vague, do I need >>>>to down load the API's and set my classpath? >>>> >>>>Thanks, >>>>Jeff >>>> >>>> >>>> >>>>----- Original Message ---- >>>>From: Todd Volkert <[email protected]> >>>>To: [email protected] >>>>Sent: Tuesday, April 14, 2009 9:04:09 AM >>>>Subject: Re: System setup >>>> >>>>Hi Jeff, >>>> >>>>First get the latest from subversion because we just made a change to >>>>the file I'm going to refer you to :) >>>> >>>># Sync the first time to the trunk >>>>> svn checkout http://svn.apache.org/repos/asf/incubator/pivot/trunk/ pivot >>>> >>>># Then, you can just update >>>>> cd pivot >>>>> svn up >>>> >>>>Then follow the instructions in >>>>http://svn.apache.org/repos/asf/incubator/pivot/trunk/BUILD to build >>>>it. If you have any issues, you can copy the output of your build >>>>into an email, and I'll be happy to help identify the specific issue >>>>you're encountering. >>>> >>>>Cheers, >>>>-T >>>> >>>>On Tue, Apr 14, 2009 at 11:57 AM, Jeff Gates <[email protected]> wrote: >>>>> >>>>> Hi, >>>>> >>>>> I have been doing UNIX administration of many years, have have written >>>>> html, php, and java scripts now I'm just starting to code in java. The >>>>> Pivot looks like it could useful to me but I am having issue getting >>>>> started. Currently I run Fedora 9, I have pulled down pivot with svn but >>>>> I keep hitting road blocks. Is there an A-Z list of all of everything >>>>> needed to get my system up and running? >>>>> >>>>> Thanks, >>>>> Jeff >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >> >> >> >> >> >
