Problems with compiling java programs on FreeBSD from ports

Greg Lewis glewis at eyesbeyond.com
Sun Apr 1 23:02:40 UTC 2012


On Sun, Apr 01, 2012 at 06:42:43PM -0400, Super Bisquit wrote:
> /usr/local/java/jre JChessBoard.jar
> /usr/local/java/jre permission denied
> 
> I'm receiving a permission denied error even with
> /usr/local/java/jre/bin/java as root.

It looks like you're trying to execute a directory.  Don't you really mean
to be doing

/usr/local/java/jre/bin/java JChessBoard.jar

?

> I created a /usr/local/java directory, made the bin and jre/bin
> directories executable with chmod +x, and set permissions at chmod
> 0666 for /usr/local/java and all subdirectories.
> 
> Are there any user groups that I need to add?
> 
> 
> 
> On 4/1/12, Super Bisquit <superbisquit at gmail.com> wrote:
> > It seems that all ports have a dependency on openjdk6/7 with that
> > being i386/AMD64 only.
> > I will try compiling jchessboard from source and running it after I
> > send this email.
> >
> > Mr. Davis, you are receiving this email so that you know it is not spam.
> >

-- 
Greg Lewis                          Email   : glewis at eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis at FreeBSD.org


More information about the freebsd-ppc mailing list