Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #18299
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!newsfeed.kamp.net!newsfeed.kamp.net!news.qsc.de!bolzen.all.de!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail |
|---|---|
| Date | Thu, 23 Aug 2012 13:52:27 -0400 |
| From | Gunter Herrmann <notformail0106@earthlink.net> |
| User-Agent | Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120715 Firefox/14.0.1 SeaMonkey/2.11 |
| MIME-Version | 1.0 |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: placement of other jars not in original in JDK download |
| References | <14fdabc2-3e23-40c9-b01a-fedfdc9a668c@googlegroups.com> <eau7385181957bce8mrlpfpllelp8mejkt@4ax.com> |
| In-Reply-To | <eau7385181957bce8mrlpfpllelp8mejkt@4ax.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Lines | 21 |
| Message-ID | <50366dae$0$6573$9b4e6d93@newsspool3.arcor-online.net> (permalink) |
| Organization | Arcor |
| NNTP-Posting-Date | 23 Aug 2012 19:51:42 CEST |
| NNTP-Posting-Host | 84db5c17.newsspool3.arcor-online.net |
| X-Trace | DXC=LE;8?S\lVLV5TOT9_N5i<VMcF=Q^Z^V3X4Fo<]lROoRQ8kF<OcfhCO[bfXVmglH<3Rk^4\8678aES::Xh;k<B8UWUONGYFnaSfXEfZkXQAHYSQ |
| X-Complaints-To | usenet-abuse@arcor.de |
| Xref | csiph.com comp.lang.java.programmer:18299 |
Show key headers only | View raw
Hi! Roedy Green wrote: > put them in the ext dir > put them on the SET classpath > put them on the commandline -classpath > use JNLP put the names of them into the manifest of your main jar (when using ant add a manifest section before creating the main jar) Example: <manifest> <attribute name="Main-Class" value="org.example.myapp.MyMainClass" /> <attribute name="Class-Path" value=". log4j-1.2.17.jar ojdbc6.jar " /> </manifest> call it with java -jar yourMainJar.jar Gunter
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
placement of other jars not in original in JDK download bH <bherbst65@hotmail.com> - 2012-08-21 12:31 -0700
Re: placement of other jars not in original in JDK download Jeff Higgins <jeff@invalid.invalid> - 2012-08-21 15:52 -0400
Re: placement of other jars not in original in JDK download Lew <lewbloch@gmail.com> - 2012-08-21 13:50 -0700
Re: placement of other jars not in original in JDK download Jeff Higgins <jeff@invalid.invalid> - 2012-08-21 17:13 -0400
Re: placement of other jars not in original in JDK download Lew <noone@lewscanon.com> - 2012-08-22 06:25 -0700
Re: placement of other jars not in original in JDK download Roedy Green <see_website@mindprod.com.invalid> - 2012-08-21 14:11 -0700
Re: placement of other jars not in original in JDK download Arne Vajhøj <arne@vajhoej.dk> - 2012-08-21 19:00 -0400
Re: placement of other jars not in original in JDK download "John B. Matthews" <nospam@nospam.invalid> - 2012-08-21 21:41 -0400
Re: placement of other jars not in original in JDK download Bob H <bherbst65@hotmail.com> - 2012-08-22 13:10 -0700
Re: placement of other jars not in original in JDK download Lew <lewbloch@gmail.com> - 2012-08-22 13:32 -0700
Re: placement of other jars not in original in JDK download "John B. Matthews" <nospam@nospam.invalid> - 2012-08-23 12:45 -0400
Re: placement of other jars not in original in JDK download Arne Vajhøj <arne@vajhoej.dk> - 2012-08-27 21:50 -0400
Re: placement of other jars not in original in JDK download Bob H <bherbst65@hotmail.com> - 2012-08-30 17:28 -0700
Re: placement of other jars not in original in JDK download Lew <lewbloch@gmail.com> - 2012-08-31 15:23 -0700
Re: placement of other jars not in original in JDK download Arne Vajhøj <arne@vajhoej.dk> - 2012-08-27 21:49 -0400
Re: placement of other jars not in original in JDK download Gunter Herrmann <notformail0106@earthlink.net> - 2012-08-23 13:52 -0400
Re: placement of other jars not in original in JDK download Bob H <bherbst65@hotmail.com> - 2012-08-22 16:49 -0700
Re: placement of other jars not in original in JDK download Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2012-08-23 02:39 +0200
Re: placement of other jars not in original in JDK download Jeff Higgins <jeff@invalid.invalid> - 2012-08-22 20:49 -0400
Re: placement of other jars not in original in JDK download Bob H <bherbst65@hotmail.com> - 2012-08-22 19:54 -0700
Re: placement of other jars not in original in JDK download Arne Vajhøj <arne@vajhoej.dk> - 2012-08-27 21:46 -0400
csiph-web