Re: [CentOS] running .jar files on Centos 7

2020-02-22 Thread Fred Smith
On Sat, Feb 22, 2020 at 03:17:51PM -0500, Fred Smith wrote:
> 
> OT!
> 
> I'm trying to learn to use audio cleanup tools from clickrepair.net.
> 
> they're written in Java and distributed as .jar files.
> 
> I'm having trouble running them, due, I'm sure, largely to my ignorance.

OH DUH!

Never mind. I forgot about "java -jar foo.jar".

All settled now. Thanks!


-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us 
Do you not know? Have you not heard? 
The LORD is the everlasting God, the Creator of the ends of the earth. 
  He will not grow tired or weary, and his understanding no one can fathom.
- Isaiah 40:28 (niv) -
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] running .jar files on Centos 7

2020-02-22 Thread Fred Smith


OT!

I'm trying to learn to use audio cleanup tools from clickrepair.net.

they're written in Java and distributed as .jar files.

I'm having trouble running them, due, I'm sure, largely to my ignorance.

I have icedtea installed, but it just errors out when I try to use it
to run any of the jar files:

Fatal: Read Error: Could not read or parse the JNLP file. You can try to 
download this file manually and send it as a bug report to IcedTea-Web team.

if I press the "Show Details" button from the box containing that message I get 
this:

net.sourceforge.jnlp.LaunchException: Fatal: Read Error: Could not read or 
parse the JNLP file. You can try to download this file manually and send it as 
bug report to IcedTea-Web team.
at net.sourceforge.jnlp.Launcher.fromUrl(Launcher.java:487)
at net.sourceforge.jnlp.Launcher.launch(Launcher.java:287)
at net.sourceforge.jnlp.runtime.JnlpBoot.run(JnlpBoot.java:67)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:258)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:62)
at java.security.AccessController.doPrivileged(Native Method)
at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:198)
Caused by: net.sourceforge.jnlp.ParseException: Invalid XML document syntax.
at net.sourceforge.jnlp.XMLParser.getRootNode(XmlParser.java:118)
at 
net.sourceforge.jnlp.MalformedXMLParser.getRootNode(MalformedXMLParser.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.sourceforge.jnlp.Parser.getRootNode(Parser.java:1321)
at net.sourceforge.jnlp.JNLPFile.parse(JNLPFile.java:815)

BTW, I don't see any .jnlp files anywhere in these packages

I have no clue, can anyone enlighten me?

Thanks in advance!

Fred
-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   "For the word of God is living and active. Sharper than any double-edged 
   sword, it penetrates even to dividing soul and spirit, joints and marrow; 
  it judges the thoughts and attitudes of the heart."  
 Hebrews 4:12 (niv) --
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos