What steps will reproduce the problem?
1. Export a project using the P5Exporter feature
2. Try to launch the Linux Application
3.
What is the expected output? What do you see instead?
The app should launch
What version of the product are you using? On what operating system?
Export feature 1.0.6
OS Ubuntu 11.10
Please provide any additional information below.
To fix the problem add a blank space between the last lib include and the
namespace for the main entry point to the app.
... $APPDIR/lib/somelibrary.jar"com.wezside.app.MyProcessinApp
Should be
... $APPDIR/lib/somelibrary.jar" com.wezside.app.MyProcessinApp
Original issue reported on code.google.com by wezs...@gmail.com on 5 Mar 2012 at 3:22
Original issue reported on code.google.com by
wezs...@gmail.com
on 5 Mar 2012 at 3:22