Am Donnerstag, 5. August 2004 13:34 schrieb Hannes Widmer:
> Salü Bernd & Co.
>
>
> Danke vielmals für eure Antworten. Nun, dann
> hab ich wohl ein anderes Problem aber ich
> hab sogar auch schon ein Port installiert ;-))
> Also, das Problem liegt wohl an der
> collection..geht bei mir nur bis 1.3.1 .
Du kennst den Unterschied zwischen jdk(14) und j2sdkee(13)?
/usr/ports/java/jdk14/pkg-descr:
This is the latest patchset from the Java 2 FreeBSD porting project. This
port allows you to easily build a native JDK1.4.2 for FreeBSD.
...
Das jdk14 braucht mindestens ein natives oder Linux JDK 1.4.1.
In Zukunft kann man das wohl auch mit der GCC bauen.
/usr/ports/java/j2sdkee13/pkg-descr:
Version 1.3.1 of the Java 2 SDK, Enterprise Edition ("J2EE" SDK) is a
complete implementation of the Java 2 Platform, Enterprise Edition
1.3. The J2EE SDK is intended as a proof of concept and example for
implementations in the application server marketplace. The J2EE SDK
includes a J2EE application server and various tools to help
developers prototype J2EE applications and learn about the J2EE
platform and technologies. It can be used as a J2EE development
enviroment for applications prior to their deployment and
distribution.
...
Das j2sdkee13 braucht mindestens ein JDK 1.3.
Du brauchst ein JDK und vermutlich einen Application-Server (z. B. JOnAS oder
JBoss) und zusätzlich eventuell einen Servlet-Container (z. B. Jetty oder
Tomcat).
Bevor du dich an die Implementierung eines eigenen Java-Chat setzt, solltest
du dir die vorhandenen Chats ansehen und ausprobieren. Oder meintest du mit
Implementierung Aufsetzen/Installieren & Konfigurieren/Deployment?
Für Java auf FreeBSD: freebsd-java(at)freebsd.org
[...]
Oliver
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 05 Aug 2004 - 22:08:59 CEST