Re: Inline bytecode?
From: nos (nos_at_nospam.com)
Date: 02/24/04
- Next message: Adrian Hjelmslund: "Re: How to view the header that ones client / browser generates?"
- Previous message: Stephen: "Re: New to OOP and polymorphism"
- In reply to: PlasmaDragon: "Re: Inline bytecode?"
- Next in thread: PlasmaDragon: "Re: Inline bytecode?"
- Reply: PlasmaDragon: "Re: Inline bytecode?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 24 Feb 2004 01:08:06 GMT
"PlasmaDragon" <PlasmaDragon@lycos.co.uk> wrote in message
news:15f1ff99.0402231626.495260b3@posting.google.com...
> "nos" <nos@nospam.com> wrote in message
news:<I%b_b.39392$Xp.177329@attbi_s54>...
> > "PlasmaDragon" <PlasmaDragon@lycos.co.uk> wrote in message
> > news:15f1ff99.0402221454.7899c6fa@posting.google.com...
> > > Is it possible to do iline bytecode in Java? Sort of like inline asm
> > > in c++, but platform independent.
> >
> > I think not.
>
> Is there anyway at all to link bytecode and java into the same program
then?
Look into JNI (java native interface) you can write methods in c/c++ or
whatever
and invoke them from a java method.
- Next message: Adrian Hjelmslund: "Re: How to view the header that ones client / browser generates?"
- Previous message: Stephen: "Re: New to OOP and polymorphism"
- In reply to: PlasmaDragon: "Re: Inline bytecode?"
- Next in thread: PlasmaDragon: "Re: Inline bytecode?"
- Reply: PlasmaDragon: "Re: Inline bytecode?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|