inquiry about integration with GitHub Enterprise [message #1816044] |
Thu, 17 October 2019 20:47  |
Eclipse User |
|
|
|
I am using eclipse java v1.7.
I want to integrate with GitHub Enterprise.
But there is an error.
In my opinion, this is because of java version.(integration with eclipse support only more than java v1.8. if it is not please let me know.)
I am difficult to update to Java 1.8.
Could you please let me know integration with eclipse solution without update to Java 1.8?
My process was..
1. Eclipse Git
2. Select the menu "Clone a Git repository"
3. Enter the uri
4. Enter the Authentication (User, Password)
5. I got the error as attached image
And I attached the error screenshot.
If you need more info, please let me know.
Best Regards,
James
|
|
|
|
|
Re: inquiry about integration with GitHub Enterprise [message #1816107 is a reply to message #1816096] |
Mon, 21 October 2019 07:16  |
Eclipse User |
|
|
|
That's a very old version: Eclipse Mars.2, which included EGit 4.1.1, which is 4 years old. There have been many improvements in EGit since then. The last EGit ("Eclipse Git") version that would have run on Java 1.7 is 4.5.x, which is still rather old. But you could try updating to EGit 4.5.0; use Help->Install new software with the update site https://download.eclipse.org/egit/updates-4.5/ .
But I'd really recommend updating your JVM for running Eclipse to Java 11; at the very least to Java 1.8, and upgrading to a newer Eclipse (for instance 2019-06), and installing a modern EGit (I'd suggest EGit 5.5.1). You can still configure Eclipse to compile and build your Java code against Java 1.7.
If you absolutely need to stick with that old Eclipse Mars.2 version, at least install Java 1.8 and use it to run that Eclipse. Configure it to compile and build against Java 1.7. Then install EGit 5.2.0. That's the last version of EGit that will run on that old Eclipse if you use Java 1.8, and at least this will bring your setup halfway up to date.
[Updated on: Mon, 21 October 2019 07:34] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.09843 seconds