How do I specify the PATH in NetBeans?
Posted
by J. Pablo Fernández
on Stack Overflow
See other posts from Stack Overflow
or by J. Pablo Fernández
Published on 2010-03-31T07:07:20Z
Indexed on
2010/04/01
22:43 UTC
Read the original article
Hit count: 332
When running Ruby code on NetBeans (like when running the tests) I'm having some failures because a program is not being found. That program is installed somewhere in /opt and while for the shell I get that added to my PATH, it seems NetBeans is not getting it.
How do I specify the PATH in NetBeans?
© Stack Overflow or respective owner