Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / December 2007

Tip: Looking for answers? Try searching our database.

Using Java classes from Native Applications

Thread view: 
shubeer - 03 Dec 2007 12:50 GMT
Hi,

Is it possible to access and utilize Java classes from a native
Windows application, specifically one written in Delphi.  There is
some functionality that exists in Java classes and to avoid having to
re-write this logic in Delphi again, is there a way to "re-use" these
classes.

Any help would be welcome.

Thanks,
Shubeer
Gordon Beaton - 03 Dec 2007 12:52 GMT
> Is it possible to access and utilize Java classes from a native
> Windows application, specifically one written in Delphi. There is
> some functionality that exists in Java classes and to avoid having
> to re-write this logic in Delphi again, is there a way to "re-use"
> these classes.

Delphi seems to have a C-binding, which means that you should be able
to use JNI to make calls between Delphi and Java.

Google "Delphi JNI" to get lots more info.

/gordon

--
Arne Vajhøj - 04 Dec 2007 03:10 GMT
> Is it possible to access and utilize Java classes from a native
> Windows application, specifically one written in Delphi.  There is
> some functionality that exists in Java classes and to avoid having to
> re-write this logic in Delphi again, is there a way to "re-use" these
> classes.

The hard way is:
  Delphi--(normal call)--C--(JNI call)--Java

The easy way is two processes and network:
  Delphi--(socket)--Java

If you could expose your Java functionality as a web service, then
it would be very easy to use it from Delphi.

Arne


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.