Running a Java app from command line
From: Abs (abs_at_terra.com)
Date: 05/30/04
- Next message: Jim Cochrane: "Re: String literals in Java"
- Previous message: Joona I Palaste: "Re: Returning array: reference or deep copy?"
- Next in thread: P.Hill: "Re: Running a Java app from command line"
- Reply: P.Hill: "Re: Running a Java app from command line"
- Reply: Liz: "Re: Running a Java app from command line"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 30 May 2004 21:36:16 +0200
Hi!
I'm developing a Java app using the Eclipse IDE. My app uses some
external JARs to work. The app runs fine from the IDE, I suppose Eclipse
takes care of all the dependencies. But, when I try to run it from the
command line, it cannot find the JARs. Is there a way to run a Java app
that depends on other JARs without having to alter the classpath
variable to add all the external libraries that an app uses ?
Regards
-- Abs
- Next message: Jim Cochrane: "Re: String literals in Java"
- Previous message: Joona I Palaste: "Re: Returning array: reference or deep copy?"
- Next in thread: P.Hill: "Re: Running a Java app from command line"
- Reply: P.Hill: "Re: Running a Java app from command line"
- Reply: Liz: "Re: Running a Java app from command line"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|