Advertisement

04.14.2006 at 02:44AM PDT, ID: 21813816
[x]
Attachment Details

How to compile from a java program a lot of java programs that I have genereated

Asked by RdeLange in Java Programming Language, New to Java Programming

Tags: sourcepath

I tried to compile a bunch of programs that my program has generated
But it fails.
I can compile one file
But if I give a source path it fails. It seems that the sourcefile option does not work since the -cp option works
my string is

String sourcePath = "c:\\project\\src";
Stroug outPath     = "c:\\project\\classes";
String sourcefile            = "*.java";

tring [] source = {"-verbose","-sourcepath",sourcePath,"-d",outputPath, sourcefile};

if sourcefile = "example.java" and is in the current directory it works.
Wildcard seem not to work
How to solve or is it just a bug in 1.5 ?
Start Free Trial
 
Loading Advertisement...
 
[+][-]04.14.2006 at 03:22AM PDT, ID: 16452200

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.14.2006 at 03:26AM PDT, ID: 16452211

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Java Programming Language, New to Java Programming
Tags: sourcepath
Sign Up Now!
Solution Provided By: objects
Participating Experts: 3
Solution Grade: A
 
 
[+][-]04.14.2006 at 03:27AM PDT, ID: 16452213

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.14.2006 at 03:52AM PDT, ID: 16452286

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]04.14.2006 at 07:17AM PDT, ID: 16453532

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.15.2006 at 02:48AM PDT, ID: 16459760

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.16.2006 at 04:27PM PDT, ID: 16466223

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.17.2006 at 04:33PM PDT, ID: 16473744

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.24.2006 at 08:49AM PDT, ID: 16752470

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]06.06.2006 at 10:32AM PDT, ID: 16844638

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]06.10.2006 at 03:38AM PDT, ID: 16876603

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32