On Sun, 5 Apr 2020 at 18:52, David Young wrote:
>
> On Sun, Apr 05, 2020 at 02:42:43PM +0300, John m0t wrote:
> > Hello;
> > Today I faced another problem.
> > As far as I know the java in *NetBSD* is the same file/kind as Linux.
> > I have downloaded the jetbrains intellij which ships with o
On Sun, Apr 05, 2020 at 02:42:43PM +0300, John m0t wrote:
> Hello;
> Today I faced another problem.
> As far as I know the java in *NetBSD* is the same file/kind as Linux.
> I have downloaded the jetbrains intellij which ships with openjdk. I went
> inside the openjdk directory.
> Under sh
On Sun, 5 Apr 2020 at 17:59, Chavdar Ivanov wrote:
>
> All I needed to run idea.sh under NetBSD-current amd64 with openJDK 11 was
>
> $ PATH=/usr/pkg/java/openjdk11/bin:$PATH; export PATH
> $ PATH=/opt/idea-IC-193.6911.18/bin:$PATH
> $ idea.sh
>
> You get some error messages or warnings, but th
All I needed to run idea.sh under NetBSD-current amd64 with openJDK 11 was
$ PATH=/usr/pkg/java/openjdk11/bin:$PATH; export PATH
$ PATH=/opt/idea-IC-193.6911.18/bin:$PATH
$ idea.sh
You get some error messages or warnings, but the interface comes up;
as I have no idea (no pun intended) of java
"John m0t" writes:
> As far as I know the java in *NetBSD* is the same file/kind as Linux.
More or less.
> I have downloaded the jetbrains intellij which ships with openjdk. I went
> inside the openjdk directory.
I don't follow "ships with openjdk". Do you mean "includes a copy of
openjdkN a
Hi!
On Sun, Apr 05, 2020 at 02:42:43PM +0300, John m0t wrote:
Under sh shell {./java} command will return *not found* and under bash
shell I get
*no such file or directory*. the said file is executable. the {ls} command on
that directory shows the java file.
Could someone tell my why?😟
If y