On Thu, 25 Jun 1998, Dennis Dixon wrote:

> I'm a relatively new Debian Linux user (version 1.3) and have recently
> succesfully installed jdk1.1.5. I downloaded FreeBuilder.jar and ran the
> command:
>   
>      java FreeBuilder
> 
> which gave me the error message:
>    
>      Can't find class FreeBuilder.

Could it be a CLASSPATH problem?  :)

Try this:

jre -cp FreeBuilder.jar FreeBuilder

-or-

java -classpath ${CLASSPATH}:FreeBuilder.jar FreeBuilder


The last "FreeBuilder" is the name of the "startup" class.  This might
be wrong, check the FreeBuilder docs.  The rest of it should be
correct.


> I also have a second question that you might have an answer to.  When I run
> 'java anything' I get the following message:
> 
>      Warning: cannot allocate colormap entry for default background.
> 
> Possibly you know how to fix this configuration problem.

This is a "problem" with X.  You don't have enough colors in your
server.  Try:

1. closing the color "hog" application (like Netscape)

2. Running your X in a higher color rating (if you hardware allows),
   like 24 bpp.  Check your XFConfig file.

3. Ignore the problem and have "washed out" colors.


Sean

                 === Friends don't let friends use DOS... ===
  Sean Starkey  [EMAIL PROTECTED]  WWW: http://rmi.net/~starkey  ICQ: 4863014
            Check out Universe! - http://rmi.net/~starkey/Universe

Reply via email to