Re: $JAVA_HOME, 5.7 no FTB
Dale Anson <[email protected]> Fri, 28 Mar 2025 19:24:10 -0700
| Newsgroups | gmane.editors.jedit.user |
|---|---|
| Message-ID | <CAHrA0wAQvDQTnv+P1nF=ScrePA0tdL+CLSin_eXeH-YSarYSXA@mail.gmail.com> |
--===============0284682259852489276== Content-Type: multipart/alternative; boundary="00000000000093bf3d063171e247" --00000000000093bf3d063171e247 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Ah! That explains why I'm not seeing the issues everyone else is seeing. I got version 1.4 from plugin manager. It still looks like there might be a small problem with the UI being unresponsive while the files are opened. Dale On Fri, Mar 28, 2025 at 12:26=E2=80=AFPM Eric Le Lay <[email protected]= forge.net> wrote: > Hi Bob, Derek, > > FTP plugin 1.4 has been officially released. You should be able to > update using the plugin manager. I hope it solves your problems. > > Thanks, > > Le Wed, 26 Mar 2025 19:54:04 +0000, > "Jarvis, Bob" <[email protected]> a =C3=A9crit : > > > For what it=E2=80=99s worth =E2=80=93 I (tried to) report a problem wit= h the FTP > > plugin a couple months ago: > > > > From: Jarvis, Bob > > Sent: Monday, February 3, 2025 4:19 PM > > To: > > [email protected]<mailto: > [email protected]> > > Subject: Problems with jEdit 5.7.0 and the FTP plugin > > > > When trying to connect to remote servers via FTP or SFTP with the FTP > > plugin (version 1.3.2) I=E2=80=99m getting the following error: > > > > 3:34:54 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0: > > java.lang.NoSuchMethodError: 'void > > org.gjt.sp.jedit.GUIUtilities.requestFocus(java.awt.Window, > > java.awt.Component)' > > > > Apparently the FTP plugin is trying to call a method which has been > > removed from jEdit. Same plugin version (1.3.2) works fine with jEdit > > 5.5.0. > > > > A fix or workaround would be great so I can continue using jEdit. > > > > Thanks, > > Bob Jarvis > > > > I found that it failed in 5.7.0 but works fine in 5.6.0 and earlier, > > so the workaround is to use jEdit 5.6.0 if you need FTP/SFTP > > connectivity. > > > > Thanks, > > Bob > > > > From: Derek Christiansen <[email protected]> > > Sent: Friday, March 21, 2025 12:46 PM > > To: Dale Anson <[email protected]> > > Cc: [email protected] > > Subject: Re: [ jEdit-users ] $JAVA_HOME, 5.7 no FTB > > > > CAUTION: This external email was sent to you by > > [email protected]<mailto:[email protected]>. Do not click links > > or open attachments unless you trust the sender and know the content > > is safe. > > > > ________________________________ > > I meant FTP...jedit is useless without it. I've been a jedit user for > > over 10 years and I've had to scuttle it and now use VS Code (after > > trying Kate, Cuda, Codium). Gedit is excellent but no code folding > > which is a must. It breaks my heart to do it because I've loved > > jedit. But now it freezes if I open too many files and the newest > > version is broken. (Dicking with Java sucks). > > > > On Fri, Mar 21, 2025 at 9:25=E2=80=AFAM Dale Anson > > <[email protected]<mailto:[email protected]>> wrote: No, I was > > talking about some tools that Ubuntu has for managing java > > installations. This article has a pretty good description: > > https://hostman.com/tutorials/switching-between-java-versions-on-ubuntu= / > <https://url.us.m.mimecastprotect.com/s/vQs8CVOJ8RIl3gGmNtGf2UES3MR/> > > > > What is FTB/SFTB? > > > > On Fri, Mar 21, 2025 at 9:17=E2=80=AFAM Derek Christiansen > > <[email protected]<mailto:[email protected]>> wrote: In my jvm > > directory I have 'default-java' is that what you mean? > > > > On Fri, Mar 21, 2025 at 9:14=E2=80=AFAM Dale Anson > > <[email protected]<mailto:[email protected]>> wrote: Do you have > > the Ubuntu java-common package installed? That package provides the > > update-java-alternatives utility which allows you to choose and > > switch between installed versions of java. > > > > On Wed, Mar 19, 2025 at 1:52=E2=80=AFPM Derek Christiansen > > <[email protected]<mailto:[email protected]>> wrote: Like > > others before me I had to scuttle 5.7 as SFTB doesn't work. > > > > Of note, Ubuntu syslog always throws this: > > > > 2025-03-19T13:38:29.926376-07:00 INF-DEREK-LINUX > > jedit.desktop[42878]: Warning: $JAVA_HOME environment variable not > > set! Consider setting it. 2025-03-19T13:38:29.926493-07:00 > > INF-DEREK-LINUX jedit.desktop[42878]: Attempting to locate > > java... 2025-03-19T13:38:29.926773-07:00 INF-DEREK-LINUX > > jedit.desktop[42878]: Found a virtual machine at: /usr/bin/java... > > the one found points to the actual JRE through 2 symlinks. > > > > but BASH shows this: > > > > $ echo $JAVA_HOME > > /usr/lib/jvm/java-21-openjdk-amd64/bin/java > > > > but activity log shows: > > > > 1:45:48=E2=80=AFPM [main] [message] Log: java.version=3D21.0.6 > > 1:45:48=E2=80=AFPM [main] [message] Log: > > java.vm.version=3D21.0.6+7-Ubuntu-124.04.1 1:45:48 PM [main] [message] > > Log: java.vm.name<http://java.vm.name>=3DOpenJDK 64-Bit Server VM > > 1:45:48=E2=80=AFPM [main] [message] Log: > > java.runtime.version=3D21.0.6+7-Ubuntu-124.04.1 1:45:48 PM [main] > > [message] Log: java.runtime.name<http://java.runtime.name>=3DOpenJDK > > Runtime Environment 1:45:48=E2=80=AFPM [main] [message] Log: > > java.vendor=3DUbuntu 1:45:48=E2=80=AFPM [main] [message] Log: > > java.compiler=3Dnull 1:45:48 PM [main] [message] Log: > > os.name<http://os.name>=3DLinux 1:45:48=E2=80=AFPM [main] [message] Log= : > > os.version=3D6.8.0-55-generic 1:45:48=E2=80=AFPM [main] [message] Log: > > os.arch=3Damd64 1:45:48=E2=80=AFPM [main] [message] Log: user.home=3D/h= ome/derek > > 1:45:48=E2=80=AFPM [main] [message] Log: > > java.home=3D/usr/lib/jvm/java-21-openjdk-amd64 > > > > Note it truncates the location of the java executable. This jedit > > 5.5 but the same was true for 5.7 -- > > ----------------------------------------------- > > jEdit Users' List > > [email protected]<mailto: > [email protected]> > > https://lists.sourceforge.net/lists/listinfo/jedit-users< > https://lists.sourceforge.net/lists/listinfo/jedit-users> > > > > > > The information contained in this e-mail message is privileged and/or > > confidential and is intended only for the use of the individual or > > entity named above. If the reader of this message is not the intended > > recipient, or the employee or agent responsible to deliver it to the > > intended recipient, you are hereby notified that any dissemination, > > distribution or copying of this communication is strictly prohibited. > > If you have received this communication in error, please immediately > > notify us by telephone (330-668-5000), and destroy the original > > message. Thank you. > > --00000000000093bf3d063171e247 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Ah! That explains why I'm not seeing the issues everyo= ne else is seeing. I got version 1.4 from plugin manager. It still looks li= ke there might be a small problem with the UI being unresponsive while the = files are opened.<div><br></div><div>Dale</div><div><br></div><div><br></di= v></div><br><div class=3D"gmail_quote gmail_quote_container"><div dir=3D"lt= r" class=3D"gmail_attr">On Fri, Mar 28, 2025 at 12:26=E2=80=AFPM Eric Le La= y <<a href=3D"mailto:[email protected]">[email protected]= ceforge.net</a>> wrote:<br></div><blockquote class=3D"gmail_quote" style= =3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding= -left:1ex">Hi Bob, Derek,<br> <br> FTP plugin 1.4 has been officially released. You should be able to<br> update using the plugin manager. I hope it solves your problems.<br> <br> Thanks,<br> <br> Le Wed, 26 Mar 2025 19:54:04 +0000,<br> "Jarvis, Bob" <<a href=3D"mailto:[email protected]= " target=3D"_blank">[email protected]</a>> a =C3=A9crit :<br= > <br> > For what it=E2=80=99s worth =E2=80=93 I (tried to) report a problem wi= th the FTP<br> > plugin a couple months ago:<br> > <br> > From: Jarvis, Bob<br> > Sent: Monday, February 3, 2025 4:19 PM<br> > To:<br> > <a href=3D"mailto:[email protected]" target=3D"_blank"= >[email protected]</a><mailto:<a href=3D"mailto:jedit-us= [email protected]" target=3D"_blank">[email protected].= net</a>><br> > Subject: Problems with jEdit 5.7.0 and the FTP plugin<br> > <br> > When trying to connect to remote servers via FTP or SFTP with the FTP<= br> > plugin (version 1.3.2) I=E2=80=99m getting the following error:<br> > <br> > 3:34:54 PM [AWT-EventQueue-0] [error] AWT-EventQueue-0:<br> > java.lang.NoSuchMethodError: 'void<br> > org.gjt.sp.jedit.GUIUtilities.requestFocus(java.awt.Window,<br> > java.awt.Component)'<br> > <br> > Apparently the FTP plugin is trying to call a method which has been<br= > > removed from jEdit. Same plugin version (1.3.2) works fine with jEdit<= br> > 5.5.0.<br> > <br> > A fix or workaround would be great so I can continue using jEdit.<br> > <br> > Thanks,<br> > Bob Jarvis<br> > <br> > I found that it failed in 5.7.0 but works fine in 5.6.0 and earlier,<b= r> > so the workaround is to use jEdit 5.6.0 if you need FTP/SFTP<br> > connectivity.<br> > <br> > Thanks,<br> > Bob<br> > <br> > From: Derek Christiansen <<a href=3D"mailto:[email protected]" t= arget=3D"_blank">[email protected]</a>><br> > Sent: Friday, March 21, 2025 12:46 PM<br> > To: Dale Anson <<a href=3D"mailto:[email protected]" target=3D"_bl= ank">[email protected]</a>><br> > Cc: <a href=3D"mailto:[email protected]" target=3D"_bl= ank">[email protected]</a><br> > Subject: Re: [ jEdit-users ] $JAVA_HOME, 5.7 no FTB<br> > <br> > CAUTION: This external email was sent to you by<br> > <a href=3D"mailto:[email protected]" target=3D"_blank">slis.derek@g= mail.com</a><mailto:<a href=3D"mailto:[email protected]" target=3D"_b= lank">[email protected]</a>>. Do not click links<br> > or open attachments unless you trust the sender and know the content<b= r> > is safe.<br> > <br> > ________________________________<br> > I meant FTP...jedit is useless without it. I've been a jedit user = for<br> > over 10 years and I've had to scuttle it and now use VS Code (afte= r<br> > trying Kate, Cuda, Codium). Gedit is excellent but no code folding<br> > which is a must. It breaks my heart to do it because I've loved<br= > > jedit. But now it freezes if I open too many files and the newest<br> > version is broken. (Dicking with Java sucks).<br> > <br> > On Fri, Mar 21, 2025 at 9:25=E2=80=AFAM Dale Anson<br> > <<a href=3D"mailto:[email protected]" target=3D"_blank">dale@dalea= nson.com</a><mailto:<a href=3D"mailto:[email protected]" target=3D"_bla= nk">[email protected]</a>>> wrote: No, I was<br> > talking about some tools that Ubuntu has for managing java<br> > installations. This article has a pretty good description:<br> > <a href=3D"https://hostman.com/tutorials/switching-between-java-versio= ns-on-ubuntu/" rel=3D"noreferrer" target=3D"_blank">https://hostman.com/tut= orials/switching-between-java-versions-on-ubuntu/</a><<a href=3D"https:/= /url.us.m.mimecastprotect.com/s/vQs8CVOJ8RIl3gGmNtGf2UES3MR/" rel=3D"norefe= rrer" target=3D"_blank">https://url.us.m.mimecastprotect.com/s/vQs8CVOJ8RIl= 3gGmNtGf2UES3MR/</a>><br> > <br> > What is FTB/SFTB?<br> > <br> > On Fri, Mar 21, 2025 at 9:17=E2=80=AFAM Derek Christiansen<br> > <<a href=3D"mailto:[email protected]" target=3D"_blank">slis.der= [email protected]</a><mailto:<a href=3D"mailto:[email protected]" target= =3D"_blank">[email protected]</a>>> wrote: In my jvm<br> > directory I have 'default-java' is that what you mean?<br> > <br> > On Fri, Mar 21, 2025 at 9:14=E2=80=AFAM Dale Anson<br> > <<a href=3D"mailto:[email protected]" target=3D"_blank">dale@dalea= nson.com</a><mailto:<a href=3D"mailto:[email protected]" target=3D"_bla= nk">[email protected]</a>>> wrote: Do you have<br> > the Ubuntu java-common package installed? That package provides the<br= > > update-java-alternatives utility which allows you to choose and<br> > switch between installed versions of java.<br> > <br> > On Wed, Mar 19, 2025 at 1:52=E2=80=AFPM Derek Christiansen<br> > <<a href=3D"mailto:[email protected]" target=3D"_blank">slis.der= [email protected]</a><mailto:<a href=3D"mailto:[email protected]" target= =3D"_blank">[email protected]</a>>> wrote: Like<br> > others before me I had to scuttle 5.7 as SFTB doesn't work.<br> > <br> > Of note, Ubuntu syslog always throws this:<br> > <br> > 2025-03-19T13:38:29.926376-07:00 INF-DEREK-LINUX<br> > jedit.desktop[42878]: Warning: $JAVA_HOME environment variable not<br> > set! Consider setting it. 2025-03-19T13:38:29.926493-07:00<br> > INF-DEREK-LINUX jedit.desktop[42878]:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 Attempting to locate<br> > java... 2025-03-19T13:38:29.926773-07:00 INF-DEREK-LINUX<br> > jedit.desktop[42878]: Found a virtual machine at: /usr/bin/java...<br> > the one found points to the actual JRE through 2 symlinks.<br> > <br> > but BASH shows this:<br> > <br> >=C2=A0 $ echo $JAVA_HOME<br> > /usr/lib/jvm/java-21-openjdk-amd64/bin/java<br> > <br> > but activity log shows:<br> > <br> > 1:45:48=E2=80=AFPM [main] [message] Log: java.version=3D21.0.6<br> > 1:45:48=E2=80=AFPM [main] [message] Log:<br> > java.vm.version=3D21.0.6+7-Ubuntu-124.04.1 1:45:48 PM [main] [message]= <br> > Log: <a href=3D"http://java.vm.name" rel=3D"noreferrer" target=3D"_bla= nk">java.vm.name</a><<a href=3D"http://java.vm.name" rel=3D"noreferrer" = target=3D"_blank">http://java.vm.name</a>>=3DOpenJDK 64-Bit Server VM<br= > > 1:45:48=E2=80=AFPM [main] [message] Log:<br> > java.runtime.version=3D21.0.6+7-Ubuntu-124.04.1 1:45:48 PM [main]<br> > [message] Log: <a href=3D"http://java.runtime.name" rel=3D"noreferrer"= target=3D"_blank">java.runtime.name</a><<a href=3D"http://java.runtime.= name" rel=3D"noreferrer" target=3D"_blank">http://java.runtime.name</a>>= =3DOpenJDK<br> > Runtime Environment 1:45:48=E2=80=AFPM [main] [message] Log:<br> > java.vendor=3DUbuntu 1:45:48=E2=80=AFPM [main] [message] Log:<br> > java.compiler=3Dnull 1:45:48 PM [main] [message] Log:<br> > <a href=3D"http://os.name" rel=3D"noreferrer" target=3D"_blank">os.nam= e</a><<a href=3D"http://os.name" rel=3D"noreferrer" target=3D"_blank">ht= tp://os.name</a>>=3DLinux 1:45:48=E2=80=AFPM [main] [message] Log:<br> > os.version=3D6.8.0-55-generic 1:45:48=E2=80=AFPM [main] [message] Log:= <br> > os.arch=3Damd64 1:45:48=E2=80=AFPM [main] [message] Log: user.home=3D/= home/derek<br> > 1:45:48=E2=80=AFPM [main] [message] Log:<br> > java.home=3D/usr/lib/jvm/java-21-openjdk-amd64<br> > <br> > Note it truncates the location of the java executable.=C2=A0 This jedi= t<br> > 5.5 but the same was true for 5.7 --<br> > -----------------------------------------------<br> > jEdit Users' List<br> > <a href=3D"mailto:[email protected]" target=3D"_blank"= >[email protected]</a><mailto:<a href=3D"mailto:jEdit-us= [email protected]" target=3D"_blank">[email protected].= net</a>><br> > <a href=3D"https://lists.sourceforge.net/lists/listinfo/jedit-users" r= el=3D"noreferrer" target=3D"_blank">https://lists.sourceforge.net/lists/lis= tinfo/jedit-users</a><<a href=3D"https://lists.sourceforge.net/lists/lis= tinfo/jedit-users" rel=3D"noreferrer" target=3D"_blank">https://lists.sourc= eforge.net/lists/listinfo/jedit-users</a>><br> > <br> > <br> > The information contained in this e-mail message is privileged and/or<= br> > confidential and is intended only for the use of the individual or<br> > entity named above.=C2=A0 If the reader of this message is not the int= ended<br> > recipient, or the employee or agent responsible to deliver it to the<b= r> > intended recipient, you are hereby notified that any dissemination,<br= > > distribution or copying of this communication is strictly prohibited.<= br> > If you have received this communication in error, please immediately<b= r> > notify us by telephone (330-668-5000), and destroy the original<br> > message.=C2=A0 Thank you.<br> <br> </blockquote></div> --00000000000093bf3d063171e247-- --===============0284682259852489276== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============0284682259852489276== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- ----------------------------------------------- jEdit Users' List [email protected] https://lists.sourceforge.net/lists/listinfo/jedit-users --===============0284682259852489276==--