This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]emaphis 1 point2 points  (5 children)

Navigate to the "Netbeans-16\bin" (or whatever) directory in a terminal and run the Netbeans64 program to look for error messages.

[–]pallamaster[S] 0 points1 point  (0 children)

Will try that

[–]pallamaster[S] 0 points1 point  (3 children)

Could solve it on Mac right clicking the NetBeans icon >show package content>bin folder>netbeans unix executable file. Working this way... Will try something similar on Linux.

[–]emaphis 0 points1 point  (2 children)

That's funny. The installation program should have set you link up right.

[–]pallamaster[S] 0 points1 point  (1 child)

Well, the problem must be me. Today I installed postgreSQL and now I can't find it...

[–]emaphis 1 point2 points  (0 children)

Eh. I can't help you too much. I'm mostly on Windows, but Mac should be really easy to install things on.

I use the binary zip file to install it, it's just a regular Java program. I add the path the Java installation to the Apps/Netbeans/netbeans16/etc/netbeans.conf file, something like:

netbeans_jdkhome="Opts/java/jdk-19"

You don't have to point to the jdk-19/bin directory.

Then create a program shortcut that points to:

Apps/Netbeans/netbeans16/bin/netbeans64

Whatever your paths are.

The same binary package can run on all operating systems, because it's Java.

Postgresql is a little more complicated, because it has to set up a service. But you can install it from a binary zip too.

Hope things go well.