[Bug 194419] java.io.ProcessBuilder not working in java/openjdk8 on i386
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Oct 29 17:13:06 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194419
--- Comment #4 from Jung-uk Kim <jkim at FreeBSD.org> ---
(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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-java
mailing list