* [ISSUE] Pycharm Community Edition has Linkage Errors that have to do with Java
@ 2024-09-25 15:20 CoutHi
2024-09-25 18:42 ` Eloitor
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: CoutHi @ 2024-09-25 15:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 916 bytes --]
New issue by CoutHi on void-packages repository
https://github.com/void-linux/void-packages/issues/52350
Description:
### Is this a new report?
Yes
### System Info
Void 6.11.0_1 x86_64 AuthenticAMD uptodate rrrmmnFFFF
### Package(s) Affected
pycharm-community-2024.2.1_1
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
_No response_
### Expected behaviour
It's supposed the launch the pycharm community edition
### Actual behaviour
when you run it, it exits with the following error:
Error: LinkageError occurred while loading main class com.intellij.idea.Main
java.lang.UnsupportedClassVersionError: com/intellij/idea/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
### Steps to reproduce
1. Install the package
2. Run it
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Pycharm Community Edition has Linkage Errors that have to do with Java
2024-09-25 15:20 [ISSUE] Pycharm Community Edition has Linkage Errors that have to do with Java CoutHi
@ 2024-09-25 18:42 ` Eloitor
2024-09-25 18:49 ` CoutHi
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-09-25 18:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 251 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/issues/52350#issuecomment-2374891765
Comment:
Does this fix solve your problem? https://github.com/void-linux/void-packages/issues/52122#issue-2508232649
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Pycharm Community Edition has Linkage Errors that have to do with Java
2024-09-25 15:20 [ISSUE] Pycharm Community Edition has Linkage Errors that have to do with Java CoutHi
2024-09-25 18:42 ` Eloitor
@ 2024-09-25 18:49 ` CoutHi
2024-09-25 18:52 ` chrysos349
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: CoutHi @ 2024-09-25 18:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 307 bytes --]
New comment by CoutHi on void-packages repository
https://github.com/void-linux/void-packages/issues/52350#issuecomment-2374903135
Comment:
Ah it does, sorry for not looking deep enough. Although what I did was installing openjdk21 and adjusting the version with xbps-alternatives, same thing at the end.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Pycharm Community Edition has Linkage Errors that have to do with Java
2024-09-25 15:20 [ISSUE] Pycharm Community Edition has Linkage Errors that have to do with Java CoutHi
2024-09-25 18:42 ` Eloitor
2024-09-25 18:49 ` CoutHi
@ 2024-09-25 18:52 ` chrysos349
2024-09-25 19:38 ` Eloitor
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: chrysos349 @ 2024-09-25 18:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 581 bytes --]
New comment by chrysos349 on void-packages repository
https://github.com/void-linux/void-packages/issues/52350#issuecomment-2374907871
Comment:
@Eloitor did you even test #52060 (created on Sep 2)? judging by #52122 (merged on Sep 5), you didn't.
```sh
java.lang.UnsupportedClassVersionError: com/intellij/idea/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
```
`openjdk11` is too old for `pycharm-community`, it requires at least `openjdk17`.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Pycharm Community Edition has Linkage Errors that have to do with Java
2024-09-25 15:20 [ISSUE] Pycharm Community Edition has Linkage Errors that have to do with Java CoutHi
` (2 preceding siblings ...)
2024-09-25 18:52 ` chrysos349
@ 2024-09-25 19:38 ` Eloitor
2024-09-25 19:39 ` Eloitor
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-09-25 19:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 152 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/issues/52350#issuecomment-2375098877
Comment:
I didn't
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Pycharm Community Edition has Linkage Errors that have to do with Java
2024-09-25 15:20 [ISSUE] Pycharm Community Edition has Linkage Errors that have to do with Java CoutHi
` (3 preceding siblings ...)
2024-09-25 19:38 ` Eloitor
@ 2024-09-25 19:39 ` Eloitor
2024-09-25 19:40 ` Eloitor
2024-09-25 19:40 ` Eloitor
6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-09-25 19:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 200 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/issues/52350#issuecomment-2375098877
Comment:
I did, but I manually fixed the openjdk issue "manually"
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Pycharm Community Edition has Linkage Errors that have to do with Java
2024-09-25 15:20 [ISSUE] Pycharm Community Edition has Linkage Errors that have to do with Java CoutHi
` (4 preceding siblings ...)
2024-09-25 19:39 ` Eloitor
@ 2024-09-25 19:40 ` Eloitor
2024-09-25 19:40 ` Eloitor
6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-09-25 19:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 191 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/issues/52350#issuecomment-2375098877
Comment:
I did, but I fixed the openjdk issue "manually"
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Pycharm Community Edition has Linkage Errors that have to do with Java
2024-09-25 15:20 [ISSUE] Pycharm Community Edition has Linkage Errors that have to do with Java CoutHi
` (5 preceding siblings ...)
2024-09-25 19:40 ` Eloitor
@ 2024-09-25 19:40 ` Eloitor
6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-09-25 19:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 278 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/issues/52350#issuecomment-2375098877
Comment:
I did, but I fixed the openjdk issue "manually". I thought "virtual?java-environment" mean I don't have to deal with version number...
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-09-25 19:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-25 15:20 [ISSUE] Pycharm Community Edition has Linkage Errors that have to do with Java CoutHi
2024-09-25 18:42 ` Eloitor
2024-09-25 18:49 ` CoutHi
2024-09-25 18:52 ` chrysos349
2024-09-25 19:38 ` Eloitor
2024-09-25 19:39 ` Eloitor
2024-09-25 19:40 ` Eloitor
2024-09-25 19:40 ` Eloitor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).