how can i generate an exe file that contains java robot
2 次查看(过去 30 天)
显示 更早的评论
i had used java robot but when i made exe file it didn't work. I guess I must add java file to deploytool but I couldn't find java.awt.Robot file
sincerely
1 个评论
Adam
2014-12-18
编辑:Adam
2014-12-18
C:\Program Files (x86)\Java\jre1.8.0_25\bin
is where I have java dlls including awt.dll (obviously the exact folder name will depend on what version you have installed)
though I have never actually used the standard java functionality in a compiled executable so I'm not sure if you can just add the dll to your compiler project or whether you need something else.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call Java from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!