Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mat-dev] Memory Analyzer 1.12 release



In config.ini there should be 
> osgi.requiredJavaVersion=11 
> or less good, in MemoryAnalyzer.ini 
> -Dosgi.requiredJavaVersion=11 

> I though the mat-2021-06.product file would do that, but it seems it does not. 

I thought so too. But somehow it does not.
I also checked my Eclipse installation. There the it is also only in the Eclipse.ini file, not the config.ini file.




Am Sa., 19. Juni 2021 um 11:56 Uhr schrieb Tsvetkov, Krum via mat-dev <mat-dev@xxxxxxxxxxx>:
Ok. Let’s fix this first before publishing the stand alone builds. I can look at it, but probably not today.

On 19. Jun 2021, at 11:02, Andrew Johnson <andrew_johnson@xxxxxxxxxx> wrote:

I've seen a minor, but annoying problem with the packaging. There isn't a good message when the wrong version of Java is available:

An error has occurred. See the log file

...mat\configuration\1624089588243.log

instead of
 
Incompatible JVM
Version 1.8.0_291 is not suitable for this product. Version 11 or greater is required.

In config.ini there should be
osgi.requiredJavaVersion=11
or less good, in MemoryAnalyzer.ini
-Dosgi.requiredJavaVersion=11

I though the mat-2021-06.product file would do that, but it seems it does not.

I think we should fix this as having the wrong Java is going to be a common problem.

Andrew Johnson

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
_______________________________________________
mat-dev mailing list
mat-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/mat-dev
_______________________________________________
mat-dev mailing list
mat-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/mat-dev

Back to the top