osx - How do I get Netbeans 7.3.1 to see my environment variables on Mac OS X (10.8.3)? -


i'd run netbeans launcher , see environment variables.

background: i'm using netbeans rails project , have configured devel database configurations using environment variables. unfortunately netbeans appears unable read variables when list them in /etc/profile (for users).

i can explicitly run netbeans terminal: /applications/netbeans/netbeans\ 7.3.1.app/contents/macos/netbeans , gets things work i'd rather run launcher if can solve problem.

you define them in

/etc/launchd.conf 

and restart system. see this example


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -