At 14:16 -0800 2006/11/28, Oleg Kobchenko wrote:
Hmm, just $PATH, interesting. Will try.
my machine as a .dmg file that mounts and then you drag
the installation package to where you want it to live.
The icon you drag is not an installation package.
It's an application bundle, folder of (and with) the app itself
and Info.plist that rebuilds registry each time you drag it.
e.g. J Launcher in
http://www.jsoftware.com/jwiki/Guides/Auto_Start
An installation package is a different thing,
has extension .pkg (or so) and it runs a real
explicit installation process when double-clicked.
Yes, I was being sloppy in what I said, but even
the .pkg files are usually in a mounted .dmg ...
On the path in Linux - when I looked at what I
actually did, I was sloppy there too...
if [ -d ~/bin ] ; then
PATH=~/bin:"${PATH}"
LD_LIBRARY_PATH=~/j601:"${LD_LIBRARY_PATH}"
export PATH LD_LIBRARY_PATH
fi
Was what I put in my .bash_profile.
- joey
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm