Re: Netbeans JAR file execution from command line
- From: "Luc The Perverse" <sll_noSpamlicious_z_XXX_m@xxxxxxxxxx>
- Date: Thu, 26 Oct 2006 12:39:17 -0700
"Lion-O" <nosp@xxxxxxxxxxxxxx> wrote in message
news:slrnek1udu.5cb.nosp@xxxxxxxxxxxxxxxxxxxxxx
How can I prevent a compatibility problem? I like to send people JAR
files to execute, and don't want them to have to have netbeans
installed and certainly don't want them to have to copy files from
netbeans to java class path.
Which NB version?
Normally NetBeans will put the compiled jar and all libraries it might
need in the 'dist' subdirectory of your projects home. Extra libraries
are stored in the dist/lib subdirectory. Also refer to the 'README.TXT'
file which explains as much.
The manifest file in the jar defines a classpath which includes optional
jar files in the lib subdirectory.
If those files aren't there then I wonder if your project has been
properly setup.
In that case I likely just grabbed the wrong JAR file (and because it worked
on my system, I was thrown off)
--
LTP
:)
.
- References:
- Netbeans JAR file execution from command line
- From: Luc The Perverse
- Re: Netbeans JAR file execution from command line
- From: Lion-O
- Netbeans JAR file execution from command line
- Prev by Date: Re: Understanding this error list
- Next by Date: Can I restart a jsp session from a javascript?
- Previous by thread: Re: Netbeans JAR file execution from command line
- Next by thread: Test If Int Has Not Been Set
- Index(es):
Relevant Pages
|