I created a small jar file called HelloWorld using Matlab Java Builder tool. But although creating the jar file so good, I could not run it. What is the exact command to use? On internet, it said to use this:
but this does not work!Code:% java -classpath D:\Matlab\toolbox\javabuilder\jar\javabuilder.jar;hello.jar examples.hello
It gave me the error as:
If I remove the %, the error is:'%' is not recognized as internal or external command, operable program or batch file.
Can you help me please?Failed to load Main-Class manifest attribute from D:\Matlab\toolbox\javabuilder\jar\hello.jar
Bookmarks