Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[escet-dev] Eclipse compiler update
  • From: "Hofkamp, Albert" <A.T.Hofkamp@xxxxxx>
  • Date: Mon, 3 May 2021 13:27:04 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=tue.nl; dmarc=pass action=none header.from=tue.nl; dkim=pass header.d=tue.nl; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=4WoIevMFmJ3S+O8FyppQgXBtfWviabGo69wDzUZLgXs=; b=leYIcGuq/Kpswze4MBPakziN3e6yd0LHADm66RF6hMB3IdXpMpgpS7G9BiHvtA3uABTXzorfWzS64XKSZ6uqGnj69YsfSk4krRI+g8TFzd5eZxfOGHHn7OGhXkq2XlbMOoHgIvH3TzAzL5v94mXcG0Lb/yZOYxDj3iBE2zEyHCbgr2E6fEZvrTZRGAGoG2aacZHvckgcabti9JLMVnqEbIZHK7wvpMPvS7CA0Fm3Npjt3XR9oxt/61Dt0BQFh7/ix3f2/DQ8wV2JfE5ZQQkThOBf+0NwOU8FeOXdixX/Sj0ob4jSI46NHVJPgn2BddGjE+YynBtK60zhSLu5Pmhf7w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=D9gCi2JYl1zKpQyWbT/Y6FIHWarCZjiJh9eU4Y+XC31GIKRhH5KuV8nPODjQaEEIZim/5sGNcxZFd6mxaCv+95Nraa9lq7Ski5fknO4wC17yz3usuproBkxHG+lwAUfBq2pHTTx0+kHNuoKTHWVYSt48tEb9t87olpJqnUfNRdwqkXW1OFILR1HwJZ1h0YULPQUkOBtALmvsR5Ptsh528cT5ipu+ze4OsGSH8yI6d09tZmOH2//KwlqcJ5jctGqhwIyHtFr3RY0mCBvS5EpwDRXt7h2GFb9WlikL4pf+07GXozKHTP94Qas7cchGKkUXLdrsjfE6or5ndME9aZUYcw==
  • Delivered-to: escet-dev@xxxxxxxxxxx
  • List-archive: <https://dev.eclipse.org/mailman/private/escet-dev/>
  • List-help: <mailto:escet-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://dev.eclipse.org/mailman/listinfo/escet-dev>, <mailto:escet-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://dev.eclipse.org/mailman/options/escet-dev>, <mailto:escet-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXQB3HPahKYkCMxUemuFYXxFINmQ==
  • Thread-topic: Eclipse compiler update

I updated the repository and it uses a new compiler now, so I tried to update it, and it fails.

  1. My computer has open JDK11. Added it to the installed JREs. It fixed most errors, except

and if you try to start a sub-eclipse:


(list is much longer, just opened 2)

  1. The documentation says (dev-env-setup.asciidoc)
To create a development environment for a non-first time:

* In the first wizard window:
** Select _Eclipse Platform_ from the big list at the top.
** Select _2021-03_ for _Product Version_.
** For _Java 11+ VM_ select
_JRE 11.0.2 - \http://download.eclipse.org/justj/jres/11/updates/release/11.0.2_.
** Choose whether you want a P2 bundle pool (recommended).
** Click btn:[Next].
* In the second wizard window:
** Use the green '+' icon at the top right to add the Oomph setup.

Installed through the eclipse software window into p2, but cannot find how to add it to the installed JREs. It insists on pointing at the file system for some reason, and pointing at the p2 file is refused as "not a compiler".


Downloading the JustJ version manually, and using that, doesn't fix the problem either.


List of installed JREs, clearly marked the justj as default.



JustJ site at eclipse describes in great detail how you can build a p2 file, and how wonderful automatic it is. Not a single word what to do with the file, or how to tell Eclipse the file exists and should be used.


So I am stuck. Do I need to install the entire thing again from scratch?
Why does nothing ever just works in Eclipse 🙁

Albert


Back to the top