Posted By:
ashish_agnihotri
Posted On:
Monday, January 19, 2004 08:49 AM
Yes you can use the standard "rmic" compiler with IntelliJ Idea. There are two ways I will explain both here -
- You can configure the rimc as an external tool in the IDE and run it.
- You can yourself write a plugin that does the necessary job for you (believe me its not as difficult as it sounds)
And , if you are familiar with ANT u can use it to do the job for u with least coding as Idea has a bulit-in support for Ant (Ok, I know that makes it three , but one more does not hurt does it?? )
;)
NOTE : visit http://www.InelliJ.org for help on writing plugins for Idea
Regards
- Ashish