java - Use the main method of a .jar file inside a Matlab script -


i trying execute method "main" java class integrated jar file. tried follows:

javaclasspath 'file.jar'; javamethod('main', 'javaclass') 

however, following error:

error using javamethod no class democlient can located on java class path 

does know how can integrate jar matlab routine carrying out advanced matlab operation.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -