Date: Wed, 17 Apr 2002 08:03:35 +0200 From: Marc van Kempen <marc@bowtie.nl> To: Ernst de Haan <znerd@FreeBSD.ORG> Cc: java@FreeBSD.ORG Subject: Re: JBoss port? Message-ID: <3CBD1037.1040700@bowtie.nl> References: <20020416130558.A3608@shikima.mine.nu> <200204161251.g3GCp8q49651@zaphod.euronet.nl> <200204162023.WAA13167@smtp.hccnet.nl> <200204162042.WAA00801@smtp.hccnet.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Ernst de Haan wrote: > For your interest, here's the current version of the prospect port: > > http://www.metaverse.nl/~ernst/jboss2.tar.gz > > It is heavily based on the www/orion port. The pkg-message file is from PR > 35853 (by Jesse Gallup). > > Contents: > > ernst@heinz$ tar zcvf jboss2.tar.gz www/jboss2 > www/jboss2/ > www/jboss2/pkg-comment > www/jboss2/Makefile > www/jboss2/pkg-descr > www/jboss2/distinfo > www/jboss2/pkg-plist > www/jboss2/pkg-install > www/jboss2/pkg-deinstall > > Note that jbossctl does not work yet due to the missing executable JAR file... > > Sincerely, > > > Ernst > > On Tuesday 16 April 2002 22:23, Ernst de Haan wrote: > >>Current status: To use daemonctl.c I need an executable JAR file. Looking >>into this. Would anybody have any hints on creating an executable JAR file >>for JBoss ? >> Do you mean something this? Insert the following in the manifest file: Main-Class: org.bla.bla.jar After that you can run the program by doing: java -jar bla.jar Regards, Marc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CBD1037.1040700>