[3158] in java-interest

home help back first fref pref prev next nref lref last post

Re: Calling Java from C

daemon@ATHENA.MIT.EDU (Steve V. Yalovitser)
Wed Nov 1 20:05:51 1995

From: "Steve V. Yalovitser" <root@cyberpunk.com>
In-Reply-To: <1665297140B@blackstar.blackstar.com>
To: java-interest@java.sun.com, Elliotte@blackstar.com
Cc: bc@futuretense.com
Date: Wed,  1 Nov 1995 17:03:28 +0800 (EST)

You can call java from C. It is very convoluted tho... here would is an
example..

	1) first call the java VM with 
	one method to dl-load and call
	ala native method your c-code.
	
	2) then you can call the 
	do_java_execute.. functions
	that are built into the VM.

This would be a million times easier if we had .o's for the  VM but... 
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post