Hello
I am getting the error 'Embedded error: Error while
executing the external compiler'. 
This occurs when I have the following configurations -
<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                        <fork>true</fork>
                        <verbose>true</verbose>
                
<compilerVersion>1.3</compilerVersion>
                       
<executable>D:\jdk1.3.1_19/bin/javac</executable>
                </configuration> 
</plugin> 

I have more than 1200 java files in my project which i
need to compile with jdk 1.3. I guess the javac
command is too large and hence this problem.
Can somebody suggest a way to solve this problem

Thanks in advance
Ram



 
____________________________________________________________________________________
Want to start your own business? Learn how on Yahoo! Small Business 
(http://smallbusiness.yahoo.com) 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to