RE: modifying buildpath for java on mac OS X

  • From: "Ken Perry" <whistler@xxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Tue, 7 Jun 2011 11:31:50 -0400

I don't have screen installed currently but could do skype or add screen
later on this evening.

Ken

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Florian-achtige
Sent: Tuesday, June 07, 2011 11:25 AM
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: modifying buildpath for java on mac OS X

Hi,

I just checked .profile and .bash_profile but theres no mention about
any java-related env variables there, is that normal?
I will try that echoing trick Ken. Do you perhaps have some time to
SSH with me and screen?
BTW, the help docs refer to buildpath. is this the same as CLASSPATH?

Florian

2011/6/7, Ken Perry <whistler@xxxxxxxxxxxxx>:
> Try doing it with out $CLASSPATH in it then something like this
>
> Export CLASSPATH=/yourdir/blah.jar
> Then echo it to make sure it tis there.  Note it will go away if you don't
> put that in your .bash_profile and you log out and back into the terminal.
>
> Ken
>
> -----Original Message-----
> From: programmingblind-bounce@xxxxxxxxxxxxx
> [mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of
Florian-achtige
> Sent: Tuesday, June 07, 2011 4:58 AM
> To: programmingblind@xxxxxxxxxxxxx
> Subject: Re: modifying buildpath for java on mac OS X
>
> Uh oh ...
>
> Echo $CLASSPATH returns nothing at the moment ...me is screwed me thinks.
>
> Could someone write me up a full CLASSPATH definition , including the
> default and the dirs named in the document in the previous emails? I'd
> do it but I don't want to break anything else and I've heard these
> things are a royal ..... to fix.
>
> Thanks in advance,
> Florian
>
> 2011/6/7, David Tseng <davidct1209@xxxxxxxxx>:
>> Haven't had to set this on the command line for a while so could be
>> wrong :).  Eclipse user here.
>>
>> On 6/6/11, Ken Perry <whistler@xxxxxxxxxxxxx> wrote:
>>> According to the documents I read your wrong.  It says to put the path
to
>>> the actual jar or zip file but maybe it does as you say.
>>>
>>> Ken
>>>
>>> -----Original Message-----
>>> From: programmingblind-bounce@xxxxxxxxxxxxx
>>> [mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of David Tseng
>>> Sent: Monday, June 06, 2011 3:12 PM
>>> To: programmingblind@xxxxxxxxxxxxx
>>> Subject: Re: modifying buildpath for java on mac OS X
>>>
>>> A few other things to try (besides what Ken mentioned):
>>> .  wasn't clear from your message, but did you make sure the jar file's
> at
>>> /users/florianbeijers/downloads/coffee/lib/js.jar
>>> .  classpath usually points to the directory and not the file (java
>>> will search for the classes in all jars in the path provided).
>>>
>>> On 6/6/11, Ken Perry <whistler@xxxxxxxxxxxxx> wrote:
>>>> WHAT DO YOU GET WHEN YOU DO ECHO $classpath
>>>>
>>>> kEN
>>>>
>>>> -----Original Message-----
>>>> From: programmingblind-bounce@xxxxxxxxxxxxx
>>>> [mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of
>>> Florian-achtige
>>>> Sent: Monday, June 06, 2011 12:56 PM
>>>> To: programmingblind@xxxxxxxxxxxxx
>>>> Subject: Re: modifying buildpath for java on mac OS X
>>>>
>>>> Hi Ken and others,
>>>>
>>>> Please debug this little mystery if you have the time.
>>>> The export syntax I am using says:
>>>>
>>>> export
>>>> CLASSPATH=$CLASSPATH:/users/florianbeijers/downloads/coffee/lib/js.jar
>>>>
>>>> WHich to my knowledge is the correct location, confirmed by this wiki
>>> entry:
>>>>
>>>> http://coffeemud.wikispaces.com/help
>>>>
>>>> but still it tells me that no such file exists. What am i fudging up?
>>>>
>>>> Florian
>>>>
>>>> 2011/6/6, Ken Perry <whistler@xxxxxxxxxxxxx>:
>>>>> I have not tried it on the mac yet but it is just free bsd so it would
>>>>> be
>>>>> something like this.
>>>>>
>>>>> Export
>>>> CLASSPATH="$CLASSPATH:/MYDIR/MYJAR.JAR:/MYSECONDDIR/MYSECONDJAR.JAR"
>>>>>
>>>>> -----Original Message-----
>>>>> From: programmingblind-bounce@xxxxxxxxxxxxx
>>>>> [mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of
>>>> Florian-achtige
>>>>> Sent: Monday, June 06, 2011 10:45 AM
>>>>> To: programmingblind
>>>>> Subject: modifying buildpath for java on mac OS X
>>>>>
>>>>> Hi all,
>>>>>
>>>>> I am ssh-ing into a mac to compile a java project but I am having some
>>>>> trouble. Some more research indicates I need to add two jar files
>>>>> contained in the project to my buildpath. How is this done from the
>>>>> command line?
>>>>>
>>>>> Thanks,
>>>>> Florian
>>>>> __________
>>>>> View the list's information and change your settings at
>>>>> //www.freelists.org/list/programmingblind
>>>>>
>>>>> __________
>>>>> View the list's information and change your settings at
>>>>> //www.freelists.org/list/programmingblind
>>>>>
>>>>>
>>>> __________
>>>> View the list's information and change your settings at
>>>> //www.freelists.org/list/programmingblind
>>>>
>>>> __________
>>>> View the list's information and change your settings at
>>>> //www.freelists.org/list/programmingblind
>>>>
>>>>
>>> __________
>>> View the list's information and change your settings at
>>> //www.freelists.org/list/programmingblind
>>>
>>> __________
>>> View the list's information and change your settings at
>>> //www.freelists.org/list/programmingblind
>>>
>>>
>> __________
>> View the list's information and change your settings at
>> //www.freelists.org/list/programmingblind
>>
>>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
>
__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: