From owner-freebsd-eclipse@FreeBSD.ORG Sat Aug 20 09:43:29 2011 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1262C106564A for ; Sat, 20 Aug 2011 09:43:29 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from fep31.mx.upcmail.net (fep31.mx.upcmail.net [62.179.121.49]) by mx1.freebsd.org (Postfix) with ESMTP id 6F2DC8FC0C for ; Sat, 20 Aug 2011 09:43:28 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep14-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20110820092654.LGHL6096.viefep14-int.chello.at@edge01.upcmail.net>; Sat, 20 Aug 2011 11:26:54 +0200 Received: from pinky ([95.96.138.26]) by edge01.upcmail.net with edge id NZSs1h00j0aMTqv01ZSt1c; Sat, 20 Aug 2011 11:26:54 +0200 X-SourceIP: 95.96.138.26 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-eclipse@freebsd.org, =?utf-8?B?0JvRjtCx0L7QvNC40YAg0JPRgNC40LPQvtGA0L7Qsg==?= References: <4E4B6391.7010808@gmx.de> Date: Sat, 20 Aug 2011 11:26:59 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/11.50 (Win32) X-Cloudmark-Analysis: v=1.1 cv=CqMFsqQC4gx7bBgpmnW/wKYuJF/a5pXPeCAfngFtYkU= c=1 sm=0 a=jSLzLkXI7GEA:10 a=BQDks7H8Un0A:10 a=bgpUlknNv7MA:10 a=IkcTkHD0fZMA:10 a=pGLkceISAAAA:8 a=pcnGVep3EQOHhhHd4R4A:9 a=QEXdDO2ut3YA:10 a=MSl-tDqOz04A:10 a=_RhRFcbxBZMA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: Subject: Re: Fwd: eclipse with openjdk7 ? X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2011 09:43:29 -0000 On Wed, 17 Aug 2011 09:25:31 +0200, Любомир Григоров wrote: > ---------- Препратено съобщение ---------- > От: Любомир Григоров > Дата: 17 август 2011 00:25 > Тема: Re: eclipse with openjdk7 ? > До: Thomas Gellekum > > > I tried compiling eclipse with both default openjdk6 and openjdk7 in > Makefile, fails both times. eclipse-devel fails with default Makefile, > haven't tried changing it. > > I just want a working eclipse, I am using 8.2-STABLE > > What is the best way to get it up and running? How hard do you want openjkd7. I would try to deinstall all eclipses and all jdk's and than install openjdk6 and eclipse (not eclipse-devel). Ronald. > > The Java version used by Eclipse is currently hardcoded because it > doesn't >> compile with all the (older) JDK6's out there. I guess nobody has tried >> to >> use JDK7 to compile and run eclipse so far. >> >> You can easily try the "run" part: set JAVA_HOME in your environment to >> /usr/local/openjdk7 and start the /usr/local/bin/eclipse (or >> eclipse-devel) >> script. >> >> As to "compile": set JAVA_VERSION to 1.6+ in eclipse-devel/Makefile (I >> don't think this will work with the main eclipse port, as it is still at >> 3.6.2) and rebuild. If OpenJDK7 is your default Java version, it should >> be >> picked up automatically. >> >> Note that you can always specify a JRE for your own projects in the Java >> preferences. JDT support for JDK7 features will arrive with 3.7.1 (due >> end >> of September, I think). >> >> tg >> > >