Running Penrose Studio
Windows Platforms
On Windows platforms, go to Start -> Programs -> Identyx -> Penrose Studio. You can also run it from the command line, go to the installation directory and execute:
penrose-studio.exe
MacOS X Platform
Double click Penrose Studio.app
Unix-like Platforms
On other Unix-like platforms, go to the installation directory and execute:
./penrose-studio
Other Platforms
On other platforms you can go to the installation directory and execute:
java -cp startup.jar org.eclipse.core.launcher.Main
Setting JVM Options
If you need to set JVM options (e.g. setting heap size), you can add the following arguments:
./penrose-studio -vmargs <jvm options>
Anything after -vmargs will be passed to the JVM.