Cannot build JMC

Jie Kang jkang at redhat.com
Mon Jun 3 17:20:44 UTC 2019


Hey Simone,

You can also edit the jmc.ini file to add or remove options that would
be used when running 'jmc'.

Or, this can be patched in source file so the jmc.ini that is
generated on build has the arguments you'd prefer. The source should
be: application/org.openjdk.jmc.rcp.product/jmc.product


On Mon, Jun 3, 2019 at 1:11 PM Simone Bordet <simone.bordet at gmail.com> wrote:
>
> Hi,
>
> On Mon, Jun 3, 2019 at 1:46 PM Henrik Dafgård <hdafgard at gmail.com> wrote:
> >
> > Hi Simone,
> >
> > The build should be runnable with a JDK8, this should be ensured by the "-XX:+IgnoreUnrecognizedVMOptions" flag to ignore the JDK9+ specific options.
>
> But I don't execute "java ..." so that I can add command line options.
>
> I execute "jmc" and that's it (and it picks a bunch of "java" command
> line options from elsewhere).
>
> So if JMC can't be run out of the box with JDK 8 that's ok - just need
> to know it.
> It's weird that it requires JDK 8 to build (and a very specific
> vendor), but then when you try to run it from the same terminal you
> just built it, it does not start.
>
> However, at the end it's just some documentation problem and I got it running.
>
> Thanks!
>
> --
> Simone Bordet
> ---
> Finally, no matter how good the architecture and design are,
> to deliver bug-free software with optimal performance and reliability,
> the implementation technique must be flawless.   Victoria Livschitz


More information about the jmc-dev mailing list