Guha, Dipnarayan | 11 Dec 2006 07:48
Picon

MES 2007 Call For Free Registration

Call For Free Registration!!

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

Microelectronics and Embedded Systems Workshop 2007

January 23-24, 2007 – The Biopolis, Singapore

*http://www.mes2007.ntu.edu.sg/* <http://www.mes2007.ntu.edu.sg/>

Organized by:

The Institute of Engineering and Technology (IET) Professional Network on
Microelectronics and Embedded Systems, UK

Nanyang Technological University, Singapore

British High Commission, Singapore

Agency for Science, Technology and Research (A*STAR), Singapore

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

The first joint Asian and UK microelectronics and embedded systems community
meeting in Singapore!!

Golden Opportunity to collaborate, network and form joint ventures, interact
with global industry leaders and eminent researchers, get feedback on your
research…

(Continue reading)

Nonameo | 11 Dec 2006 21:31
Picon

Create JavaClass from java.lang.Class


Hi guys.

I have an instance of java.lang.Class and i want to convert it into a
JavaClass class. Is this possible? If so, how can i go about doing this?

Thanks guys

Regards

-Nonameo-
--

-- 
View this message in context: http://www.nabble.com/Create-JavaClass-from-java.lang.Class-tf2796440.html#a7802413
Sent from the BCEL - User mailing list archive at Nabble.com.
C E Ezeugoh | 12 Dec 2006 01:39
Picon
Gravatar

Re: Create JavaClass from java.lang.Class

Repository.lookupClass(java.lang.Class) or Repository.lookupClass(String)
are two method signatures that can solve your problem.

HTH

EE.

On 12/11/06, Nonameo <mighele <at> gmail.com> wrote:
>
>
> Hi guys.
>
> I have an instance of java.lang.Class and i want to convert it into a
> JavaClass class. Is this possible? If so, how can i go about doing this?
>
> Thanks guys
>
> Regards
>
> -Nonameo-
> --
> View this message in context:
> http://www.nabble.com/Create-JavaClass-from-java.lang.Class-tf2796440.html#a7802413
> Sent from the BCEL - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: bcel-user-unsubscribe <at> jakarta.apache.org
> For additional commands, e-mail: bcel-user-help <at> jakarta.apache.org
>
(Continue reading)


Gmane