Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2015 18:32:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203689] [MAINTAINER] java/eclipse: update to 4.5 (Eclipse Mars)
Message-ID:  <bug-203689-13-XhBFOE0bXV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203689-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203689-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203689

Jonathan Chen <jonc@chen.org.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonc@chen.org.nz

--- Comment #6 from Jonathan Chen <jonc@chen.org.nz> ---
(In reply to Jimmy Kelley from comment #4)

Can you hack the start-up script, files/eclipse.in, to set the environment
variable just befor invoking the eclipse binary? eg:

...
export SWT_GTK3=0 # don't use GTK3 at runtime
JAVA_VERSION="%%JAVA_VERSION%%" JAVA_OS="%%JAVA_OS%%"
PATH=${JAVA_HOME}/bin:${PA
TH} exec "${ECLIPSE_HOME}/eclipse" $@

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203689-13-XhBFOE0bXV>