Good day to you, Jane, Maybe you only had the jmf installed in your machine and not declared as a dependency ( you can check your dependencies by doing mvn project-info-reports:dependencies and opening target\site\dependencies.html...either that or the easier to remember mvn site then open target\site\index.html and navigate to the dependencies page :) ).
If so, you may want to declare that as a dependency. Cheers, Franz Jane-24 wrote: > > Hi, markku, > Thanks for your reply. > > Maybe the reason is like 1 just you said. > The project I aims to package has a dependeny for jmf.jar. But it > hasn't > included in the jar. How can I include it? > > Jane > > > 2007/2/8, Markku Saarela <[EMAIL PROTECTED]>: >> >> Hi, >> >> There are at least two way to get this exception. >> >> 1. at other machines you dont have JMF api available for executable jar. >> 2. Somehow at other machine you MediaLocator constructor get wrong >> parameter. >> >> - markku >> >> Lan wrote: >> > Hi,Franz, >> > >> > Thanks for your quick reply. >> > >> > The error shows: >> > Exception in thread "main" java.lang.NoClassDefFoundError: >> > javax/media/NoPlayerException >> > >> > Actually, I have difined the MainClass in POM. But in my own machine, >> it >> > runs correctly. >> > >> > Jane >> > >> > 2007/2/7, franz see <[EMAIL PROTECTED]>: >> >> >> >> >> >> Good day to you, Jane, >> >> >> >> What do you mean by it can only be used in your machine? What error >> are >> >> you >> >> getting when used in another machine? >> >> >> >> Cheers, >> >> Franz >> >> >> >> >> >> Lan-6 wrote: >> >> > >> >> > Hi, all >> >> > >> >> > I have generated an executable jar by using maven, (mvn >> package). >> >> The >> >> > jar includes the generated classes and main class. >> >> > But it can only be used in my own machine. Shall I do some more >> >> > settings >> >> > to the project? What can I do? >> >> > >> >> > Thanks advance! >> >> > >> >> > Jane >> >> > >> >> > >> >> >> >> -- >> >> View this message in context: >> >> http://www.nabble.com/executable-jar-tf3186039s177.html#a8845369 >> >> Sent from the Maven - Users mailing list archive at Nabble.com. >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> > >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- View this message in context: http://www.nabble.com/executable-jar-tf3186039s177.html#a8866934 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
