Use Java In MQL4

 

hi

I am a Java programmer - how to write functions of MQL4 in java and compile this java file that contain My MQL4 functions and use it compiled java in one mql4 file and call all of Functions that is in Compiled java .

If anyone has information please help me in this case and in this regard if you have any PDF file or website please introduced me .

thanks

 

Implement "C" interface functions compiled in a DLL file, which can be called by mt4. Use the java Native Interface (JNI) to call java methods from these functions. See this document: http://journals.ecs.soton.ac.uk/java/tutorial/native1.1/implementing/method.html

 
abstract_mind:


Implement "C" interface functions compiled in a DLL file, which can be called by mt4. Use the java Native Interface (JNI) to call java methods from these functions. See this document: http://journals.ecs.soton.ac.uk/java/tutorial/native1.1/implementing/method.html



*removes coat and stops trying to learn coding*