No Runtime Platform configurable in Maven project
"leif81" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <[email protected]> |
> Do you mean the NB platform? No I don't think so. I think the term is "Remote Platform". It's the ability to run the application on a remote JRE (e.g. I'm writing my code in Netbeans on Windows, but want it to run on a remote Raspberry Pi) See https://netbeans.org/kb/docs/java/javase-embedded.html#use The example in that link is for an Ant free-form project. We want do the equivalent but for a Maven project.