Re: [Jprogramming] macosx j602

2012-10-25 Thread Toshinari Kamakura
Hi Thanks a lot. It is a very good comment. Updating the base library and restart J resulted in success. Toshinari Kamakura 2012/10/26 bill lam > Not sure why IFWIN has not been defined in your case. It should be > 0 for non-windows platforms. > > please try update base library and restart

Re: [Jprogramming] macosx j602

2012-10-25 Thread bill lam
Not sure why IFWIN has not been defined in your case. It should be 0 for non-windows platforms. please try update base library and restart J. Птн, 26 Окт 2012, Toshinari Kamakura писал(а): > Hi > > I finally succeeded in starting J602 in MacOSX 10.8 by attaching several > lines in jwd32 shell

Re: [Jprogramming] macosx j602

2012-10-25 Thread Toshinari Kamakura
Hi I finally succeeded in starting J602 in MacOSX 10.8 by attaching several lines in jwd32 shell script except plot function. #!/bin/sh # problems - see J bin/install.htm export JAVA_HOME='/Library/Java/Home' export JAVA_OPTS='-Dfile.encoding=UTF-8' cd "`dirname "$0"`/.." java -d32 -Xss800 -

Re: [Jprogramming] macosx j602

2012-10-24 Thread Peter B. Kessler
It looks like Oracle only distributes a 64-bit Java virtual machine for MacOS X.[1] I know nothing about the technical or marketing reasons behind that decision. ... peter [1] http://www.oracle.com/technetwork/java/javase/downloads/jre7u9-downloads-1859586.html Toshi

Re: [Jprogramming] macosx j602

2012-10-24 Thread Toshinari Kamakura
Hi Once the newest 1.7 version is installed, it is difficult to start 32bit mode. In my case the following messages are output: Air13:~ kamakura$ java -d32 -version Error: This Java instance does not support a 32-bit JVM. Please install the desired version. Toshinari Kamakura 2012/10/25 Peter

Re: [Jprogramming] macosx j602

2012-10-24 Thread Peter B. Kessler
(Oh boy, something I know about: Java versions and variants. :-) The "mixed mode" in the output of "java -version" means that the Java HotSpot virtual machine runs Java code first by interpreting it, and then by compiling the Java code that runs a lot (the hot spots). The variants are: (1) th

Re: [Jprogramming] macosx j602

2012-10-24 Thread Toshinari Kamakura
Hi Thanks lot. The console mode by starting jconsole does work properly only for use text type calculation. But in my case I have already installed the Oracle the newest Java, that does not support 32bit type. Air13:~ kamakura$ java -version java version "1.7.0_09" Java(TM) SE Runtime Environmen

Re: [Jprogramming] macosx j602

2012-10-23 Thread Joey K Tuttle
I meant to reply to this too - I do run Mountain Lion, but normally only use j in a Terminal window (executing jconsole) - I tried that first and j602 started fine, but then I ran a verb I have defined - version =: 3 : 'JVERSION, (10{a.), (2!:0 ''sw_vers''), 2!:0 ''echo `java -version 2>&1`'

Re: [Jprogramming] macosx j602

2012-10-23 Thread Ian Clark
Haven't installed Mountain Lion yet. But there's a list of ideas to try here: http://www.jsoftware.com/jwiki/System/Installation/J602/Mac/MacSnowLeopardInstallBug On Tue, Oct 23, 2012 at 12:13 AM, kamakura wrote: > Hi > > I sometimes use J602 version on MacOS Mountain Lion with Java Preferences

[Jprogramming] macosx j602

2012-10-22 Thread kamakura
Hi I sometimes use J602 version on MacOS Mountain Lion with Java Preferences setting 32bit CPU type precedence. However, recently Apple software update cut off Java Preferences application. So we cannot use 32bit CPU Java. I fail in starting J602 application with the following message: Load