How to run netbeansRCP app in production without nbm:run-platform #4571
guilherme-oliveria
started this conversation in
General
Replies: 2 comments
-
is org.netbeans.Main of org-netbeans-boostrap |
Beta Was this translation helpful? Give feedback.
0 replies
-
@guilherme-oliveria after building the parent project, it should build a zip of the RCP application which would be located in the application project target dir. E.g. based on the tutorial. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I migrated my application that was previously built by apache ANT on platformRCP to maven following these steps tutorial, now I need to make the application available in production, I have a . exe that downloads updates using getdown getdown, it maps clashPath and before it declared main as org.netbeans.modules.apisupport.jnlplauncher.Main, but with maven build it doesn't works, which mainClass should I use ? or does it only work the .exe that the nbm plugin generates in the target folder?
Beta Was this translation helpful? Give feedback.
All reactions