On Thu, 5 Oct 2006, Oleg Kobchenko wrote:
+ Did you copy the libj601.dylib to /usr/lib?
Yes. I have done the installation two times,
with the two different copies (mv's) as follows (the
trailing period is part of the command). .
sudo mv j601/libj601.dylib /usr/lib/
sudo mv j601/libj601.dylib /usr/lib/.
+ And what does it say when it fails?
It says nothing when I issue the command ~/j601/jw .
I merely get another unix prompt. I do see the fleeting "J"
in a new non-console window.
+
+ --- Brian Schott <[EMAIL PROTECTED]> wrote:
+
+ > I just realized I have been using one of the last
+ > beta's and tried to install the stable version on my Mac.
+ > The jconsole version is installing but the java version is
+ > not. So I have reread the install.txt which suggests
+ > that the problem is likely because java cannot be found.
+ > Below are my queries regarding the version and location of
+ > java.
+ >
+ >
+ > [2:55pm brian~]% which java
+ > /usr/bin/java
+ > [6:21pm brian~]% java -version
+ > java version "1.4.2_09"
+ > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-232)
+ > Java HotSpot(TM) Client VM (build 1.4.2-54, mixed mode)
+ > [6:21pm brian~]% more /Users/brian/j601/jw
+ > #!/bin/sh
+ > J=${JPATHj601-~/j601}
+ > java -Xss8000000 -jar -Xdock:name=J -Xdock:icon=$J/j.icns $J/j.jar "$@"
+ >
+ > I altered jw as follows to supply the complete path
+ > to java, but still J does not launch. For a second or so I
+ > see the top bar of a J window, but not a whole window.
+ >
+ > [6:25pm brian~]% more /Users/brian/j601/jw
+ > #!/bin/sh
+ > J=${JPATHj601-~/j601}
+ > /usr/bin/java -Xss8000000 -jar -Xdock:name=J -Xdock:icon=$J/j.icns $J/j.jar
"$@"
+ >
+ > I reviewed a relatively recent version of jw that I
+ > am pretty sure worked (see below). It looks quite different,
+ > so I wonder what I should do.
+ >
+ > [6:26pm brian~]% more /Users/brian/.Trash/j601old/jw
+ > #!/bin/sh
+ > J=$HOME/j601
+ > java -jar -Xdock:name=J -Xdock:icon=$J/j.icns $J/j.jar $*
+ >
(B=) <----------my "sig"
Brian Schott
Atlanta, GA, USA
schott DOT bee are eye eh en AT gee em ae eye el DOT com
http://schott.selfip.net/~brian/
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm