From owner-freebsd-java Sun Jan 13 6:30:48 2002 Delivered-To: freebsd-java@freebsd.org Received: from mail4.nc.rr.com (fe4.southeast.rr.com [24.93.67.51]) by hub.freebsd.org (Postfix) with ESMTP id 34ED637B416 for ; Sun, 13 Jan 2002 06:30:46 -0800 (PST) Received: from nc.rr.com ([24.25.11.14]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 13 Jan 2002 09:30:37 -0500 Message-ID: <3C419A07.F9E12CAC@nc.rr.com> Date: Sun, 13 Jan 2002 09:30:32 -0500 From: Michael E Mercer Reply-To: mmercer@nc.rr.com X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.5-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: java media framework - compiling the native version Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello all, I just downloaded to JMF 2.1.1a and after a few modifications, got it to compile. However, is it possible to get the native versions of these shared libs for freebsd? if yes, where do I get them? libjmcvid.so libjmg723.so libjmgsm.so libjmh263enc.so libjmmpa.so libjmmpegv.so Thanks Michael Mercer ps: If no one else has played around with this, how do I get the diff of the changes I have made to get this to compile? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Jan 13 19:46:23 2002 Delivered-To: freebsd-java@freebsd.org Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by hub.freebsd.org (Postfix) with ESMTP id AAB7537B416 for ; Sun, 13 Jan 2002 19:46:17 -0800 (PST) Received: from localhost (scrappy@localhost) by earth.hub.org (8.11.3/8.11.6) with ESMTP id g0E3kC226554 for ; Sun, 13 Jan 2002 23:46:12 -0400 (AST) (envelope-from scrappy@hub.org) Date: Sun, 13 Jan 2002 23:46:12 -0400 (AST) From: "Marc G. Fournier" To: freebsd-java@freebsd.org Subject: Compiling latest Jakarta 4.0.1 fails with 'not found in import' ... Message-ID: <20020113234528.I17183-100000@earth.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Nice and simple, probably ... I *think* I've followed the instructions pretty much to the letter, have everything installed from ports that can be, downloaded the rest ... modifed build.properties for where everything is, but when I'm doing an 'ant dist', I'm getting: build-main: [javac] Compiling 4 source files to /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/build/server/classes [javac] Compiling 5 source files to /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/build/server/classes [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:71: Class javax.net.ServerSocketFactory not found in import. [javac] import javax.net.ServerSocketFactory; [javac] ^ [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:72: Class javax.net.ssl.SSLServerSocket not found in import. [javac] import javax.net.ssl.SSLServerSocket; [javac] ^ [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:73: Class javax.net.ssl.SSLSocket not found in import. [javac] import javax.net.ssl.SSLSocket; [javac] ^ There are a total of 36 errors ... I can do searches for this stuff using find, and the various packages appear to be installed: reilly2001# find /usr/local -name "*SSLServerSocket*" -print /usr/local/jsse1.0.2/doc/apidoc/javax/net/ssl/SSLServerSocket.html /usr/local/jsse1.0.2/doc/apidoc/javax/net/ssl/SSLServerSocketFactory.html /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java And, according to build.properties, I believe things are set right: # ----- Java Secure Sockets Extension (JSSE), version 1.0.2 or later ----- jsse.home=${base.path}/jsse-1.0.2 jsse.lib=${jsse.home}/lib jcert.jar=${jsse.lib}/jcert.jar jnet.jar=${jsse.lib}/jnet.jar jsse.jar=${jsse.lib}/jsse.jar reilly2001# ls -lt /usr/local/jsse1.0.2/lib/ total 476 -rw-r--r-- 1 root wheel 463471 Aug 1 2000 jsse.jar -rw-r--r-- 1 root wheel 7637 Aug 1 2000 jcert.jar -rw-r--r-- 1 root wheel 3098 Aug 1 2000 jnet.jar Yet it can't find it? Help? Thanks ... -- To unsubscribe: For additional commands: Troubles with the list: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Jan 13 20:32:39 2002 Delivered-To: freebsd-java@freebsd.org Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by hub.freebsd.org (Postfix) with ESMTP id 77BAA37B41C for ; Sun, 13 Jan 2002 20:32:33 -0800 (PST) Received: from localhost (scrappy@localhost) by earth.hub.org (8.11.3/8.11.6) with ESMTP id g0E4WNj71011; Mon, 14 Jan 2002 00:32:23 -0400 (AST) (envelope-from scrappy@hub.org) Date: Mon, 14 Jan 2002 00:32:23 -0400 (AST) From: "Marc G. Fournier" To: Michael E Mercer Cc: freebsd-java@FreeBSD.ORG Subject: Re: Compiling latest Jakarta 4.0.1 fails with 'not found in import' ... In-Reply-To: <3C425AAA.392FDE8B@nc.rr.com> Message-ID: <20020114003132.Q17183-100000@earth.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org d'oh :( Andn now she compiles great ... thanks ... On Sun, 13 Jan 2002, Michael E Mercer wrote: > I think your problem is the jsse.home is set using a dash and the actual path > is without the dash. > > jsse.home should be ${base.path}/jsse1.0.2 > > Just going by what you wrote... see if that is it. > > later > MeM > > # ----- Java Secure Sockets Extension (JSSE), version 1.0.2 or later ----- > jsse.home=${base.path}/jsse-1.0.2 > jsse.lib=${jsse.home}/lib > jcert.jar=${jsse.lib}/jcert.jar > jnet.jar=${jsse.lib}/jnet.jar > jsse.jar=${jsse.lib}/jsse.jar > > reilly2001# ls -lt /usr/local/jsse1.0.2/lib/ > total 476 > -rw-r--r-- 1 root wheel 463471 Aug 1 2000 jsse.jar > -rw-r--r-- 1 root wheel 7637 Aug 1 2000 jcert.jar > -rw-r--r-- 1 root wheel 3098 Aug 1 2000 jnet.jar > > > "Marc G. Fournier" wrote: > > > Nice and simple, probably ... I *think* I've followed the instructions > > pretty much to the letter, have everything installed from ports that can > > be, downloaded the rest ... modifed build.properties for where everything > > is, but when I'm doing an 'ant dist', I'm getting: > > > > build-main: > > [javac] Compiling 4 source files to /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/build/server/classes > > [javac] Compiling 5 source files to /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/build/server/classes > > [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:71: Class javax.net.ServerSocketFactory not found in import. > > [javac] import javax.net.ServerSocketFactory; > > [javac] ^ > > [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:72: Class javax.net.ssl.SSLServerSocket not found in import. > > [javac] import javax.net.ssl.SSLServerSocket; > > [javac] ^ > > [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:73: Class javax.net.ssl.SSLSocket not found in import. > > [javac] import javax.net.ssl.SSLSocket; > > [javac] ^ > > > > > > There are a total of 36 errors ... > > > > I can do searches for this stuff using find, and the various packages > > appear to be installed: > > > > reilly2001# find /usr/local -name "*SSLServerSocket*" -print > > /usr/local/jsse1.0.2/doc/apidoc/javax/net/ssl/SSLServerSocket.html > > /usr/local/jsse1.0.2/doc/apidoc/javax/net/ssl/SSLServerSocketFactory.html > > /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java > > > > And, according to build.properties, I believe things are set right: > > > > # ----- Java Secure Sockets Extension (JSSE), version 1.0.2 or later ----- > > jsse.home=${base.path}/jsse-1.0.2 > > jsse.lib=${jsse.home}/lib > > jcert.jar=${jsse.lib}/jcert.jar > > jnet.jar=${jsse.lib}/jnet.jar > > jsse.jar=${jsse.lib}/jsse.jar > > > > reilly2001# ls -lt /usr/local/jsse1.0.2/lib/ > > total 476 > > -rw-r--r-- 1 root wheel 463471 Aug 1 2000 jsse.jar > > -rw-r--r-- 1 root wheel 7637 Aug 1 2000 jcert.jar > > -rw-r--r-- 1 root wheel 3098 Aug 1 2000 jnet.jar > > > > Yet it can't find it? > > > > Help? > > > > Thanks ... > > > > -- > > To unsubscribe: > > For additional commands: > > Troubles with the list: > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-java" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Jan 13 21: 9:48 2002 Delivered-To: freebsd-java@freebsd.org Received: from mail7.nc.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 5835137B41D for ; Sun, 13 Jan 2002 21:09:44 -0800 (PST) Received: from nc.rr.com ([24.25.11.14]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 13 Jan 2002 23:12:26 -0500 Message-ID: <3C425AAA.392FDE8B@nc.rr.com> Date: Sun, 13 Jan 2002 23:12:27 -0500 From: Michael E Mercer Reply-To: mmercer@nc.rr.com X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.5-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: "Marc G. Fournier" Cc: freebsd-java@FreeBSD.ORG Subject: Re: Compiling latest Jakarta 4.0.1 fails with 'not found in import' ... References: <20020113234528.I17183-100000@earth.hub.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I think your problem is the jsse.home is set using a dash and the actual path is without the dash. jsse.home should be ${base.path}/jsse1.0.2 Just going by what you wrote... see if that is it. later MeM # ----- Java Secure Sockets Extension (JSSE), version 1.0.2 or later ----- jsse.home=${base.path}/jsse-1.0.2 jsse.lib=${jsse.home}/lib jcert.jar=${jsse.lib}/jcert.jar jnet.jar=${jsse.lib}/jnet.jar jsse.jar=${jsse.lib}/jsse.jar reilly2001# ls -lt /usr/local/jsse1.0.2/lib/ total 476 -rw-r--r-- 1 root wheel 463471 Aug 1 2000 jsse.jar -rw-r--r-- 1 root wheel 7637 Aug 1 2000 jcert.jar -rw-r--r-- 1 root wheel 3098 Aug 1 2000 jnet.jar "Marc G. Fournier" wrote: > Nice and simple, probably ... I *think* I've followed the instructions > pretty much to the letter, have everything installed from ports that can > be, downloaded the rest ... modifed build.properties for where everything > is, but when I'm doing an 'ant dist', I'm getting: > > build-main: > [javac] Compiling 4 source files to /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/build/server/classes > [javac] Compiling 5 source files to /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/build/server/classes > [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:71: Class javax.net.ServerSocketFactory not found in import. > [javac] import javax.net.ServerSocketFactory; > [javac] ^ > [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:72: Class javax.net.ssl.SSLServerSocket not found in import. > [javac] import javax.net.ssl.SSLServerSocket; > [javac] ^ > [javac] /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java:73: Class javax.net.ssl.SSLSocket not found in import. > [javac] import javax.net.ssl.SSLSocket; > [javac] ^ > > > There are a total of 36 errors ... > > I can do searches for this stuff using find, and the various packages > appear to be installed: > > reilly2001# find /usr/local -name "*SSLServerSocket*" -print > /usr/local/jsse1.0.2/doc/apidoc/javax/net/ssl/SSLServerSocket.html > /usr/local/jsse1.0.2/doc/apidoc/javax/net/ssl/SSLServerSocketFactory.html > /usr/local/java_misc/jakarta-tomcat-4.0.1-src/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java > > And, according to build.properties, I believe things are set right: > > # ----- Java Secure Sockets Extension (JSSE), version 1.0.2 or later ----- > jsse.home=${base.path}/jsse-1.0.2 > jsse.lib=${jsse.home}/lib > jcert.jar=${jsse.lib}/jcert.jar > jnet.jar=${jsse.lib}/jnet.jar > jsse.jar=${jsse.lib}/jsse.jar > > reilly2001# ls -lt /usr/local/jsse1.0.2/lib/ > total 476 > -rw-r--r-- 1 root wheel 463471 Aug 1 2000 jsse.jar > -rw-r--r-- 1 root wheel 7637 Aug 1 2000 jcert.jar > -rw-r--r-- 1 root wheel 3098 Aug 1 2000 jnet.jar > > Yet it can't find it? > > Help? > > Thanks ... > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Jan 13 23:46: 8 2002 Delivered-To: freebsd-java@freebsd.org Received: from web20404.mail.yahoo.com (web20404.mail.yahoo.com [216.136.226.123]) by hub.freebsd.org (Postfix) with SMTP id 9432537B416 for ; Sun, 13 Jan 2002 23:46:05 -0800 (PST) Message-ID: <20020114074605.93674.qmail@web20404.mail.yahoo.com> Received: from [210.77.118.103] by web20404.mail.yahoo.com via HTTP; Sun, 13 Jan 2002 23:46:05 PST Date: Sun, 13 Jan 2002 23:46:05 -0800 (PST) From: huang wen hui Subject: no JIT work for JBuilder6 To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, I installed JBuilder6 under jdk1.3.1p5+freebsd4.4. It works fine without JIT. I try to use JIT: OpenJIT1.1.16 , shuJIT0.7.10 and tya-1.7.3. All of them are not work for JBuilder. I use jdk1.3.1p5 to compile all of JITs. OpenJIT can pass license step. but could not display IDE interface. and then hang. OpenJIT would eat most of cpu time. no error message. shuJIT is almost as same as OpenJIT. but JBuilder could not reach output license message step. tya output error message: TYA 1.7v3 (J12) Copyright (c) 1997-2000 Albrecht Kleine Exception in thread "main" java.lang.LinkageError at com.borland.jbuilder.JBuilder.(Unknown Source) Any idea ? --hwh __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Jan 14 7: 2:35 2002 Delivered-To: freebsd-java@freebsd.org Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by hub.freebsd.org (Postfix) with ESMTP id 4477D37B405 for ; Mon, 14 Jan 2002 07:02:33 -0800 (PST) Received: from localhost (scrappy@localhost) by earth.hub.org (8.11.3/8.11.6) with ESMTP id g0EF2Sq01529 for ; Mon, 14 Jan 2002 11:02:28 -0400 (AST) (envelope-from scrappy@hub.org) Date: Mon, 14 Jan 2002 11:02:28 -0400 (AST) From: "Marc G. Fournier" To: freebsd-java@freebsd.org Subject: xalan.jar problem with tomcat 4 ... Message-ID: <20020114103621.S35269-100000@earth.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Trying not to embarress myself a second time with a 'spelling mistake', I think I've checked everything this time *cross fingers* First, xalan.jar is installed with the xalan-j port, and I have build.properties set right for it: reilly2001# grep xalan build.properties xalan.jar=/usr/local/xalan-j2.1.0/bin/xalan.jar reilly2001# ls -lt /usr/local/xalan-j2.1.0/bin/xalan.jar -rw-r--r-- 1 root wheel 732330 Jan 14 00:29 /usr/local/xalan-j2.1.0/bin/xalan.jar Build goes through to building what I believe is the docs ... and then fails looking for: /usr/local/java_misc/jakarta-tomcat-4.0.1-src/webapps/tomcat-docs/build.xml:80: java.lang.NoClassDefFoundError: javax/xml/transform/Source Which, from what I can tell, is part of xalan.jar: reilly2001# find /usr/local/xalan-j2.1.0 -name "Source*" -print | grep transform /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/class-use/Source.html /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/class-use/SourceLocator.html /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/SourceLocator.html /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/Source.html /usr/local/xalan-j2.1.0/src/javax/xml/transform/SourceLocator.java /usr/local/xalan-j2.1.0/src/javax/xml/transform/Source.java But, I'm also getting: build-main: [style] DEPRECATED - xslp processor is deprecated. Use trax or xalan instead. at the top ... but I am using xalan, aren't I? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Jan 14 8: 7:14 2002 Delivered-To: freebsd-java@freebsd.org Received: from veldy.net (veldy-host33.dsl.visi.com [209.98.200.33]) by hub.freebsd.org (Postfix) with ESMTP id 4D81537B402 for ; Mon, 14 Jan 2002 08:07:06 -0800 (PST) Received: from HP2500B (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with SMTP id 15A771A01F; Mon, 14 Jan 2002 10:07:05 -0600 (CST) Message-ID: <00e901c19d15$432cfb60$3028680a@tgt.com> From: "Thomas T. Veldhouse" To: "Marc G. Fournier" , References: <20020114103621.S35269-100000@earth.hub.org> Subject: Re: xalan.jar problem with tomcat 4 ... Date: Mon, 14 Jan 2002 10:05:17 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I couldn't get the dumb thing to compile either. I just started using the binary builds. The process could be cleaner. Especially considering it is next to impossible to get hold of a jaxp 1.1 jar. Tom Veldhouse veldy@veldy.net ----- Original Message ----- From: "Marc G. Fournier" To: Sent: Monday, January 14, 2002 9:02 AM Subject: xalan.jar problem with tomcat 4 ... > > Trying not to embarress myself a second time with a 'spelling mistake', I > think I've checked everything this time *cross fingers* > > First, xalan.jar is installed with the xalan-j port, and I have > build.properties set right for it: > > reilly2001# grep xalan build.properties > xalan.jar=/usr/local/xalan-j2.1.0/bin/xalan.jar > reilly2001# ls -lt /usr/local/xalan-j2.1.0/bin/xalan.jar > -rw-r--r-- 1 root wheel 732330 Jan 14 00:29 /usr/local/xalan-j2.1.0/bin/xalan.jar > > Build goes through to building what I believe is the docs ... and then > fails looking for: > > > /usr/local/java_misc/jakarta-tomcat-4.0.1-src/webapps/tomcat-docs/build.xml: 80: java.lang.NoClassDefFoundError: javax/xml/transform/Source > > Which, from what I can tell, is part of xalan.jar: > > reilly2001# find /usr/local/xalan-j2.1.0 -name "Source*" -print | grep transform > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/class-use/Source.ht ml > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/class-use/SourceLoc ator.html > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/SourceLocator.html > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/Source.html > /usr/local/xalan-j2.1.0/src/javax/xml/transform/SourceLocator.java > /usr/local/xalan-j2.1.0/src/javax/xml/transform/Source.java > > But, I'm also getting: > > build-main: > [style] DEPRECATED - xslp processor is deprecated. Use trax or xalan instead. > > at the top ... but I am using xalan, aren't I? > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Jan 14 9:18: 8 2002 Delivered-To: freebsd-java@freebsd.org Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by hub.freebsd.org (Postfix) with ESMTP id 0B30037B416 for ; Mon, 14 Jan 2002 09:18:05 -0800 (PST) Received: from localhost (scrappy@localhost) by earth.hub.org (8.11.3/8.11.6) with ESMTP id g0EHHv164775; Mon, 14 Jan 2002 13:17:57 -0400 (AST) (envelope-from scrappy@hub.org) Date: Mon, 14 Jan 2002 13:17:56 -0400 (AST) From: "Marc G. Fournier" To: "Thomas T. Veldhouse" Cc: freebsd-java@freebsd.org Subject: Re: xalan.jar problem with tomcat 4 ... In-Reply-To: <00e901c19d15$432cfb60$3028680a@tgt.com> Message-ID: <20020114131725.L35269-100000@earth.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 14 Jan 2002, Thomas T. Veldhouse wrote: > I couldn't get the dumb thing to compile either. I just started using the > binary builds. The process could be cleaner. Especially considering it is > next to impossible to get hold of a jaxp 1.1 jar. Ya, I noticed that too ... how does one tell what version a jar is? there is the jaxp.jar that comes with ant 1.4 ... is that still 1.0? > > Tom Veldhouse > veldy@veldy.net > > ----- Original Message ----- > From: "Marc G. Fournier" > To: > Sent: Monday, January 14, 2002 9:02 AM > Subject: xalan.jar problem with tomcat 4 ... > > > > > > Trying not to embarress myself a second time with a 'spelling mistake', I > > think I've checked everything this time *cross fingers* > > > > First, xalan.jar is installed with the xalan-j port, and I have > > build.properties set right for it: > > > > reilly2001# grep xalan build.properties > > xalan.jar=/usr/local/xalan-j2.1.0/bin/xalan.jar > > reilly2001# ls -lt /usr/local/xalan-j2.1.0/bin/xalan.jar > > -rw-r--r-- 1 root wheel 732330 Jan 14 00:29 > /usr/local/xalan-j2.1.0/bin/xalan.jar > > > > Build goes through to building what I believe is the docs ... and then > > fails looking for: > > > > > > > /usr/local/java_misc/jakarta-tomcat-4.0.1-src/webapps/tomcat-docs/build.xml: > 80: java.lang.NoClassDefFoundError: javax/xml/transform/Source > > > > Which, from what I can tell, is part of xalan.jar: > > > > reilly2001# find /usr/local/xalan-j2.1.0 -name "Source*" -print | grep > transform > > > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/class-use/Source.ht > ml > > > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/class-use/SourceLoc > ator.html > > > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/SourceLocator.html > > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/Source.html > > /usr/local/xalan-j2.1.0/src/javax/xml/transform/SourceLocator.java > > /usr/local/xalan-j2.1.0/src/javax/xml/transform/Source.java > > > > But, I'm also getting: > > > > build-main: > > [style] DEPRECATED - xslp processor is deprecated. Use trax or xalan > instead. > > > > at the top ... but I am using xalan, aren't I? > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-java" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Jan 14 9:25:44 2002 Delivered-To: freebsd-java@freebsd.org Received: from mta10.srv.hcvlny.cv.net (mta10.srv.hcvlny.cv.net [167.206.5.45]) by hub.freebsd.org (Postfix) with ESMTP id 434F137B400 for ; Mon, 14 Jan 2002 09:25:39 -0800 (PST) Received: from neurotic.dyndns.org (ool-18b8ed02.dyn.optonline.net [24.184.237.2]) by mta10.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with ESMTP id <0GPX0038CV2QFF@mta10.srv.hcvlny.cv.net> for freebsd-java@freebsd.org; Mon, 14 Jan 2002 12:25:38 -0500 (EST) Date: Mon, 14 Jan 2002 12:26:33 -0500 From: mel Subject: Re: no JIT work for JBuilder6 To: huang wen hui , freebsd-java@freebsd.org Message-id: <3C4314C9.A75ACADC@neurotic.dyndns.org> MIME-version: 1.0 X-Mailer: Mozilla 4.74 [en] (Win98; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en References: <20020114074605.93674.qmail@web20404.mail.yahoo.com> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Heres one...dont develope under *BSD. :) Develope under Windows or Linux if you want to use a pretty IDE. Use *BSD to run the progams. It is write once and run anywhere after all. :) good luck. huang wen hui wrote: > hi, > I installed JBuilder6 under jdk1.3.1p5+freebsd4.4. > It works fine without JIT. I try to use JIT: > OpenJIT1.1.16 , shuJIT0.7.10 and tya-1.7.3. All of > them are not work for JBuilder. I use jdk1.3.1p5 to > compile all of JITs. > > OpenJIT can pass license step. but could not display > IDE interface. and then hang. OpenJIT would eat most > of cpu time. no error message. > > shuJIT is almost as same as OpenJIT. but JBuilder > could not reach output license message step. > > tya output error message: > > TYA 1.7v3 (J12) Copyright (c) 1997-2000 Albrecht > Kleine > Exception in thread "main" java.lang.LinkageError > at com.borland.jbuilder.JBuilder.(Unknown > Source) > > Any idea ? > > --hwh > > __________________________________________________ > Do You Yahoo!? > Send FREE video emails in Yahoo! Mail! > http://promo.yahoo.com/videomail/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Jan 14 9:45: 6 2002 Delivered-To: freebsd-java@freebsd.org Received: from veldy.net (veldy-host33.dsl.visi.com [209.98.200.33]) by hub.freebsd.org (Postfix) with ESMTP id 53F4737B419 for ; Mon, 14 Jan 2002 09:44:59 -0800 (PST) Received: from HP2500B (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with SMTP id 1509A1A024 for ; Mon, 14 Jan 2002 11:44:58 -0600 (CST) Message-ID: <014401c19d22$f15a7250$3028680a@tgt.com> From: "Thomas T. Veldhouse" To: References: <20020114131725.L35269-100000@earth.hub.org> Subject: Re: xalan.jar problem with tomcat 4 ... Date: Mon, 14 Jan 2002 11:43:13 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Probably have to open it up and look at the deployment descriptor. Tom Veldhouse veldy@veldy.net ----- Original Message ----- From: "Marc G. Fournier" To: "Thomas T. Veldhouse" Cc: Sent: Monday, January 14, 2002 11:17 AM Subject: Re: xalan.jar problem with tomcat 4 ... > On Mon, 14 Jan 2002, Thomas T. Veldhouse wrote: > > > I couldn't get the dumb thing to compile either. I just started using the > > binary builds. The process could be cleaner. Especially considering it is > > next to impossible to get hold of a jaxp 1.1 jar. > > Ya, I noticed that too ... how does one tell what version a jar is? there > is the jaxp.jar that comes with ant 1.4 ... is that still 1.0? > > > > > > Tom Veldhouse > > veldy@veldy.net > > > > ----- Original Message ----- > > From: "Marc G. Fournier" > > To: > > Sent: Monday, January 14, 2002 9:02 AM > > Subject: xalan.jar problem with tomcat 4 ... > > > > > > > > > > Trying not to embarress myself a second time with a 'spelling mistake', I > > > think I've checked everything this time *cross fingers* > > > > > > First, xalan.jar is installed with the xalan-j port, and I have > > > build.properties set right for it: > > > > > > reilly2001# grep xalan build.properties > > > xalan.jar=/usr/local/xalan-j2.1.0/bin/xalan.jar > > > reilly2001# ls -lt /usr/local/xalan-j2.1.0/bin/xalan.jar > > > -rw-r--r-- 1 root wheel 732330 Jan 14 00:29 > > /usr/local/xalan-j2.1.0/bin/xalan.jar > > > > > > Build goes through to building what I believe is the docs ... and then > > > fails looking for: > > > > > > > > > > > /usr/local/java_misc/jakarta-tomcat-4.0.1-src/webapps/tomcat-docs/build.xml: > > 80: java.lang.NoClassDefFoundError: javax/xml/transform/Source > > > > > > Which, from what I can tell, is part of xalan.jar: > > > > > > reilly2001# find /usr/local/xalan-j2.1.0 -name "Source*" -print | grep > > transform > > > > > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/class-use/Source.ht > > ml > > > > > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/class-use/SourceLoc > > ator.html > > > > > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/SourceLocator.html > > > /usr/local/xalan-j2.1.0/docs/apidocs/javax/xml/transform/Source.html > > > /usr/local/xalan-j2.1.0/src/javax/xml/transform/SourceLocator.java > > > /usr/local/xalan-j2.1.0/src/javax/xml/transform/Source.java > > > > > > But, I'm also getting: > > > > > > build-main: > > > [style] DEPRECATED - xslp processor is deprecated. Use trax or xalan > > instead. > > > > > > at the top ... but I am using xalan, aren't I? > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-java" in the body of the message > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Jan 14 9:45:45 2002 Delivered-To: freebsd-java@freebsd.org Received: from veldy.net (veldy-host33.dsl.visi.com [209.98.200.33]) by hub.freebsd.org (Postfix) with ESMTP id 5981237B400 for ; Mon, 14 Jan 2002 09:45:38 -0800 (PST) Received: from HP2500B (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with SMTP id 2A03A1A025; Mon, 14 Jan 2002 11:45:37 -0600 (CST) Message-ID: <014e01c19d23$08afa6f0$3028680a@tgt.com> From: "Thomas T. Veldhouse" To: "mel" , "huang wen hui" , References: <20020114074605.93674.qmail@web20404.mail.yahoo.com> <3C4314C9.A75ACADC@neurotic.dyndns.org> Subject: Re: no JIT work for JBuilder6 Date: Mon, 14 Jan 2002 11:43:52 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Now THAT takes away all the fun. Tom Veldhouse ----- Original Message ----- From: "mel" To: "huang wen hui" ; Sent: Monday, January 14, 2002 11:26 AM Subject: Re: no JIT work for JBuilder6 > Heres one...dont develope under *BSD. :) Develope under Windows or > Linux if you want to use a pretty IDE. Use *BSD to run the progams. It > is write once and run anywhere after all. :) > > good luck. > > huang wen hui wrote: > > > hi, > > I installed JBuilder6 under jdk1.3.1p5+freebsd4.4. > > It works fine without JIT. I try to use JIT: > > OpenJIT1.1.16 , shuJIT0.7.10 and tya-1.7.3. All of > > them are not work for JBuilder. I use jdk1.3.1p5 to > > compile all of JITs. > > > > OpenJIT can pass license step. but could not display > > IDE interface. and then hang. OpenJIT would eat most > > of cpu time. no error message. > > > > shuJIT is almost as same as OpenJIT. but JBuilder > > could not reach output license message step. > > > > tya output error message: > > > > TYA 1.7v3 (J12) Copyright (c) 1997-2000 Albrecht > > Kleine > > Exception in thread "main" java.lang.LinkageError > > at com.borland.jbuilder.JBuilder.(Unknown > > Source) > > > > Any idea ? > > > > --hwh > > > > __________________________________________________ > > Do You Yahoo!? > > Send FREE video emails in Yahoo! Mail! > > http://promo.yahoo.com/videomail/ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-java" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Jan 14 11: 2:14 2002 Delivered-To: freebsd-java@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4503737B41C for ; Mon, 14 Jan 2002 11:02:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0EJ23o90979 for java@freebsd.org; Mon, 14 Jan 2002 11:02:03 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 14 Jan 2002 11:02:03 -0800 (PST) Message-Id: <200201141902.g0EJ23o90979@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: java@FreeBSD.org Subject: Current problem reports assigned to you Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/11/01] ports/31688 java JDK 1.3.1 Update for Sun's Java Communica o [2001/11/01] ports/31689 java JDK 1.3.1 update for FreeBSD/Java Commapi 2 problems total. Non-critical problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jan 15 15:37: 5 2002 Delivered-To: freebsd-java@freebsd.org Received: from morva.net (yaghut.morva.net [213.29.54.3]) by hub.freebsd.org (Postfix) with SMTP id 19A4637B405 for ; Tue, 15 Jan 2002 15:36:59 -0800 (PST) Received: (qmail 712 invoked from network); 15 Jan 2002 23:36:49 -0000 Received: from zomorrod2.morva.net (HELO hamid) (@213.29.54.9) by yaghut.morva.net with SMTP; 15 Jan 2002 23:36:49 -0000 Message-ID: <006501c19e1d$7eafb890$0d01a8c0@morva.net> From: "Hamid Hashemi Golpayegani" To: Subject: Compiling j2sdk problem ! Date: Wed, 16 Jan 2002 03:06:45 +0330 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1256" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi , I am trying to compile j2sdk_1_3_1-src.tar.gz on FreeBSD 4.4 with GNU make 3.79 and GNU m4 1.4-1 and after a while compile and making and so I got this error and I don't have any idea why this error happend : gmake[3]: *** No rule to make target `../../../build/bsd-i386/classes/META-INF/services/javax.sound.sampled.spi.F ormatConversionProvider', needed by `copy-files'. Stop. gmake[3]: Leaving directory `/usr/src/Java/java/j2sdk1.3.1/make/javax/sound' gmake[2]: *** [optimized] Error 2 gmake[2]: Leaving directory `/usr/src/Java/java/j2sdk1.3.1/make/javax/sound' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/src/Java/java/j2sdk1.3.1/make/javax' gmake: *** [all] Error 1 Any idea ?! Is there any binary of this for install it on FreeBSD or not ?! I want to have jsp support on my apache web server in FreeBSD . --- Regards ================================================================= / Seyyed Hamid Reza / WINDOWS FOR NOW !! / / Hashemi Golpayegani / Linux for future , FreeBSD for ever / / Morva System Co. / ------------------------------------- / / Network Administrator/ hamid@morva.net , ICQ# : 42209876 / ================================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Jan 16 1: 5:10 2002 Delivered-To: freebsd-java@freebsd.org Received: from cpimssmtpu11.email.msn.com (cpimssmtpu11.email.msn.com [207.46.181.86]) by hub.freebsd.org (Postfix) with ESMTP id EEB4937B404 for ; Wed, 16 Jan 2002 01:05:05 -0800 (PST) Received: from Dragon ([65.234.197.150]) by cpimssmtpu11.email.msn.com with Microsoft SMTPSVC(5.0.2195.4617); Wed, 16 Jan 2002 01:05:05 -0800 Message-ID: <000801c19e6d$6a16fd80$0301a8c0@Dragon> From: "KP" To: Subject: router tutorial needed Date: Wed, 16 Jan 2002 04:08:48 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C19E43.7F6AFD00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-OriginalArrivalTime: 16 Jan 2002 09:05:05.0670 (UTC) FILETIME=[E3AFF260:01C19E6C] Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C19E43.7F6AFD00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Greetings Friend, Yes, I hate to break it to you, but, this is another newbie problem. I = have almost never worked with Linux/Unix/Etc and am diving in head first = building a router for my broadband internet access. I despiratly need = an easy to understand tutorial on setting one up in FreeBSD. I have = been all over the newsgroups and while there is a plethora of = information it is all geared for a user well above my current knowledge. = Please Help. Please send reply to cavalier67@hotmail.com as this email is about to be = cancelled Thanks in advance, Ken Patterson P.S. The idea of a free OS is fantastic. ------=_NextPart_000_0005_01C19E43.7F6AFD00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Greetings Friend,
 
Yes, I hate to break it to you, but, = this is=20 another newbie problem.  I have almost never worked with = Linux/Unix/Etc and=20 am diving in head first building a router for my broadband internet=20 access.  I despiratly need an easy to understand tutorial on = setting one up=20 in FreeBSD.  I have been all over the newsgroups and while there is = a=20 plethora of information it is all geared for a user well above my = current=20 knowledge.  Please Help.
 
Please send reply to cavalier67@hotmail.com as = this email is=20 about to be cancelled
 
Thanks in advance,
Ken Patterson
 
 
P.S.  The idea of a free OS is=20 fantastic.
------=_NextPart_000_0005_01C19E43.7F6AFD00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Jan 16 1:25:48 2002 Delivered-To: freebsd-java@freebsd.org Received: from azrael.xs4all.nl (azrael.xs4all.nl [213.84.50.139]) by hub.freebsd.org (Postfix) with ESMTP id 910D337B417 for ; Wed, 16 Jan 2002 01:25:44 -0800 (PST) Received: (from remco@localhost) by azrael.xs4all.nl (8.11.6/8.11.6) id g0G9PeA65313; Wed, 16 Jan 2002 10:25:40 +0100 (CET) (envelope-from remco) Date: Wed, 16 Jan 2002 10:25:40 +0100 From: "Remco van 't Veer" To: KP Cc: freebsd-java@FreeBSD.ORG Subject: Re: router tutorial needed Message-ID: <20020116092540.GI69057@azrael.xs4all.nl> References: <000801c19e6d$6a16fd80$0301a8c0@Dragon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000801c19e6d$6a16fd80$0301a8c0@Dragon> User-Agent: Mutt/1.3.25i X-Spook: M56 DUVDEVAN Sardine lamma William Gates PRIME Ionosphere rip M51 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is not the right list to ask these kind of questions, it's Java FreeBSD specific. Please try freebsd-newbies or freebsd-questions for this kind of problem. HTH, Remco On Wed, Jan 16, 2002 at 04:08, KP wrote: > Greetings Friend, > > Yes, I hate to break it to you, but, this is another newbie > problem. I have almost never worked with Linux/Unix/Etc and am > diving in head first building a router for my broadband > internet access. I despiratly need an easy to understand > tutorial on setting one up in FreeBSD. I have been all over > the newsgroups and while there is a plethora of information it > is all geared for a user well above my current knowledge. > Please Help. > > Please send reply to cavalier67@hotmail.com as this email is > about to be cancelled > > Thanks in advance, > Ken Patterson > > > P.S. The idea of a free OS is fantastic. -- We continue towards enhancing revolutionary cyber-eyeballs and maximizing relationships as a component of our plan to successfully market an overhyped poor line of products. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Jan 17 0:13: 0 2002 Delivered-To: freebsd-java@freebsd.org Received: from web20409.mail.yahoo.com (web20409.mail.yahoo.com [216.136.226.128]) by hub.freebsd.org (Postfix) with SMTP id 9483937B417 for ; Thu, 17 Jan 2002 00:12:50 -0800 (PST) Message-ID: <20020117081250.6963.qmail@web20409.mail.yahoo.com> Received: from [210.77.118.103] by web20409.mail.yahoo.com via HTTP; Thu, 17 Jan 2002 00:12:50 PST Date: Thu, 17 Jan 2002 00:12:50 -0800 (PST) From: huang wen hui Subject: ServerSocket.accept() To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, I wrote an app using ServerSocket, here is some code: try { port = Integer.parseInt (LissServerProperties.getProperty("System.control.port","5000")); } catch(java.lang.NumberFormatException nfEx) { port = SERVER_PORT; } ServerSocket serverSocket = new ServerSocket (port); serverSocket.setSoTimeout( 30 * 1000); System.err.println(new Date() +": Start NetSeis/IP Service, ready to accept Client."); Socket clientSocket = null; while (!bQuit) { try { clientSocket = serverSocket.accept (); ServerPI pi = new ServerPI (clientSocket); /** @todo QQQQQbug: * java.lang.OutOfMemoryError: unable to create new native thread * at java.lang.Thread.start(Native Method) * at cn.gd.seismology.liss.server.Server.start(Server.java:206) * at cn.gd.seismology.liss.server.Server.main(Server.java:285) */ new Thread (groupPI, pi, "ClientPI-" + pi.getRemoteHostName() + ":" + pi.getRemoteHostPort() ).start (); /** * we should not have many client establish at some time. */ try{ Thread.sleep(2000); } catch(InterruptedException iEx) {} } catch(java.io.InterruptedIOException iioEx) { //give a chance to handle bQuit continue; } catch(java.net.SocketException sEx) { //handle sun solaris "Interrupted System Calls" Exception. System.err.println(new Date()+":\tSUN(?)\t"+ sEx.getMessage()); try{ Thread.sleep(10* 1000); } catch(InterruptedException iEx) {} continue; } catch(java.lang.OutOfMemoryError oom) {//handle bug System.err.println("WARNING: \t" + oom.getMessage()); String sms = oom.getMessage()+"\r\n" + "shoud be OK, this is OS problem, especialy LINUX"; Result res = Result.buildResult (true, Result.PRIORITY_ERR, Result.TYPE_SMS,networkID, networkID+"IP", 0x0, new Date(), sms.getBytes() ); MsgManager.addResult(res); clientSocket.close(); System.gc(); } } serverSocket.close(); System.err.println(new Date() + "\t: Stop NetSeis/IP to accept more client login."); //System.exit(0); After serverSocket accept client, clientSocket will send Welcome msg to client. under Solaris 8 , linux+sunJDK1.3.1 and windows, my app works fine. I "telnet localhost 5000", telnet client will receive welcome msg. I run my app under FreeBSD4.4+JDK1.3.1p5. After some clients connect the server and run a certan times, I can not connect server any more: %telnet localhost 5000 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. telnet hang. It looks like serverSocket accept telnet, but not return clientSocket. Here is my netstat report: %netstat -na | grep -v 3306 |grep tcp tcp4 0 0 192.168.168.10.2136 192.168.169.10.4908 SYN_SENT tcp4 0 0 192.168.168.10.2134 192.168.168.10.2135 TIME_WAIT tcp4 0 0 *.2134 *.* LISTEN tcp4 0 0 *.2133 *.* LISTEN tcp4 0 0 192.168.168.10.2132 192.168.168.10.2131 TIME_WAIT tcp4 0 0 192.168.168.10.2130 192.168.168.28.1813 TIME_WAIT tcp4 0 0 192.168.168.10.2129 192.168.168.28.1809 TIME_WAIT tcp4 0 0 192.168.168.10.2128 192.168.168.28.1804 TIME_WAIT tcp4 0 0 192.168.168.10.2127 192.168.168.28.1794 TIME_WAIT tcp4 0 0 192.168.168.10.2126 192.168.168.28.1789 TIME_WAIT tcp4 0 0 192.168.168.10.2125 192.168.168.28.1784 TIME_WAIT tcp4 0 0 192.168.168.10.2124 192.168.168.28.1779 TIME_WAIT tcp4 0 0 192.168.168.10.2123 192.168.170.10.4780 TIME_WAIT tcp4 0 0 192.168.168.10.2122 192.168.170.10.4775 TIME_WAIT tcp4 0 0 192.168.168.10.2121 192.168.170.10.4770 TIME_WAIT tcp4 0 0 192.168.168.10.2120 192.168.170.10.4765 TIME_WAIT tcp4 0 0 192.168.168.10.2118 192.168.168.10.2119 TIME_WAIT tcp4 0 0 *.2118 *.* LISTEN tcp4 0 0 *.2117 *.* LISTEN tcp4 0 0 192.168.168.10.2114 192.168.168.10.2115 TIME_WAIT tcp4 0 0 192.168.168.10.2110 192.168.168.10.2111 TIME_WAIT tcp4 0 0 *.2110 *.* LISTEN tcp4 0 0 *.2109 *.* LISTEN tcp4 0 0 192.168.168.10.2108 192.168.168.10.2107 TIME_WAIT tcp4 0 0 192.168.168.10.2105 192.168.168.10.2106 TIME_WAIT tcp4 0 0 192.168.168.10.2103 192.168.168.10.2102 TIME_WAIT tcp4 0 0 192.168.168.10.2100 192.168.168.10.2101 TIME_WAIT tcp4 0 0 192.168.168.10.2098 192.168.168.10.2099 TIME_WAIT tcp4 0 0 192.168.168.10.2095 192.168.168.10.2092 TIME_WAIT tcp4 0 0 192.168.168.10.2094 192.168.168.10.2093 TIME_WAIT tcp4 0 0 192.168.168.10.2090 192.168.168.10.2091 TIME_WAIT tcp4 0 0 192.168.168.10.2088 192.168.168.10.2089 TIME_WAIT tcp4 0 0 192.168.168.10.2086 192.168.168.10.2085 TIME_WAIT tcp4 0 0 192.168.168.10.2083 192.168.168.10.2082 TIME_WAIT tcp4 0 0 192.168.168.10.2080 192.168.168.10.2081 TIME_WAIT tcp4 0 0 192.168.168.10.2078 192.168.168.10.2077 TIME_WAIT tcp4 0 0 192.168.168.10.2075 192.168.168.10.2076 TIME_WAIT tcp4 0 0 192.168.168.10.2073 192.168.168.10.2072 TIME_WAIT tcp4 0 0 192.168.168.10.2070 192.168.168.10.2071 TIME_WAIT tcp4 0 0 192.168.168.10.2068 192.168.168.10.2067 TIME_WAIT tcp4 0 0 192.168.168.10.2065 192.168.168.10.2066 TIME_WAIT tcp4 0 0 192.168.168.10.2063 192.168.168.10.2062 TIME_WAIT tcp4 0 0 127.0.0.1.5000 127.0.0.1.1736 CLOSE_WAIT tcp4 0 0 127.0.0.1.1736 127.0.0.1.5000 FIN_WAIT_2 tcp4 0 20 192.168.168.10.22 192.168.168.5.1211 ESTABLISHED tcp4 0 0 127.0.0.1.5000 127.0.0.1.1902 ESTABLISHED tcp4 0 0 127.0.0.1.1902 127.0.0.1.5000 ESTABLISHED tcp4 0 0 192.168.168.10.5000 192.168.168.10.1891 CLOSE_WAIT tcp4 0 0 192.168.168.10.5000 192.168.168.27.2254 CLOSE_WAIT tcp4 0 0 192.168.168.10.3382 192.168.170.10.2436 ESTABLISHED tcp4 0 0 192.168.168.10.3381 192.168.170.10.2433 ESTABLISHED tcp4 0 0 192.168.168.10.5000 192.168.170.10.2432 ESTABLISHED tcp4 0 0 192.168.168.10.5000 192.168.170.10.2430 ESTABLISHED tcp4 0 512 192.168.168.10.3084 192.168.169.10.1405 ESTABLISHED tcp4 0 0 192.168.168.10.3083 192.168.169.10.1402 ESTABLISHED tcp4 0 0 192.168.168.10.5000 192.168.169.10.1401 ESTABLISHED tcp4 0 0 192.168.168.10.5000 192.168.169.10.1399 ESTABLISHED tcp4 0 0 192.168.168.10.2982 192.168.168.28.3506 ESTABLISHED tcp4 0 0 192.168.168.10.2981 192.168.168.28.3505 ESTABLISHED tcp4 0 0 *.2981 *.* LISTEN tcp4 0 0 192.168.168.10.2975 192.168.168.28.5000 ESTABLISHED tcp4 0 0 192.168.168.10.5000 192.168.168.10.2974 ESTABLISHED tcp4 0 0 192.168.168.10.2974 192.168.168.10.5000 ESTABLISHED tcp4 0 0 192.168.168.10.2973 192.168.168.28.5000 ESTABLISHED tcp4 0 0 192.168.168.10.2915 192.168.168.28.3437 ESTABLISHED tcp4 0 0 192.168.168.10.2914 192.168.168.28.3435 ESTABLISHED tcp4 0 0 192.168.168.10.5000 192.168.168.28.3434 ESTABLISHED tcp4 0 0 192.168.168.10.5000 192.168.168.28.3432 ESTABLISHED tcp4 0 14336 127.0.0.1.4921 127.0.0.1.4922 ESTABLISHED tcp4 57344 0 127.0.0.1.4922 127.0.0.1.4921 ESTABLISHED tcp4 0 0 127.0.0.1.5000 127.0.0.1.4920 ESTABLISHED tcp4 0 0 127.0.0.1.4920 127.0.0.1.5000 ESTABLISHED tcp4 0 0 192.168.168.10.2344 192.168.169.10.3974 ESTABLISHED tcp4 0 0 192.168.168.10.2340 192.168.169.10.3973 ESTABLISHED tcp4 0 0 *.2340 *.* LISTEN tcp4 0 0 192.168.168.10.2338 192.168.169.10.5000 ESTABLISHED tcp4 0 24 192.168.168.10.5000 192.168.168.10.2337 ESTABLISHED tcp4 0 0 192.168.168.10.2337 192.168.168.10.5000 ESTABLISHED tcp4 0 0 192.168.168.10.2331 192.168.169.10.5000 ESTABLISHED tcp4 0 0 192.168.168.10.1056 192.168.170.10.1177 ESTABLISHED tcp4 0 0 192.168.168.10.1055 192.168.170.10.1176 ESTABLISHED tcp4 0 0 *.1055 *.* LISTEN tcp4 0 0 192.168.168.10.1045 192.168.170.10.5000 ESTABLISHED tcp4 0 0 192.168.168.10.5000 192.168.168.10.1044 ESTABLISHED tcp4 0 0 192.168.168.10.1044 192.168.168.10.5000 ESTABLISHED tcp4 0 0 192.168.168.10.1043 192.168.170.10.5000 ESTABLISHED tcp4 0 0 127.0.0.1.8005 *.* LISTEN tcp4 0 0 *.5000 *.* LISTEN tcp4 0 0 *.6000 *.* LISTEN tcp4 0 0 *.139 *.* LISTEN tcp4 0 0 *.80 *.* LISTEN tcp4 0 0 *.8008 *.* LISTEN tcp4 0 0 *.8080 *.* LISTEN tcp4 0 0 *.22 *.* LISTEN tcp46 0 0 *.22 *.* LISTEN tcp4 0 0 *.515 *.* LISTEN tcp6 0 0 *.515 *.* LISTEN I've fight with this problem for a long time. Does jdk1.3.1p5 have bug or my app have something wrong ? --hwh __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Jan 17 6:14:14 2002 Delivered-To: freebsd-java@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id 701F737B417 for ; Thu, 17 Jan 2002 06:14:09 -0800 (PST) Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 16RDIu-0005XV-00; Thu, 17 Jan 2002 07:14:09 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g0HE7iX21578; Fri, 18 Jan 2002 00:37:44 +1030 (CST) (envelope-from glewis) Date: Fri, 18 Jan 2002 00:37:44 +1030 From: Greg Lewis To: Michael E Mercer Cc: freebsd-java@FreeBSD.ORG Subject: Re: java media framework - compiling the native version Message-ID: <20020118003744.A21515@misty.eyesbeyond.com> References: <3C419A07.F9E12CAC@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C419A07.F9E12CAC@nc.rr.com>; from mmercer@nc.rr.com on Sun, Jan 13, 2002 at 09:30:32AM -0500 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jan 13, 2002 at 09:30:32AM -0500, Michael E Mercer wrote: > I just downloaded to JMF 2.1.1a and after a few modifications, got it to > compile. Great! > However, is it possible to get the native versions of these shared libs for > freebsd? > if yes, where do I get them? > > libjmcvid.so > libjmg723.so > libjmgsm.so > libjmh263enc.so > libjmmpa.so > libjmmpegv.so Unfortunately these are not available AFAIK. We may be able to investigate getting native versions of them now we have a license with Sun :). > ps: If no one else has played around with this, how do I get the diff of the > changes > I have made to get this to compile? Just diff your modified version with the original one, preferably a unified diff. I'm definitely interested in seeing the patches, so let me know if I can help you out at all. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 796 6999 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Jan 17 7:31:10 2002 Delivered-To: freebsd-java@freebsd.org Received: from ndonti.dynodns.net (adsl-208-190-202-169.dsl.kscymo.swbell.net [208.190.202.169]) by hub.freebsd.org (Postfix) with SMTP id C10C637B405 for ; Thu, 17 Jan 2002 07:31:06 -0800 (PST) Received: (qmail 1730 invoked by uid 1000); 17 Jan 2002 15:31:07 -0000 Date: Thu, 17 Jan 2002 09:31:07 -0600 From: Naresh Donti To: freebsd-java@freebsd.org Subject: The native JDK Message-ID: <20020117153107.GA1722@ndonti.dynodns.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Do we still have to build it from ports/java/jdk13. Is there a binary package I can download. I thought I would find it on the rc-1 cd, but did not. -- Naresh Donti ndonti@ndonti.dynodns.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Jan 17 19:10:45 2002 Delivered-To: freebsd-java@freebsd.org Received: from mgr1.xmission.com (mgr1.xmission.com [198.60.22.201]) by hub.freebsd.org (Postfix) with ESMTP id A174A37B405 for ; Thu, 17 Jan 2002 19:10:42 -0800 (PST) Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 16RPQL-0006rt-00; Thu, 17 Jan 2002 20:10:38 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g0I3ASW22910; Fri, 18 Jan 2002 13:40:28 +1030 (CST) (envelope-from glewis) Date: Fri, 18 Jan 2002 13:40:27 +1030 From: Greg Lewis To: Naresh Donti Cc: freebsd-java@FreeBSD.ORG Subject: Re: The native JDK Message-ID: <20020118134027.A22895@misty.eyesbeyond.com> References: <20020117153107.GA1722@ndonti.dynodns.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020117153107.GA1722@ndonti.dynodns.net>; from ndonti@ndonti.dynodns.net on Thu, Jan 17, 2002 at 09:31:07AM -0600 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jan 17, 2002 at 09:31:07AM -0600, Naresh Donti wrote: > Do we still have to build it from ports/java/jdk13. Is there a binary package > I can download. I thought I would find it on the rc-1 cd, but did not. There can't be a binary until the TCK tests have been passed. Having a license means we can release a binary once we've completed the testing. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 796 6999 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Jan 18 5:12: 2 2002 Delivered-To: freebsd-java@freebsd.org Received: from dirty.vandalon.nl (cp25482-a.gelen1.lb.nl.home.com [213.51.0.43]) by hub.freebsd.org (Postfix) with ESMTP id 7745537B404 for ; Fri, 18 Jan 2002 05:11:58 -0800 (PST) Received: from dirty.vandalon.nl (dirty.vandalon.nl [213.51.0.43]) by dirty.vandalon.nl (Postfix) with ESMTP id 709E3BC036 for ; Fri, 18 Jan 2002 14:11:56 +0100 (CET) Received: by dirty.vandalon.nl (Postfix, from userid 80) id 683C5BC035; Fri, 18 Jan 2002 14:11:50 +0100 (CET) Received: from lateralus.vandalon ( [lateralus.vandalon]) as user wiebel@mail.vandalon.nl by www.vandalon.nl with HTTP; Fri, 18 Jan 2002 14:11:48 +0100 Message-ID: <1011359508.3c481f14c779c@www.vandalon.nl> Date: Fri, 18 Jan 2002 14:11:48 +0100 From: wiebel@vandalon.nl To: java@freebsd.org Subject: jdk13 port MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252;q=1.0 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi there, when trying to install jdk13 from the ports i'm getting the following error: ===> Building for jdk-1.3.1p5 i386 Build started: 1.3.1-internal-root-020118-14:09 ERROR: BOOTDIR does not point to a valid Java 2 SDK Check that you have access to /usr/local/linux-jdk1.3.1/bin/java and/or check your value of ALT_BOOTDIR. Exiting because of the above error(s). gmake: *** [sanity] Error 1 *** Error code 2 hope you can fix it :)) Greets Joris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Jan 18 5:20: 7 2002 Delivered-To: freebsd-java@freebsd.org Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by hub.freebsd.org (Postfix) with ESMTP id 0F48637B405 for ; Fri, 18 Jan 2002 05:20:03 -0800 (PST) Received: from localhost (scrappy@localhost) by earth.hub.org (8.11.3/8.11.6) with ESMTP id g0IDJuK93240; Fri, 18 Jan 2002 09:19:56 -0400 (AST) (envelope-from scrappy@hub.org) Date: Fri, 18 Jan 2002 09:19:56 -0400 (AST) From: "Marc G. Fournier" To: wiebel@vandalon.nl Cc: java@FreeBSD.ORG Subject: Re: jdk13 port In-Reply-To: <1011359508.3c481f14c779c@www.vandalon.nl> Message-ID: <20020118091945.J8412-100000@earth.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org it means that the linux-jdk port itself didn't install properly ... On Fri, 18 Jan 2002 wiebel@vandalon.nl wrote: > > > Hi there, > > when trying to install jdk13 from the ports i'm getting the following error: > > ===> Building for jdk-1.3.1p5 > i386 Build started: 1.3.1-internal-root-020118-14:09 > ERROR: BOOTDIR does not point to a valid Java 2 SDK > Check that you have access to > /usr/local/linux-jdk1.3.1/bin/java > and/or check your value of ALT_BOOTDIR. > > Exiting because of the above error(s). > gmake: *** [sanity] Error 1 > *** Error code 2 > > > hope you can fix it :)) > > Greets > > Joris > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Jan 18 5:21:35 2002 Delivered-To: freebsd-java@freebsd.org Received: from puget.esil.univ-mrs.fr (puget.esil.univ-mrs.fr [139.124.41.103]) by hub.freebsd.org (Postfix) with ESMTP id 191E437B41C for ; Fri, 18 Jan 2002 05:21:29 -0800 (PST) Received: from localhost (hquiroz@localhost) by puget.esil.univ-mrs.fr (8.11.6/8.11.6) with ESMTP id g0IDSKM85725; Fri, 18 Jan 2002 14:28:29 +0100 (CET) (envelope-from hquiroz@esil.univ-mrs.fr) X-Authentication-Warning: puget.esil.univ-mrs.fr: hquiroz owned process doing -bs Date: Fri, 18 Jan 2002 14:28:19 +0100 (CET) From: Herve Quiroz To: wiebel@vandalon.nl Cc: java@freebsd.org Subject: Re: jdk13 port In-Reply-To: <1011359508.3c481f14c779c@www.vandalon.nl> Message-ID: <20020118142346.W85720-100000@puget.esil.univ-mrs.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org you need to have the linux-jdk13 port installed to compile the Java standard API classes. So either you portinstall the linux-jdk13 or maybe you can specifiy an alternate path for your own Java SDK using portinstall -m'ALT_BOOTDIR=' or something similar. I once tried using IBM JDK 1.3 but as the javac syntax is different from Sun's JDK I got problems. Now I use linux-jdk13 and it's ok. Herve On Fri, 18 Jan 2002 wiebel@vandalon.nl wrote: > > > Hi there, > > when trying to install jdk13 from the ports i'm getting the following error: > > ===> Building for jdk-1.3.1p5 > i386 Build started: 1.3.1-internal-root-020118-14:09 > ERROR: BOOTDIR does not point to a valid Java 2 SDK > Check that you have access to > /usr/local/linux-jdk1.3.1/bin/java > and/or check your value of ALT_BOOTDIR. > > Exiting because of the above error(s). > gmake: *** [sanity] Error 1 > *** Error code 2 > > > hope you can fix it :)) > > Greets > > Joris > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Jan 18 6:23: 8 2002 Delivered-To: freebsd-java@freebsd.org Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id 7A14E37B9FF for ; Fri, 18 Jan 2002 06:22:17 -0800 (PST) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id g0IEMD248521; Fri, 18 Jan 2002 15:22:13 +0100 (CET) (envelope-from ernst) Message-Id: <200201181422.g0IEMD248521@zaphod.euronet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan To: Greg Lewis , freebsd-java@freebsd.org Subject: Re: Fwd: FreeBSD Foundation Announces Java License for FreeBSD Date: Fri, 18 Jan 2002 15:22:13 +0100 X-Mailer: KMail [version 1.3.2] References: <20011224041352.A7340@misty.eyesbeyond.com> In-Reply-To: <20011224041352.A7340@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is A W E S O M E news!!!!!! Congratulations, all!!! Ernst On Sunday 23 December 2001 18:43, Greg Lewis wrote: > In case everyone didn't see this message on freebsd-announce: > > ----- Forwarded message from The FreeBSD Foundation > ----- > > The FreeBSD Foundation is pleased to announce that it has secured a > license from Sun Microsystems to distribute a native FreeBSD version of > both the Java Development Kit (JDK) and the Java Runtime Environment (JRE). > Thanks to the great efforts of the FreeBSD Java team, these should be > available for inclusion with the upcoming release of FreeBSD 4.5 in > January, 2002. > > The general availability of a distributable version of Java will > benefit end users, commercial users, and developers who use FreeBSD. > Java continues to grow in popularity and has become heavily used in > server side web applications, one of FreeBSD's core areas of strength. > With an officially licensed binary Java distribution, FreeBSD becomes > an ideal platform for execution, development, and deployment of Java > based solutions. > > This agreement would not have been possible without the efforts of Nate > Williams. Nate not only started the FreeBSD Java porting effort, but > also brought Sun Microsystems and the Foundation together to negotiate a > license. > > The FreeBSD Foundation, a 501(c)3 non-profit Colorado corporation, is > dedicated to supporting the FreeBSD Project. In addition to sponsoring > the development and promotion of FreeBSD, as a recognized legal entity, > the Foundation can enter into legal contracts and hold intellectual > property in trust for the Project. The Foundation hopes that today's > license agreement announcement is only the first of many occasions where > the Foundation's legal status allows FreeBSD to grow in ways that would > not otherwise be possible. > > The FreeBSD Foundation relies solely on contributions from individuals > and businesses to fund its activities. In negotiating the JDK/JRE > license, where both parties were in almost immediate agreement to > the license terms, the Foundation still spent in excess of $3000 on > legal fees. Highly qualified and experienced legal counsel is the > expensive yet necessary cost of protecting the best interests of > the FreeBSD Project. This particular activity was funded solely > by contributions from the FreeBSD Foundation's board of directors. > The Foundation will only be able to continue its work with further > contributions from the general public. Donations to the Foundation > are usually considered tax-deductible for those paying United States > Federal income tax. Any donations postmarked by December 31st. > are applicable for the 2001 tax year. Information on how to donate > to the Foundation can be found at: > > http://www.freebsdfoundation.org > > The Board of Directors > The FreeBSD Foundation > > NOTE: Sun, Sun Microsystems, Java, JDK, and JRE are trademarks or > registered trademarks of Sun Microsystems, Inc. in the United > States and other countries. > > This is the moderated mailing list freebsd-announce. > The list contains announcements of new FreeBSD capabilities, > important events and project milestones. > See also the FreeBSD Web pages at http://www.freebsd.org > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-announce" in the body of the message > > ----- End forwarded message ----- > > The FreeBSD Java community owe the FreeBSD Foundation and Nate Williams > a great deal of thanks for negotiating license. The Foundation has > supplied a considerable amount of time and financial input and Nate has > spent _countless_ hours over a period of years to arrange this. > > I would like to emphasise that the FreeBSD Foundation has spent $3000 of > the directors own money on this license and that they are a non-profit > organisation, meaning that donations to the Foundation are tax > deductible. To all those who have expressed interest in financially > helping previously (and everyone else :), I'd suggest that now may be a > perfect time to boost your tax deductions right before the end of the > year. -- Ernst de Haan EuroNet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Jan 18 20:21:13 2002 Delivered-To: freebsd-java@freebsd.org Received: from earth.hub.org (earth.hub.org [64.49.215.11]) by hub.freebsd.org (Postfix) with ESMTP id 05C8A37B405 for ; Fri, 18 Jan 2002 20:21:11 -0800 (PST) Received: from localhost (scrappy@localhost) by earth.hub.org (8.11.3/8.11.6) with ESMTP id g0J4DuV54498 for ; Sat, 19 Jan 2002 00:13:56 -0400 (AST) (envelope-from scrappy@hub.org) Date: Sat, 19 Jan 2002 00:13:56 -0400 (AST) From: "Marc G. Fournier" To: freebsd-java@freebsd.org Subject: jakarta-ant from ports ... Message-ID: <20020119001232.Y8412-100000@earth.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Installed it, but when I try to run, I'm getting: rockledgends# ant dist Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main Use JDK1.3.1 ... *scratch head* what did I miss when installing? Main is part of the ant distribution itself, no? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Jan 18 22:30:36 2002 Delivered-To: freebsd-java@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id 3FE3C37B405 for ; Fri, 18 Jan 2002 22:30:34 -0800 (PST) Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 16Rp1M-0003V5-00; Fri, 18 Jan 2002 23:30:33 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g0J6URQ30179; Sat, 19 Jan 2002 17:00:27 +1030 (CST) (envelope-from glewis) Date: Sat, 19 Jan 2002 17:00:27 +1030 From: Greg Lewis To: "Marc G. Fournier" Cc: freebsd-java@FreeBSD.ORG Subject: Re: jakarta-ant from ports ... Message-ID: <20020119170026.A30157@misty.eyesbeyond.com> References: <20020119001232.Y8412-100000@earth.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020119001232.Y8412-100000@earth.hub.org>; from scrappy@hub.org on Sat, Jan 19, 2002 at 12:13:56AM -0400 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Jan 19, 2002 at 12:13:56AM -0400, Marc G. Fournier wrote: > Installed it, but when I try to run, I'm getting: > > rockledgends# ant dist > Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main > > Use JDK1.3.1 ... *scratch head* what did I miss when installing? Main is > part of the ant distribution itself, no? It is, but it sounds like the ant shell script isn't properly setting up the classpath to include the ant jar. The version of ant I have installed looks like it expects ANT_HOME to let it know where the jar is, i.e. it expects ant.jar in ${ANT_HOME}/lib/ant.jar. Maybe you don't have this variable set? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 796 6999 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message