sm-grimoire AT lists.ibiblio.org
Subject: Discussion of Spells and Grimoire items
List archive
- From: Jose Bernardo Silva <josebernardo1 AT yahoo.com>
- To: Geoffrey Derber <Geoffrey.Derber AT Trinity.edu>, Craig Dyke <grail AT enterprize.net.au>
- Cc: josebernardo1 AT yahoo.com
- Cc: Grimoire <sm-grimoire AT lists.ibiblio.org>
- Subject: Re: [SM-Grimoire] Open Office
- Date: Wed, 23 Apr 2003 00:21:46 +0100 (BST)
--- Geoffrey Derber <Geoffrey.Derber AT Trinity.edu>
wrote: > -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Craig Dyke wrote:
> > Geoff
[...]
> > This error with my JAVA back in:
> >
> > checking for javac... javac
> > checking if javac works... yes
> > checking for jar... jar
> > checking for javac... /usr/local/bin/java/javac
> > configure: error: cannot find java include files
> >
[...]
> Bernardo, if you have any ideas when you get back,
> be sure and say
> something. I'm stumped and guessing.
Geoff,
I got my father-in-law to let me use his pc... :) The
problem seems to me that Craig is tring to use a jre
(located in /usr/local/bin/java, of all places!)
instead of a j2sdk... If he has cast successfully
j2sdk, his JAVA_HOME should be /opt/java/j2sdk (or
very close, typing from memory), if he had cast
j2sdk-bin successfully, it should be
/usr/lib/j2sdk-1.4.1 (I think, or close enough).
Craig, does that make any sense to you?
=====
Jose Bernardo Silva | Source Mage GNU/Linux Guru
josebernardo1 AT yahoo.com | http://www.sourcemage.org
http://counter.li.org #245602
http://cosmos.oninetspeed.pt/jose.bernardo/
__________________________________________________
Yahoo! Plus
For a better Internet experience
http://www.yahoo.co.uk/btoffer
>From Geoffrey.Derber AT Trinity.Edu Tue Apr 22 20:40:52 2003
Return-Path: <Geoffrey.Derber AT Trinity.Edu>
Delivered-To: sm-grimoire AT lists.ibiblio.org
Received: from its-andrews.trinity.local (tucc15.tucc.trinity.edu
[131.194.151.15])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id 187B22003E
for <sm-grimoire AT lists.ibiblio.org>;
Tue, 22 Apr 2003 20:40:52 -0400 (EDT)
Received: from Trinity.edu ([131.194.201.66]) by its-andrews.trinity.local
with Microsoft SMTPSVC(5.0.2195.5329);
Tue, 22 Apr 2003 19:40:51 -0500
Message-ID: <3EA5E10C.8060509 AT Trinity.edu>
Date: Tue, 22 Apr 2003 19:40:44 -0500
From: Geoffrey Derber <Geoffrey.Derber AT Trinity.edu>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030407
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Jose Bernardo Silva <josebernardo1 AT yahoo.com>
Subject: Re: [SM-Grimoire] Open Office
References: <20030422232146.89524.qmail AT web40306.mail.yahoo.com>
In-Reply-To: <20030422232146.89524.qmail AT web40306.mail.yahoo.com>
X-Enigmail-Version: 0.74.1.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 23 Apr 2003 00:40:51.0656 (UTC)
FILETIME=[FDBC4480:01C30930]
cc: Grimoire <sm-grimoire AT lists.ibiblio.org>
cc: Craig Dyke <grail AT enterprize.net.au>
X-BeenThere: sm-grimoire AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Discussion of Spells and Grimoire items
<sm-grimoire.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-grimoire>,
<mailto:sm-grimoire-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/sm-grimoire>
List-Post: <mailto:sm-grimoire AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-grimoire>,
<mailto:sm-grimoire-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Apr 2003 00:40:52 -0000
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jose Bernardo Silva wrote:
> --- Geoffrey Derber <Geoffrey.Derber AT Trinity.edu>
> wrote: > -----BEGIN PGP SIGNED MESSAGE-----
>
>>Hash: SHA1
>>
>>Craig Dyke wrote:
>>
>>>Geoff
>
> [...]
>
>>>This error with my JAVA back in:
>>>
>>>checking for javac... javac
>>>checking if javac works... yes
>>>checking for jar... jar
>>>checking for javac... /usr/local/bin/java/javac
>>>configure: error: cannot find java include files
>>>
>
> [...]
>
>
>>Bernardo, if you have any ideas when you get back,
>>be sure and say
>>something. I'm stumped and guessing.
>
>
> Geoff,
>
> I got my father-in-law to let me use his pc... :) The
> problem seems to me that Craig is tring to use a jre
> (located in /usr/local/bin/java, of all places!)
> instead of a j2sdk... If he has cast successfully
> j2sdk, his JAVA_HOME should be /opt/java/j2sdk (or
> very close, typing from memory), if he had cast
> j2sdk-bin successfully, it should be
> /usr/lib/j2sdk-1.4.1 (I think, or close enough).
>
> Craig, does that make any sense to you?
>
>
Bernardo,
I'm not sure that is the problem. There was some earlier discussion in
this thread.
> Geoff
>
> Here is info asked for:
>
> root@Coven:~# echo $JAVA_HOME
> /opt/java/j2sdk
>
> I also have:
>
> root@Coven:~# echo $JAVA
> /usr/local/bin/java
>
> This is so I can use java to compile programs
> All users have the last one in .bashrc
>
> Craig
>
Which indicates to me, he acutally has two java installs, and that
JAVA_HOME seems to be set to /opt/java/j2sdk, but the spell itself is
seeing both java installations, or at least only the /usr/local/bin/java
one. I asked him to try and unset $JAVA, and the last email was the
results of that.
Geoff
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE+peELHBxk9YxVu58RAh5JAJ0WIDtqiIHBYfYggcJ/Scov5iiiFgCfSdZ8
QzF+E7O2So+VtyY4p6V/PvY=
=3NY5
-----END PGP SIGNATURE-----
-
[SM-Grimoire] Open Office,
Craig Dyke, 04/13/2003
-
Message not available
-
Re: [SM-Grimoire] Open Office,
Craig Dyke, 04/15/2003
-
Re: [SM-Grimoire] Open Office,
Geoffrey Derber, 04/15/2003
-
Message not available
-
Re: [SM-Grimoire] Open Office,
Geoffrey Derber, 04/16/2003
-
Re: [SM-Grimoire] Open Office,
Craig Dyke, 04/16/2003
- Re: [SM-Grimoire] Open Office, Dufflebunk, 04/16/2003
-
Re: [SM-Grimoire] Open Office,
Craig Dyke, 04/16/2003
-
Re: [SM-Grimoire] Open Office,
Geoffrey Derber, 04/16/2003
-
Message not available
-
Re: [SM-Grimoire] Open Office,
Geoffrey Derber, 04/15/2003
-
Re: [SM-Grimoire] Open Office,
Craig Dyke, 04/15/2003
-
Message not available
-
Message not available
-
Message not available
-
Message not available
-
Re: [SM-Grimoire] Open Office,
Geoffrey Derber, 04/21/2003
- Re: [SM-Grimoire] Open Office, Jose Bernardo Silva, 04/22/2003
-
Re: [SM-Grimoire] Open Office,
Geoffrey Derber, 04/21/2003
-
Message not available
-
Message not available
-
Message not available
-
Message not available
-
Message not available
-
Message not available
-
Re: [SM-Grimoire] Open Office,
Craig Dyke, 04/24/2003
- Re: [SM-Grimoire] Open Office, Geoffrey Derber, 04/24/2003
-
Re: [SM-Grimoire] Open Office,
Craig Dyke, 04/24/2003
-
Message not available
-
Message not available
-
Message not available
- <Possible follow-up(s)>
-
Re: [SM-Grimoire] Open Office,
Jose Bernardo Silva, 04/23/2003
- Re: [SM-Grimoire] Open Office, Joel Sinor, 04/30/2003
Archive powered by MHonArc 2.6.24.