Menu

Howto Build ZPLViewer

building (2)
King Leo (Martin Oberzalek)

This HowTo describes HowTo Build ZPLViewer

  • Use Netbeans as IDE
  • Create a new project called ZPLViewer.
    • Project type JavaApplication.
    • Disable "Create main class"
  • Checkout using "Team => Subversion => Checkout"
  • Rightclick on the ZPLViewer project => Properties
    • goto libraries and add every jar file in the directory ZPLViewer/src/net/sourceforge/zplviewer/ext_resources

Now you should be able to start ZPLViewer.

For unit tests you should checkout https://svn.code.sf.net/p/zplviewer/code/Test/trunk into following directory: ZPLViewer/test/

There is also some testdata there.