Re: jar problems
- From: "Fahd Shariff" <fahdshariff@xxxxxxxxx>
- Date: 27 May 2005 07:38:49 -0700
I don't know why
C:\test>java -classpath c:\test\jarman.jar; a/b/JarTest is working
Isn't the name of the main class a.b.JarTest?
I think it may be due to your classpath because the error indicates
that it can't find c/d/JarMan
Perhaps you should try:
C:\test>java -classpath .;c:\test\jarman.jar -jar jartest.jar
--
Fahd Shariff
"Let the code do the talking... "
.
- Follow-Ups:
- Re: jar problems
- From: Fahd Shariff
- Re: jar problems
- References:
- jar problems
- From: arvindsd
- jar problems
- Prev by Date: Questions about Java Executables.
- Next by Date: Re: Graphical overview of the java classes
- Previous by thread: jar problems
- Next by thread: Re: jar problems
- Index(es):
Relevant Pages
|