Migrated from https://code.google.com/p/proclipsing/issues/detail?id=34.
Reported by wezs...@gmail.com, Mar 5, 2012
What steps will reproduce the problem?
- Export a project using the P5Exporter feature
- Try to launch the Linux Application
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
Mar 19, 2014 Project Member #1 maddpar...@gmail.com
Any chance you could join the project to help us support Linux?
Thanks,
Matt
Migrated from https://code.google.com/p/proclipsing/issues/detail?id=34.
Reported by wezs...@gmail.com, Mar 5, 2012
What steps will reproduce the problem?
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
Mar 19, 2014 Project Member #1 maddpar...@gmail.com
Any chance you could join the project to help us support Linux?
Thanks,
Matt