Re: LinkageError occurred while loading main class Area_Triangle_Determinants

2023-09-26 Thread Samuel Sieb
On 9/26/23 15:47, Michael Hennebry wrote: On Tue, 26 Sep 2023, Samuel Sieb wrote: On 9/26/23 11:12, olivares33561 via users wrote: Transaction Summary RemoveĀ  62 Packages Freed space: 654 M Is this ok [y/N]: I g

Re: LinkageError occurred while loading main class Area_Triangle_Determinants

2023-09-26 Thread Michael Hennebry
On Tue, 26 Sep 2023, Samuel Sieb wrote: On 9/26/23 11:12, olivares33561 via users wrote: Transaction Summary Remove 62 Packages Freed space: 654 M Is this ok [y/N]: I guess I will need to just use your advice an

Re: LinkageError occurred while loading main class Area_Triangle_Determinants

2023-09-26 Thread Samuel Sieb
On 9/26/23 11:12, olivares33561 via users wrote: Transaction Summary Remove 62 Packages Freed space: 654 M Is this ok [y/N]: I guess I will need to just use your advice and leave it as it is. I do not want to re

Re: LinkageError occurred while loading main class Area_Triangle_Determinants

2023-09-26 Thread olivares33561 via users
Sent from ProtonMail, encrypted email based in Switzerland. Sent with Proton Mail secure email. --- Original Message --- On Tuesday, September 26th, 2023 at 12:44 PM, Samuel Sieb wrote: > On 9/26/23 10:21, olivares33561 via users wrote: > > > Is there a better way to avoid doing

Re: LinkageError occurred while loading main class Area_Triangle_Determinants

2023-09-26 Thread Michael Hennebry
On Tue, 26 Sep 2023, olivares33561 via users wrote: [olivares@fedora mptmp]$ rpm -qa | grep openjdk java-17-openjdk-headless-17.0.8.0.7-1.fc38.x86_64 java-latest-openjdk-headless-21.0.0.0.35-1.rolling.fc38.x86_64 java-latest-openjdk-21.0.0.0.35-1.rolling.fc38.x86_64 java-latest-openjdk-devel-21.

Re: LinkageError occurred while loading main class Area_Triangle_Determinants

2023-09-26 Thread Samuel Sieb
On 9/26/23 10:21, olivares33561 via users wrote: Is there a better way to avoid doing this, ie removing java 17 and forcing 21 ? or vice versa to avoid this. I had not encountered this before in previous versions of Fedora it just worked! Now I have to specify. What would be the best thing

Re: LinkageError occurred while loading main class Area_Triangle_Determinants

2023-09-26 Thread olivares33561 via users
Sent from ProtonMail, encrypted email based in Switzerland. Sent with Proton Mail secure email. --- Original Message --- On Tuesday, September 26th, 2023 at 12:03 PM, Samuel Sieb wrote: > On 9/26/23 06:03, olivares33561 via users wrote: > > > > > [olivares@fedora mptmp]$ uname -a

Re: LinkageError occurred while loading main class Area_Triangle_Determinants

2023-09-26 Thread Samuel Sieb
On 9/26/23 06:03, olivares33561 via users wrote: [olivares@fedora mptmp]$ uname -a Linux fedora 6.4.15-200.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 7 00:25:01 UTC 2023 x86_64 GNU/Linux [olivares@fedora mptmp]$ javac Area_Triangle_Determinants.java [olivares@fedora mptmp]$ java Area_Triangle_De

Re: LinkageError occurred while loading main class Area_Triangle_Determinants

2023-09-26 Thread olivares33561 via users
> > [olivares@fedora mptmp]$ uname -a > > Linux fedora 6.4.15-200.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 7 > > 00:25:01 UTC 2023 x86_64 GNU/Linux > > [olivares@fedora mptmp]$ javac Area_Triangle_Determinants.java > > [olivares@fedora mptmp]$ java Area_Triangle_Determinants > > Error: LinkageEr

Re: LinkageError occurred while loading main class Area_Triangle_Determinants

2023-09-22 Thread Samuel Sieb
On 9/22/23 12:45, olivares33561 via users wrote: Dear fedora users, I want to generate randomly generated triangles from points as in https://www.sanfoundry.com/java-program-compute-area-triangle-using-determinants/ The java program compiles fine but executing it returns an error. I do not un