Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #23411 > unrolled thread
| Started by | clusardi2k@aol.com |
|---|---|
| First post | 2013-04-10 11:30 -0700 |
| Last post | 2013-04-10 11:58 -0700 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.java.programmer
Does anyone have a previously posted link: Alternate way to create deployable jar file clusardi2k@aol.com - 2013-04-10 11:30 -0700
Re: Does anyone have a previously posted link: Alternate way to create deployable jar file markspace <markspace@nospam.nospam> - 2013-04-10 11:58 -0700
| From | clusardi2k@aol.com |
|---|---|
| Date | 2013-04-10 11:30 -0700 |
| Subject | Does anyone have a previously posted link: Alternate way to create deployable jar file |
| Message-ID | <08b59b3b-855f-4270-858c-325cda54a1fb@googlegroups.com> |
Hello, About last August I posted a link to an alternative way (on Internet) to create a deployable jar file. The description bypassed creating the standard way using a Manifest file. The alternative way modified a XML file etc. Does anyone have the specific step by step details or link. Thanks,
[toc] | [next] | [standalone]
| From | markspace <markspace@nospam.nospam> |
|---|---|
| Date | 2013-04-10 11:58 -0700 |
| Message-ID | <kk4cja$g2s$1@dont-email.me> |
| In reply to | #23411 |
On 4/10/2013 11:30 AM, clusardi2k@aol.com wrote: > Hello, > > About last August I posted a link to an alternative way (on Internet) > to create a deployable jar file. The description bypassed creating > the standard way using a Manifest file. The alternative way modified > a XML file etc. Does anyone have the specific step by step details or > link. I don't know what the alternate way is/was, but the standard tools use both the manifest file and sometimes an external XML file in the form of a JNLP file: <http://docs.oracle.com/javase/tutorial/deployment/> There's probably some hints there how to get started again. A little more specific information beyond "about last August" would be helpful if you need specifics from us.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web