Re: Install module from command line

Matthias Bläsing <[email protected]> Fri, 20 Oct 2017 18:49:26 +0200
Newsgroups gmane.comp.java.netbeans.modules.openide.devel
Message-ID <[email protected]>
Hey,

Am Freitag, den 20.10.2017, 15:36 +0200 schrieb Marco Peters:
> I=E2=80=99m trying to install a module via command line into my applica=
tion
> (based on NetBeans Platform 8.2). But unfortunately, it=E2=80=99s not
> working.
> I run the following command:
> =C2=A0
> snap64 --nosplash --nogui --modules --install "C:\Program
> Files\VITO\iCOR\sta\iCOR-landsat8-sta-1.0.0.nbm"

snap64 has nothing to do with netbeans. The netbeans launcher is called
 netbeans and is located in the $netbeans/bin folder.

I'll risk a guess: You are running ubunutu? Then read about https://sna
pcraft.io/.

Greetings

Matthias