From owner-freebsd-java@FreeBSD.ORG  Sun Sep 30 08:14:22 2007
Return-Path: <owner-freebsd-java@FreeBSD.ORG>
Delivered-To: freebsd-java@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6AD0D16A418
	for <freebsd-java@freebsd.org>; Sun, 30 Sep 2007 08:14:22 +0000 (UTC)
	(envelope-from b.movaqar@adempiere.org)
Received: from kedah.mschosting.com (kedah.mschosting.com [202.75.42.90])
	by mx1.freebsd.org (Postfix) with ESMTP id E0C1C13C448
	for <freebsd-java@freebsd.org>; Sun, 30 Sep 2007 08:14:21 +0000 (UTC)
	(envelope-from b.movaqar@adempiere.org)
Received: from [87.107.63.161] (port=50348 helo=attila)
	by kedah.mschosting.com with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.68) (envelope-from <b.movaqar@adempiere.org>)
	id 1IbtwP-0000fE-9X; Sun, 30 Sep 2007 16:14:18 +0800
Date: Sun, 30 Sep 2007 11:49:42 +0330
From: "Bahman M." <b.movaqar@adempiere.org>
To: andy@triera.net
Message-ID: <20070930114942.0c82e2db@attila>
In-Reply-To: <jp5kxo.3p7lhr@webmail.triera.net>
References: <20070930000434.7d397970@attila> <20070930001212.32be5693@attila>
	<jp5kxo.3p7lhr@webmail.triera.net>
X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse,
	please include it with any abuse report
X-AntiAbuse: Primary Hostname - kedah.mschosting.com
X-AntiAbuse: Original Domain - freebsd.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - adempiere.org
X-Source: 
X-Source-Args: 
X-Source-Dir: 
Cc: freebsd-java@freebsd.org
Subject: Re: Eclipse: javax.crypto.* not found.
X-BeenThere: freebsd-java@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Porting Java to FreeBSD <freebsd-java.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-java>,
	<mailto:freebsd-java-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-java>
List-Post: <mailto:freebsd-java@freebsd.org>
List-Help: <mailto:freebsd-java-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-java>,
	<mailto:freebsd-java-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 30 Sep 2007 08:14:22 -0000

On 2007-09-30 Andy Rozman (Aleksander) wrote:
> 
> Hi !
> 
> I don't use eclipse myself, so my help probably won't be that
> helpful... 
> Take a look at configuration... File jsse.jar must be included...
> this file has crypto classes. 
> 
> jsse.jar is in <java_install_dir>\jre\lib\jsse.jar. 
> 
Adding jsse.jar didn't help but your suggestion gave me a useful hint.
I check the JRE configuration and found out that jce.jar is not
included.  Adding it solved the problem.

Thank you,

Bahman

> Take care
> Andy
> 
> 
> "Bahman M." <b.movaqar@adempiere.org> wrote:
> 
> > On Sun, 30 Sep 2007 00:04:34 +0330 "Bahman M."
> > <b.movaqar@adempiere.org> wrote:
> > 
> > > Running FreeBSD 6.2-RELEASE-p7 i386, I have Diablo 1.5, JDK 1.6,
> > > Eclipse 3.2 and Ant 1.7 installed from ports with no problem.
> > > 
> > > I have a program in Java which uses javax.crypto package.  I can
> > > compile, build and run it using Ant w/o any problem but when I
> > > open the project in Eclipse, it complains about javax.crypto.*
> > > not being found. I tested with both Diablo 1.5 and JDK 1.6 as the
> > > project JRE but with no luck.
> > > 
> > > I also even de-installed Eclipse and installed it again -from
> > > ports- but the result was the same.
> > > 
> > > Since the program compiles and runs from command line, I suspect
> > > it's all about Eclipse settings/configurations.
> > 
> > Forgot to add that the project source level is 5.0; however I
> > tested 6.0 and it was no different.
> > 
> > Also I could open the project in Eclipse and run it, on a Fedora
> > box.
> > 
> > Bahman
> > _______________________________________________
> > freebsd-java@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-java
> > To unsubscribe, send any mail to
> > "freebsd-java-unsubscribe@freebsd.org"
> > 
> 
> 
>