NetBean IDE provides excellent features for rapid customization of Floreant POS. Our open source License agreement requires you release your source code and we welcome developers to enrich the product. Open the folder where you have your source code Copy Source Code and LibrariesCopy the scr and lib folder to your workspace ( for ex : D:\Mundel\POSWorkspace\POS). You can overwrite default scr & lib folder Update Project settingsRight click on workspace name /project name. Here we named it "POS"click on "Properties" Add libraries. Click on "Libraries" link in the sidebar and add jar/Folder. Libraries are found in "lib" folder in your source code. Set Entry point of code. In Floreant POS main function is com.floreantpos.main.Main. Click on "Run", change the Main Class to "com.floreantpos.main.Main". Compile & TestNow you compile & run changed code from NetBean Menu ( Run -> Run Main Project). Remember to "Clean and Build Mai Project" before you do that. And also you need to start Database server to make application working. User name : 123, Password: 123 Database SetupYou can use your favorite database utilities but NetBean latest release has full support for JavaDB . For other options visit http://wiki.floreantpos.com/home/database-development |















