Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am developing a project in java, which is an IDE for embedded C
in which i need to add an integrated c compiler software. I am using NEtbeans IDE to develop the project. Can you guide me how can I add the compiler path in the project
Posted
Updated 11-Jan-15 19:24pm
v2
Comments
OriginalGriff 1-Jan-15 4:23am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.

The use (or not) of Netbeans is irrelevant. The issue is how to start a compilation from within the Java program. You should look at the Runtime class[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900