From owner-freebsd-java@FreeBSD.ORG Sun Jun 8 09:39:02 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60B0B37B40F for ; Sun, 8 Jun 2003 09:39:02 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id B588E43FCB for ; Sun, 8 Jun 2003 09:39:01 -0700 (PDT) (envelope-from mmercer@nc.rr.com) Received: from [192.168.1.2] (rdu88-246-041.nc.rr.com [24.88.246.41]) h58GXS5J008620; Sun, 8 Jun 2003 12:33:28 -0400 (EDT) From: "Michael E. Mercer" To: Juan Velasco In-Reply-To: <3EE36609.2070003@shih.be> References: <3EE303E5.2010409@shih.be> <200306082009.47977.boris@brooknet.com.au><3EE36609.2070003@shih.be> Content-Type: text/plain Organization: Message-Id: <1055090328.29804.1.camel@dual.mmercer.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 08 Jun 2003 12:38:48 -0400 Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: Netbeans question X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2003 16:39:02 -0000 On Sun, 2003-06-08 at 12:36, Juan Velasco wrote: > Tx! it works fine for me now too. How did you realize the problem was > the -- ?? Well, there were three printed error lines and only three calls to expr that used the --. Also the man page for expr does not mention --. MeM > > > Michael E. Mercer wrote: > > >On Sun, 2003-06-08 at 16:10, Sam Lawrance wrote: > > > > > >>On Sun, 8 Jun 2003 09:37 am, Juan Velasco wrote: > >> > >> > >>>root@dune>netbeans -jdkhome /usr/local/jdk1.4.1 > >>>expr: syntax error > >>>expr: syntax error > >>>expr: syntax error > >>> > >>> > > > >expr has a problem with the -- right after it.. I removed that and the > >script and netbeans runs without a hitch... > > > >HTH > >MeM > > > > > >>>Exception in thread "main" java.lang.NoClassDefFoundError: > >>> > >>> > > > > > > > > > >. > > > > > > > >