In JDeveloper when you write a java class with a main() method that takes no argument,
you just right click the java file and select Run to run the program. But suppose the main() method takes arguments... This is how you do it
When you move IDE's, you are required to learn on new 'HOW TO' techniques. I did come across this issue before when I leaped from netbeans to Eclipse
and encountered a similar issue