From owner-freebsd-java@FreeBSD.ORG Mon Jul 13 12:58:31 2009 Return-Path: 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 21A7D1065688 for ; Mon, 13 Jul 2009 12:58:31 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.freebsd.org (Postfix) with ESMTP id 3D2938FC20 for ; Mon, 13 Jul 2009 12:58:29 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (localhost [127.0.0.1]) by smadev.internal.net (8.14.2/8.14.2) with ESMTP id n6DCIona057306; Mon, 13 Jul 2009 15:18:50 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) Received: from localhost (localhost [[UNIX: localhost]]) by smadev.internal.net (8.14.2/8.14.2/Submit) id n6DCIokK057305; Mon, 13 Jul 2009 15:18:50 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: freebsd-java@freebsd.org Date: Mon, 13 Jul 2009 15:18:49 +0300 User-Agent: KMail/1.9.7 References: <736c47cb0907130439k53fe233ft550f9acf523c0a8a@mail.gmail.com> In-Reply-To: <736c47cb0907130439k53fe233ft550f9acf523c0a8a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200907131518.49926.achill@matrix.gatewaynet.com> Cc: Sam Wun Subject: Re: J2EE for freebsd? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2009 12:58:31 -0000 =CE=A3=CF=84=CE=B9=CF=82 Monday 13 July 2009 14:39:37 =CE=BF/=CE=B7 Sam Wun= =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > HI, >=20 > I have installed diablo-jdk1.6.0 and runnign fine wtih general jvm, > but when I compile a ejb java class, it generated compile-time error > "javax.ejb does not exist". > the following result shown that the diablo-jdk1.6.0 does not include > j2ee.jar file: >=20 Thats pretty normal, diablo is about J2SE classes. Just try and find a 1.6-compatible j2ee jar file from jboss as you have thought. > # pwd > /usr/local/diablo-jdk1.6.0/lib > lib # pwd > /usr/local/diablo-jdk1.6.0/lib > lib # ls -l > total 27928 > drwxr-xr-x 2 root wheel 512 May 9 18:50 ./ > drwxr-xr-x 11 root wheel 512 Jun 9 23:23 ../ > -rw-r--r-- 1 root wheel 15262666 May 13 2008 ct.sym > -rw-r--r-- 1 root wheel 145492 May 13 2008 dt.jar > -rw-r--r-- 1 root wheel 205921 May 13 2008 htmlconverter.jar > -rw-r--r-- 1 root wheel 18381 May 13 2008 ir.idl > -rw-r--r-- 1 root wheel 391909 May 13 2008 jconsole.jar > -rw-r--r-- 1 root wheel 429 May 13 2008 orb.idl > -rw-r--r-- 1 root wheel 12476752 May 13 2008 tools.jar >=20 > I think diablo-jdk1.6.0 is not J2ee. > How to setup a j2ee enviornment in freebsd (7.2 stable)? >=20 > Since this java program is running ok in JBOSS 5. should I just copy > the jar file from JBOSS server to the remote machine? The JBOSS server > is also a freebsd 7.2 server. the remote machine is running Tomcat and > I am writing client application in the Tomcat server (freebsd) to > communicate JNDI service provided by the JBOSS server. I can run thsi > ejb program under JBOSS environment without any problem. >=20 > Thanks > Sam > _______________________________________________ > 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" >=20 =2D-=20 Achilleas Mantzios