From kedar@ccs.neu.edu Fri Feb 14 16:53:20 1997 Received: from stockberg.ccs.neu.edu (root@stockberg.ccs.neu.edu [129.10.112.123]) by amber.ccs.neu.edu (8.8.4/8.7.3) with ESMTP id QAA21926 for ; Fri, 14 Feb 1997 16:53:19 -0500 (EST) Received: from stockberg.ccs.neu.edu (kedar@localhost.ccs.neu.edu [127.0.0.1]) by stockberg.ccs.neu.edu (8.8.4/8.6.4) with SMTP id QAA08485 for ; Fri, 14 Feb 1997 16:53:18 -0500 (EST) Sender: kedar@ccs.neu.edu Message-ID: <3304DECD.167EB0E7@ccs.neu.edu> Date: Fri, 14 Feb 1997 16:53:17 -0500 From: Patankar Kedar P Organization: College of Computer Science, NEU X-Mailer: Mozilla 3.0 (X11; I; SunOS 4.1.4 sun4m) MIME-Version: 1.0 To: Karl Lieberherr Subject: Re: Demeter/Java under Windows References: <199702131445.JAA01746@stockberg.ccs.neu.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Which packages should be bundled in the archive file. I have included only the jack and demjava. Should I include standard java class libraries,also ? About the script, I am using j++ compiler(jvc) and Sun's virtual machine(java) on my PC. Which maynot be the general case on user end. Hence I think the script should assume only sun's JDK as any way jview (microsoft's interpreter) crashes often than java. Where should I keep the archive file ? Once everything is finalised I will complete the readme file for this. kedar .. Karl Lieberherr wrote: > > Hi Kedar: > > Thanks for installing Demeter/Java under Windows. > > In > /proj/adaptive/www/sources/DemeterJava/platforms/windows > I have the messages you sent me. Please can you write > a file windows-installation in the format described below. > > Please make the instructions detailed enough so that a novice to > Windows can use them. I would like to test them on my PC at home > and several of my undergraduates want to use this. > > -- Karl > > Something like the following: > > To install Demeter/Java on your PC, > get the following files: > > Demeter/Java: > should we make a zipped tar file? > This should include the demjava script. > > Testing Demeter/Java: > http://www.ccs.neu.edu/research/demeter/sources/DemeterJava/examples/j-check-capacity-stack > > To test your installation, go to the subdirectory called generated > of the testing directory and run test-installation. > This will eliminate all files, except program.cd, program.beh and program.input, > will call demjava and run the program. The program > should produce the output in: > > http://www.ccs.neu.edu/research/demeter/sources/DemeterJava/examples/installation-test-output > > The demjava and test-installation scripts > assume you use Microsoft J++ to compile > your Java program. If you use another compiler, you need to > adapt the scripts. -- KEDAR P. PATANKAR Office : College of Computer Science, Home : 75, St. Alphonsus Street, Northeastern University, Apartment 202, Boston 161 Cullinane Hall, Boston, MA 02120, USA MA 02115, USA Phone: (617)739-7476 Phone : (617) 373-7921 E-mail : kedar@ccs.neu.edu From kedar@ccs.neu.edu Fri Feb 14 18:34:35 1997 Received: from stockberg.ccs.neu.edu (root@stockberg.ccs.neu.edu [129.10.112.123]) by amber.ccs.neu.edu (8.8.4/8.7.3) with ESMTP id SAA25728 for ; Fri, 14 Feb 1997 18:34:35 -0500 (EST) Received: from stockberg.ccs.neu.edu (kedar@localhost.ccs.neu.edu [127.0.0.1]) by stockberg.ccs.neu.edu (8.8.4/8.6.4) with SMTP id SAA08900 for ; Fri, 14 Feb 1997 18:34:34 -0500 (EST) Sender: kedar@ccs.neu.edu Message-ID: <3304F689.2781E494@ccs.neu.edu> Date: Fri, 14 Feb 1997 18:34:33 -0500 From: Patankar Kedar P Organization: College of Computer Science, NEU X-Mailer: Mozilla 3.0 (X11; I; SunOS 4.1.4 sun4m) MIME-Version: 1.0 To: Karl Lieberherr Subject: Re: Demeter/Java under Windows References: <199702131445.JAA01746@stockberg.ccs.neu.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, The first draft for readme for demeter/Java To install Demeter/Java on your PC, get the following file : /proj/asl/kedar/demjava.zip Unzip it some directory on the PC. Let's say "Install DIR" You will find following directory structure : "Install DIR" |_ bin |_ lib |_ test Add "Install DIR"\lib in the CLASSPATH Add "Install DIR"\bin in the Path It is assumed that JDK 1.0.2 is used for java development. If you use any other like Visual J++ the batch file needs respective changes. To check your installation : Go to test directory And type at the command prompt "demjava program". This will generate and compile the code. No error message means installation is complete. kedar .. Karl Lieberherr wrote: > > Hi Kedar: > > Thanks for installing Demeter/Java under Windows. > > In > /proj/adaptive/www/sources/DemeterJava/platforms/windows > I have the messages you sent me. Please can you write > a file windows-installation in the format described below. > > Please make the instructions detailed enough so that a novice to > Windows can use them. I would like to test them on my PC at home > and several of my undergraduates want to use this. > > -- Karl > > Something like the following: > > To install Demeter/Java on your PC, > get the following files: > > Demeter/Java: > should we make a zipped tar file? > This should include the demjava script. > > Testing Demeter/Java: > http://www.ccs.neu.edu/research/demeter/sources/DemeterJava/examples/j-check-capacity-stack > > To test your installation, go to the subdirectory called generated > of the testing directory and run test-installation. > This will eliminate all files, except program.cd, program.beh and program.input, > will call demjava and run the program. The program > should produce the output in: > > http://www.ccs.neu.edu/research/demeter/sources/DemeterJava/examples/installation-test-output > > The demjava and test-installation scripts > assume you use Microsoft J++ to compile > your Java program. If you use another compiler, you need to > adapt the scripts. -- KEDAR P. PATANKAR Office : College of Computer Science, Home : 75, St. Alphonsus Street, Northeastern University, Apartment 202, Boston 161 Cullinane Hall, Boston, MA 02120, USA MA 02115, USA Phone: (617)739-7476 Phone : (617) 373-7921 E-mail : kedar@ccs.neu.edu