Re: New user on Mac OS X

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: New user on Mac OS X

rvjansen
Hi Phil,

exactly what I replied off-list (at work) this morning. I have all the  
jars on my classpath. I complained to Apple about the arbitrary  
renaming but to no avail.
Only thing is, you are pointing to the 1.3.1 version of classes.jar.  
The thing I have in .tcshrc is

setenv RJVMVERSION "1.4.1"

setenv CLASSPATH  
".:/Volumes/Workspace:/System/Library/Frameworks/JavaVM.framework/
Versions/$RJVMVERSION/Classes/classes.jar:/System/Library/Frameworks/
JavaVM.framework/Versions/$RJVMVERSION/Classes/ui.jar:/System/Library/
Frameworks/JavaVM.framework/Versions/$RJVMVERSION/Classes/dt.jar:/
System/Library/Frameworks/JavaVM.framework/Versions/$RJVMVERSION/
Classes/jsse.jar:/System/Library/Frameworks/JavaVM.framework/Versions/
$RJVMVERSION/Classes/laf.jar:/System/Library/Frameworks/
JavaVM.framework/Versions/$RJVMVERSION/Classes/jce.jar: -- snip--"

so I can change versions - which I do not do anymore because 1.4.1.  
finally seems usable, modulo some avoidable font bugs.

best regards,

Rene Jansen
Amsterdam

On Wednesday, Oct 15, 2003, at 18:20 Europe/Amsterdam, Philip Warren  
wrote:

> Dear Kaelin
>
> I don't know if this is relevant but ...
>
> I run NetRexx (rather occasionally now) on Mac OS X, but I do it using  
> Satguru  Srivastava's NetRexx Plugin to JEdit - which just provides a  
> way of running NR direct from the editor - and is very handy.
>
> When I first tried this, I got a problem with the plugin/NR not being  
> able to find the tools.jar file.  I spend a while poking about in the  
> Java installation on OS X and eventually figured out that there wasn't  
> one, but that the functionality was in the classes.jar file.  So I set  
> the path option for the tools.jar file in the plugin to:
>
>      
> /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Classes/
> classes.jar
>
> which worked (Satguru has added a note about this in the Help file for  
> the plugin).  This seems to be a specific thing about the Mac Java  
> installation I think.
>
> Apologies if this is completely irrelevant to your problem, but it  
> might just be a pointer and is my only experience of NR on Mac OS X?
>
> Regards
>
> Phil Warren
> University of Sheffield, UK
>
> On Wednesday, October 15, 2003, at 12:31 AM, Kaelin Colclasure wrote:
>
>> Greetings,
>>
>> I am a newcomer to NetRexx, and thus far I have had no luck getting  
>> the install to work on my primary development machine -- a Mac OS X  
>> (10.2.8 w/ Java 1.4.1) box. When I try to compile the "hello"  
>> example, I encounter the following error:
>>
>> [kaelin@mnemosyne bin]$ java COM.ibm.netrexx.process.NetRexxC hello
>> NetRexx portable processor, version 2.02
>> Copyright (c) IBM Corporation, 2001.  All rights reserved.
>> Program hello.nrx
>>    +++ Error: The class 'java.lang.Object' cannot be found
>> Compilation of 'hello.nrx' failed [one error]
>>
>> I have verified that the same install passes the "hello" test on a  
>> Linux machine:
>>
>> [kaelin@alexandra bin]$ java COM.ibm.netrexx.process.NetRexxC hello
>> NetRexx portable processor, version 2.02
>> Copyright (c) IBM Corporation, 2001.  All rights reserved.
>> Program hello.nrx
>> Compilation of 'hello.nrx' successful
>> [kaelin@alexandra bin]$ java hello
>> Hello World!
>>
>> I'd appreciate a pointer from anyone who's gotten NetRexx to work on  
>> Mac OS X, or who's solved a similar (classpath?) issue on another  
>> platform.
>>
>> BTW, the link to mailing list archives from the Web page appears to  
>> be dead. :-/
>>
>> TIA,
>>
>> -- Kaelin
>>
>>
>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> ~~~~~~~
>> To unsubscribe from this mailing list ( ibm-netrexx ), please send a  
>> note to
>> [hidden email]
>> with the following message in the body of the note
>> unsubscribe ibm-netrexx <e-mail address>
>>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~~~~
> To unsubscribe from this mailing list ( ibm-netrexx ), please send a  
> note to
> [hidden email]
> with the following message in the body of the note
> unsubscribe ibm-netrexx <e-mail address>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>