Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2014 11:55:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 194419] java.io.ProcessBuilder not working in java/openjdk8 on i386
Message-ID:  <bug-194419-8522-cULpF7pSqQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194419-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194419-8522@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=194419

--- Comment #5 from Jimmy Kelley <ljboiler@gmail.com> ---
(In reply to Jung-uk Kim from comment #4)
> (In reply to Jimmy Kelley from comment #2)
> > I've tracked the cause of the problem down to the fact that the os.arch
> > system property ( System.getProperty("os.arch") ) that used to return 'i386'
> > on the 32-bit FreeBSD platforms is now returning 'x86'; this causes the
> > ProcessBuilder to fail when it's looking for the process spawner helper in
> > the {java.home}/lib/{os.arch} directory because the installation is putting
> > the arch-specific native stuff in a 'i386' directory.
> 
> Good catch!  Please try the attached patch.

Works great!  I even have the Eclipse upgrade I've been working on successfully
built and running with it.

Thanks!

-- 
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-194419-8522-cULpF7pSqQ>