Java for SGI ( JDK v 1.2 equivalent) ------------------------------------ http://www.sgi.com/developers/devtools/languages/java2.html (Click on "Register now to participate"). 1) Problem untaring tar -xvf jworb*.tar produces some files in the top level directory -rw-r--r-- 1 tapulika npacsoft 1125 Aug 19 1998 FullInterfaceDescription.java -rw-r--r-- 1 tapulika npacsoft 5373 Aug 19 1998 FullInterfaceDescriptionHelper.java -rw-r--r-- 1 tapulika npacsoft 1124 Aug 19 1998 FullInterfaceDescriptionHolder.java -rw-r--r-- 1 tapulika npacsoft 588 Oct 1 1998 ServerItem.class -rw-r--r-- 1 tapulika npacsoft 721 Oct 1 1998 ServerItem.java -rw-r--r-- 1 tapulika npacsoft 2309 Oct 5 1998 ServerItemArrayHelper.class -rw-r--r-- 1 tapulika npacsoft 2201 Oct 5 1998 ServerItemArrayHelper.java -rw-r--r-- 1 tapulika npacsoft 1099 Oct 5 1998 ServerItemArrayHolder.class -rw-r--r-- 1 tapulika npacsoft 1029 Oct 5 1998 ServerItemArrayHolder.java -rw-r--r-- 1 tapulika npacsoft 2674 Oct 1 1998 ServerItemHelper.class -rw-r--r-- 1 tapulika npacsoft 3047 Oct 1 1998 ServerItemHelper.java -rw-r--r-- 1 tapulika npacsoft 1080 Oct 1 1998 ServerItemHolder.class -rw-r--r-- 1 tapulika npacsoft 991 Oct 1 1998 ServerItemHolder.java -rw-r--r-- 1 tapulika npacsoft 2162 Oct 5 1998 arrayofserversHelper.class -rw-r--r-- 1 tapulika npacsoft 1923 Oct 5 1998 arrayofserversHelper.java -rw-r--r-- 1 tapulika npacsoft 998 Oct 5 1998 arrayofserversHolder.class -rw-r--r-- 1 tapulika npacsoft 965 Oct 5 1998 arrayofserversHolder.java drwxr-xr-x 8 tapulika npacsoft 4096 Jun 28 12:24 jworb -rw-r--r-- 1 tapulika npacsoft 44474368 Jun 28 12:22 jworb.0.4.5.tar [joker:tapulika] tapulika% pwd /tmp/tapulika [joker:tapulika] tapulika% 2) unzip of the zip files works fine. 3) changes in $(JWORB_HOME)\mk\config.mk CLASS_PATH and SERV_PATHS to point to $(JWORB_HOME)\classes\jworb.jar file instead of just $(JWORB_HOME)\classes . 4)Should there be the $(JWORB_HOME)\test directory ? 5)Add http://machine_name:port_number/ to get the JWORB Homepage ... in the README file 6) swing-1.1.tar creates the directory in the parent directory. [joker:tapulika] ftbelvoir% tar -xvf swing-1.1.tar ../technologies/swing-1.1/swingall.jar 7)unzip of owrti.0.0.5.zip produced empty C++Lib\RtiCapLib\lib C++Lib\RtiCapLib\include etc. directories. 8) Add SWING_HOME to owrti/config/mk/config.mk rather than having to edit Makefil in the demos directories. 9) On joker (IRIX joker 6.3 12161207 IP32) had to set setenv LD_LIBRARY_PATH /usr/lib:${LD_LIBRARY_PATH} setenv LD_LIBRARYN32_PATH /usr/lib32 setenv LD_LIBRARY64_PATH /usr/lib64 10) Failed on IRIX 6.3 (joker) - see emails... 11) JDIS - Could we move monitor to jdis ? while untaring ? 12) changes in config\config.mk CPATH to point to JWORB\classes\jworb.jar instead of just JWORB\classes same case with owrti\classes\owrti.jar and jdis\classes\jdis.jar 13) RtiCap Lib for NT demos. Put the binaries alone under a RTiCap Directory. 14) How to run the demos description in the OWRTI Demos README. 15) DIS port number/ Multicast address in nt demos 16) Hello world demo did not work in OWRTI, gave security exceptions.