AlejandraV25 / proclipsing

Automatically exported from code.google.com/p/proclipsing
0 stars 0 forks source link

Export feature type-o for Linux executable #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Any chance you could join the project to help us support Linux?

Thanks,
Matt

Original comment by maddpar...@gmail.com on 19 Mar 2014 at 9:35