swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

porting Obj-C to Java: objc_get_class


From: joseph . e . villa
Subject: porting Obj-C to Java: objc_get_class
Date: Thu, 3 Aug 2000 11:57:33 -0700

Greetings all. I'm porting some code to java (and loving it). In my Obj-C
code, I used to have the following:

<snip>

Class mClass;
mClass = objc_get_class(attributeValue);
mMonitor = [mClass create: [self getZone]];

</snip>

where attributeValue is declared char[MAXLINE] and mMonitor is declared id.

I can't figure out how to port this to java. Any tips? Thanks in advance!

Joseph Villa


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]