Hi,

To install the Graphic Layers Framework you need to:

a. Save the glfAll.jar file into the directory you chose.
   for example: Save glf into c:\GLF

b. Unjar the glfAll.jar file.
   Command line: jar xvf glfAll.jar

   or you can rename glfall.jar to glfall.zip and unzip it
   (for example with WinZip)

   This will expand the GLF into you directory. After the file
   has been unjared, you will find the following files:
   + readme.txt (this file)
   + glfSrc.jar contains the source code for GLF
   + glfDoc: contains the javadoc for the GLF
   + res : contains resource various files (fonts, images) for the GLF
   + runsnippet, runsnippet.bat, demorunner, and demorunner.bat : scripts
     for running demos

c. Copy font files from the <installDir>/res/fonts directory to the
   <JDK_DIR>/jre/lib/fonts directory, where <JDK_DIR> is the directory
   where the JDK is installed and <installDir> is the directory where
   GLF is installed.
   Remember that those fonts are for use with the GLF demos only and should
   not be used outside this context (as explained in the readAndAgree.txt
   in the <installDir>/res/fonts directory.

d. glf.jar must be in your classpath
   example for Windows classpath:
   if your old classpath was     c:\jdk1.3.1\jre\lib\rt.jar
   and you installed glf in      c:\glf directory
   your new classpath should be  c:\jdk1.3.1\jre\lib\rt.jar;c\glf\glf.jar

Regards

Andrei



On Wed, 17 Jul 2002 12:05:05 +0100, John J Smith <[EMAIL PROTECTED]> wrote:

>I'm trying to use the GLF and seem to have all the appropriate classes
>saved after running glfbuild but I'm getting "Can't resolve symbol"
>errors when writing classes which try to access the glf. I've tried
>setting the classpath variable and classpath environment variable but
>to no avail (although I'm not sure if my syntax is correct). Any ideas
>anyone?
>
> ==========================================================================
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff JAVA2D-INTEREST".  For general help, send email to
>[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to