hi, So , if I setup java environment on Linux PC with openjdk class path. and using maven to compile my java app to generate my_app.jar
and in my embedded platform also use openjdk classpath, is it possible to run "my_app.jar" on my embedded platform with JamVM? 2016-10-07 14:41 GMT+08:00 Stephen Connolly <[email protected]>: > The latest version of maven is compiled top target java 1.7+ > > If you are using the openjdk class path, it would probably work. As the gnu > class path is only 1.5/1.6 compatible that would certainly not work. > > Give it a try... Or investigate tool chains to run maven with openjdk and > fork jamvm for surefire > > On Friday 7 October 2016, Diaz Soho <[email protected]> wrote: > >> hi, >> if my embedded platform support JamVM , is it possible to run Maven? >> >> Best Regards, >> Soho >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] <javascript:;> >> For additional commands, e-mail: [email protected] >> <javascript:;> >> >> > > -- > Sent from my phone --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
