Re: Looking for help building 'rhdb-explain' Visual Explain

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: Jeff Boes <jboes(at)nexcerpt(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Looking for help building 'rhdb-explain' Visual Explain
Date: 2004-04-21 11:41:05
Message-ID: 40865DD1.10907@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jeff Boes wrote:
> I'm hoping there's someone here with experience in building the Visual
> Explain tool from Red Hat. I downloaded it and the J2 SDK, but when I
> attempt to follow the build instructions, I get messages like:
>
> error: Type `JTableHeader' not found in the declaration of the local
> variable `header'.
> [javac] JTableHeader header = null;
>
> To me, this indicates that the SDK isn't installed (properly). But I
> admit I'm pretty much a Java know-nothin'.
>

Jeff, have tou set the environment variable JAVA_HOME to where your SDK
is installed?

Please try:

echo $JAVA_HOME

and

which javac

Regards,
Fernando

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Priem, Alexander 2004-04-21 12:37:38 Unicode problem ???
Previous Message Andrew Sullivan 2004-04-21 11:31:43 Re: Looking for help building 'rhdb-explain' Visual Explain tool