Project

Profile

Help

can't use saxon on mac os x 10.5

Added by Anonymous almost 15 years ago

Legacy ID: #7416398 Legacy Poster: Ferdinand Fuchs (ferdinandfuchs)

hi, I'm not experienced with java, but a colleague needs to know for a project, if saxon works stable on mac os x 10.4 and 10.5 So I tried to start the actual version from the sourceforge-homepage (saxonb9-1-0-6j.zip) (double click in finder on saxon9.jar), but nothing happened. so dragged the icon of saxon9.jar onto the "java-web-start" app from apple, then I got the following error message: CouldNotLoadArgumentException[ the file/url couldn't be loaded: /var/tmp/javawsWEPsBX] at com.sun.javaws.Main.launchApp(Main.java:258) at com.sun.javaws.Main.continueInSecureThread(Main.java:213) at com.sun.javaws.Main$1.run(Main.java:108) at java.lang.Thread.run(Thread.java:637) in this forum I found two terminal commands works: ffuchs$ java -jar ~/saxon/saxon9.jar -s:a.xml -xsl:b.xsl  ffuchs$ java -cp ~/saxon/saxon9.jar net.sf.saxon.Transform -s:a.xml -xsl:b.xsl in terminal "something happens", but what's about the java-app, is there also a GUI, that could be used? thx, regards, ferdinand


Replies (1)

RE: can't use saxon on mac os x 10.5 - Added by Anonymous almost 15 years ago

Legacy ID: #7416416 Legacy Poster: Michael Kay (mhkay)

If you're not familiar with running Java applications from the command line, you may find that the easiest way to get started is to download Andrew Welch's "Kernow for Saxon" product available from SourceForge. This offers a graphical front end. http://kernowforsaxon.sourceforge.net/ Michael Kay Saxonica

    (1-1/1)

    Please register to reply