java - Jar file failed to run when exported from MyEclipse -


i have written program used java media framework (jmf) library capture video camera , display video, when run program in eclipse work will, when export program runnable jar file, program cannot detect device. have done experiment share below.

i installed jfm in c drive , add libraries c drive eclipse (c:\program files\jmf2.1.1e\lib) in case program run eclipse working will, when copied libraries (c:\program files\jmf2.1.1e\lib) inside project in eclipse, same problem happen cannot detect device. don’t know how solve problem, if knows can suggest me. in advance!

i have tried below 3 options export, same problem happened:

enter image description here

but when select first option eclipse warn below: enter image description here


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -