The Artima Developer Community
Sponsored Link

Java Answers Forum
ned hlp set envionmnet

1 reply on 1 page. Most recent reply: Aug 15, 2002 1:23 PM by Chet Underwood, Esq.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Sid Northfield

Posts: 20
Nickname: northfield
Registered: Aug, 2002

ned hlp set envionmnet Posted: Aug 15, 2002 12:09 PM
Reply to this message Reply
Advertisement
I am not sure where this message should be posted.
I am doing a project on grid computing implemented in Java.

Basically in laymans term grid computing is making powerful applicatins by using unused CPU's by networking computers. (Not important)

To do this I need to run a tool called Globus that provide much of the grid services.

I have downloaded this tool but getting some problems. It tells me that I need to:

(1) download the Grid toolkit
(2) set GLOBUS_LOCATION in your environment, and run 'build_gpt'.

How do I do this latter bit, that is set the environment???? (My environment is Linux.)

--------------------------------------------------

Here is the installation page. http://www.globus.org/gt2/install/index.html

Note only the begining of the page is relevant to me, that is upto header "Building from a Source Distribution".


Chet Underwood, Esq.

Posts: 14
Nickname: chet
Registered: Mar, 2002

Re: ned hlp set envionmnet Posted: Aug 15, 2002 1:23 PM
Reply to this message Reply
Is your keyboard missing some keys?
Is your screen fuzzy also? (It would seem that "Java Answers Forum" shows up as "Linux Support Forum" or something like that.)
If you don't even know how to set environment variables what are you doing using Linux?
Anyway, in your .profile, you'll want to have a line like this:
GLOBUS_LOCATION=/location/where/you/installed/globus

Then, probably, go to that same location and execute ./build_gpt (you may have to use chmod to make it executable). If all this is gibberish to you, then you need to find a Linux tutorial on the net.

Flat View: This topic has 1 reply on 1 page
Topic: Applet writing to Server: please check my code Previous Topic   Next Topic Topic: Help!About TableCellEditor

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use