Hi!
I want to able to right click on a java file and select “Set as Main Class” the same way like one can set the main project. I constantly change main files while developing and I find it tedious to right click into project properties and so on…
I realize that this is a not a JMP feature missing because it’s probably inside the netbeans source. This is not high priority, but on the other side I can’t imagine it would be a daunting thing to implement if one knows how the platform works on the inside…
Why you not just set up multiple configurations? They can have a different main classes. MonkeyZone does this for Server and Client.
Aaah, thanks for the tip! Case closed!! ^^