Hi,
I'd like to start using iReport (netbeans edition) and replace the good old classic iReport 3.0.x. Seems like the classic iReport won't be improved anymore and abandoned at some point.
The point is that I need to start iReport from another java application. With iReport 3.0 it was pretty easy and straightforward: just invoke it.businesslogic.ireport.gui.MainFrame.main(args);
and iReport is up and running.
The problem is I have no clue how to do the same thing in iReport-nb. The netbeans platform is a completely unkown for me and I could not find anything that looks like a main method or application starting point. It seems to load a lot of net beans platform stuff first and somehow hides the iReport starting point.