Installation Notes for encc ${project.version}

  1. Encc requires the Java 5 JRE to run. If you don't have it, please download it.
  2. Unpack the encc archive. You'll get a directory named ${project.build.finalName}. Put that directory where you want, e.g. C:\Program Files\${project.build.finalName}. You can run the program by double-clicking enccg.exe.
  3. A command-line version is also included for power users. You can run it using the encc.exe file (on Windows) or the encc shell script (on Mac OS X/Unix). These scripts point to a lib directory with ${project.build.finalName}.jar and other jar files. You should edit them so the lib directory has a fully-qualified name: for example, "/usr/local/share/${project.build.finalName}/lib". Then you can run encc from anywhere or create shortcuts to it.