Running POS in NETBEANS (5 posts)

Steveheunis
Member
Posted 963 days ago #
Hi all, I'm stuck running my "pos project" in Netbeans IDE, I added all the database info and did all the steps like in the "developers guide". But when I want to "Run" the POS project it says "could not find com.floreantpos.main.MAIN in main class" any ideas?

Imigueldiaz
Member
Posted 959 days ago #
The correct name of the class with the main method is:

com.floreantpos.main.Main

so, last MAIN is really Main :)

Best
Steveheunis
Member
Posted 958 days ago #
Thank you for the reply, unfortunately it did not work, still gives me the error. The only other thing that it could be is that in the "Developers Guide" is says that you can overwrite two files, the one being the LIB folder and the other is the SRC folder, but in the source code there is no SRC folder. SO I kept the original folder with the template of a Netbeans project in.

Yet again thank you for the feedback Imiquel
Imigueldiaz
Member
Posted 957 days ago #
Sorry I can't help you more, I use Eclipse 3.6 with SVN sources and on SVN there is a src/ folder...
Steveheunis
Member
Posted 956 days ago #
You helped a lot Imiquel, all I had to do was download the SVN version of Floreantpos and get the SRC folder, all works fine now! I might just ask you advise on steps to help change my Jasper Viewer settings in Netbeans.

Thank you once again for help, I don't see enough people take the time to explain problems on the Forum, so others can learn. You helped me and hopefully someone else!