Re: Hw 1 Part D


Subject: Re: Hw 1 Part D
From: Pengcheng Wu (wupc@ccs.neu.edu)
Date: Tue Oct 01 2002 - 18:27:04 EDT


You have to compile all of them by typing:
   javac *.java

To put rt.jar in your CLASSPATH, you have to:
  1. If you are using UNIX systems in CCS, then
       add line (if you haven't had the CLASSPATH environment variable)
         CLASSPATH=.:/proj/demsys/demjava/rt.jar
       into your .software file located in your home directory, or
       modify line beginning with (if you have already had the CLASSPATH
environment variable)
         CLASSPATH=
       so that
         .:/proj/demsys/demjava/rt.jar

       is added to the CLASSPATH definition.

       Make sure you run "resoft" after the change.

   2. If you are using Windows system, you have to configure the
      CLASSPATH environment variable so that it includes
        .;/proj/demsys/demjava/rt.jar

--Pengcheng Wu

On Tue, 1 Oct 2002, Anthony Ventresca wrote:

>
> I am having problems on what to compile in this part. Do I compile all the
> java files in the gen/ directory of each or not? Also how do I put the
> rt.jar file in my class path? Thanks
>
> Anthony Ventresca
> Northeastern University
> College of Computer Science
> ventre23@ccs.neu.edu
>



This archive was generated by hypermail 2b28 : Tue Oct 01 2002 - 18:27:05 EDT