|
|
|||||||
| Home | Register | Downloads | FAQ | Members List | Calendar | Arcade | Mark Forums Read |
» Less advertising throughout
» Post and participate in discussions
» Network with other forum members
» Free private messaging
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Registered User
Join Date: Dec 2011
Location: India/Karnataka
Posts: 5
|
Calling a java function in C++
Hi i want to call a java function in C++. FeedbackDao.java : package com.consona.ckm.feedback; public interface FeedbackDao { ............. public int getTotalFeedbacks(String documentId) throws DataBackendException; ............ } the implementation of this function is there in FeedbackDaoImpl.java. Could you please explain me the clear step by step procedure to call this java function in a .cpp file Advance Thanks, Regards, Nagesh |
|
|
|
| Advertisement | [Remove Advertisement] | ||
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|