Excellent; it sounds like that's done the trick! (many thanks Sergio :-)!)
It looks like I should do a new release of the OSX stuff asap...
cheers,
- Chris
On 19 February 2013 22:20, René Draaisma <r.draai...@junobox.nl> wrote:
> Hi Chris,
>
> escaping the * did the trick….
>
> java -cp '.:jars/*' com.ca.directory.jxplorer.JXplorer
>
> Then it's working fine.
>
> Now only the installer for OS X 10.8.2 needs to get working (I did it
> manually) and then everything is working as it should be ;-)
>
> Regards,
> Rene
>
>
> On 19 feb. 2013, at 11:09, Chris Betts <pega...@gmail.com> wrote:
>
> You can try this as well, although it shouldn't affect the command line
> version...
>
> ---------- Forwarded message ----------
> From: Sergio Gelato <sergio.gel...@astro.su.se>
> Date: 19 February 2013 19:24
> Subject: Re: [Jxplorer-users] jxplorer 3.3.0.2 MAC OS X startup failure
> To: jxplorer-users@lists.sourceforge.net
>
>
> * Chris Betts [2013-02-19 10:29:07 +1100]:
> > Well then I'm stumped; run:
> >
> > java -cp .:jars/* com.ca.directory.jxplorer.JXplorer
>
> May I suggest quoting or escaping the *, since it is a shell wildcard?
> java -cp '.:jars/*' com.ca.directory.jxplorer.JXplorer
> or
> java -cp .:jars/\* com.ca.directory.jxplorer.JXplorer
>
> >
> > and if that doesn't work either
> > a) the jar file is corrupt, or
> > b) the version of java is *not* 1.6 or better, or
> > c) java is broken
> >
> > Just to make sure, try running (from the same location)
> > >java -version
> > and
> > >pwd
> > and
> > > ls -l
> > and send the output through... but I have to say this doesn't make a
> whole
> > heap of sense :-(
> >
> > Are you running any other java programs by the way? And do they work
> o.k.?
> >
> > Sorry this is turning into such a saga...
> >
> > - Chris
> >
> > On 19 February 2013 00:42, René Draaisma <r.draai...@junobox.nl> wrote:
> >
> > > I got still the same error:
> > > Exception in thread "main" java.lang.NoClassDefFoundError:
> > > com/ca/directory/jxplorer/
> > > Caused by: java.lang.ClassNotFoundException: com.ca.directory.jxplorer.
> > > at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> > > at java.security.AccessController.doPrivileged(Native Method)
> > > at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> > > at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> > > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> > > at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
> > >
> > > On 16 feb. 2013, at 21:32, Chris Betts <pega...@gmail.com> wrote:
> > >
> > > What happens if you just run the command directly? (from the root
> > > JXplorer directory obviously, one level above /jars)
> > >
> > > >java -Dfile.encoding=utf-8 -cp .:jars/*:jasper/lib/*
> > > com.ca.directory.jxplorer.
> > > JXplorer
> > >
> > >
> > > On 17 February 2013 04:59, Rene Draaisma <r.draai...@junobox.nl>
> wrote:
> > >
> > >> I use OS X 10.8.2
> > >> The installer didn't work. But when moving the contents of the zip
> into
> > >> the applications folder then it did replace the old 3.3.0 version.
> Then I
> > >> have an icon to start the jxplorer, but that's not working. So I run
> the
> > >> jxplorer.sh with console parameter from a terminal and then I got the
> error
> > >> message I sent earlier.
> > >> A) yes
> > >> B) yes
> > >> C) no problems detected with permissions.
> > >>
> > >>
> > >> Op 16 feb. 2013 om 13:35 heeft "Chris Betts" <pega...@gmail.com> het
> > >> volgende geschreven:
> > >>
> > >> Hi René
> > >>
> > >> 1.6 or better is needed, so 1.7 should run fine...
> > >>
> > >> ... so I'm not sure what the problem is; it seems that it isn't
> finding
> > >> the jar files it needs to run.
> > >>
> > >> In no particular order, you could check:
> > >> a) are you running the shell script in the jxplorer root directory?
> > >> b) if so, are there jar files in the /jar directory?
> > >> c) if so, is there anything funny happening with file permissions?
> > >>
> > >> How did you install it by the way, and what version of OSX are you
> > >> using? Apparently OSX 10.7 breaks my standard installer, and Apple
> have
> > >> been doing funny things with java support lately - however I run OSX
> > >> 10.6.8, so I haven't seen these things myself...
> > >>
> > >> cheers,
> > >>
> > >> - Chris
> > >>
> > >> On 16 February 2013 20:33, Rene Draaisma wrote:
> > >>
> > >>> Hi Chris,
> > >>>
> > >>> I use the latest version 1.7 of java
> > >>> Version 1.5 of java is due security issues not safe any more to use.
> > >>> At one point you mention to use 1.6 or higher. And then you mention
> 1.5
> > >>> is supported in the code. So which version is required? I hope it
> will be
> > >>> version 1.7
> > >>>
> > >>> Regards,
> > >>> Rene
> > >>>
> > >>>
> > >>>
> > >>> From: Chris Betts <pega...@gmail.com>
> > >>> To: René Draaisma <r.draai...@junobox.nl>, A list for user
> > >>> interaction and install help <jxplorer-users@lists.sourceforge.net>,
> > >>> Date: 16-02-2013 10:22
> > >>> Subject: Re: jxplorer 3.3.0.2 MAC OS X startup failure
> > >>> ------------------------------
> > >>>
> > >>>
> > >>>
> > >>> Hi René,
> > >>>
> > >>> what version of java are you running? The latest version uses
> > >>> wildcards in the class path, which means you need java 1.6 or better.
> > >>>
> > >>> If that *is* the problem, and you need to use an older version of
> > >>> java (1.5 is supported in code) you'll need to list the jar files in
> /jar
> > >>> explicitly (or revert to an older version of jxplorer - they're still
> > >>> available on sourceforge).
> > >>>
> > >>> Hope that helps!
> > >>>
> > >>> - Chris
> > >>>
> > >>>
> > >>> On 16 February 2013 01:05, René Draaisma wrote:
> > >>> Hello Chris,
> > >>>
> > >>> With version 3.3 it was working fine. With version 3.3.0.2 I get the
> > >>> following error when I start jxplorer
> > >>>
> > >>> ./jxplorer.sh: line 49: -Xdock:name="JXplorer"
> > >>> -Dapple.laf.useScreenMenuBar=true: command not found
> > >>> runing OSX version
> > >>> starting JXplorer...
> > >>> java -Dfile.encoding=utf-8 -cp .:jars/*:jasper/lib/*
> > >>> com.ca.directory.jxplorer.JXplorer
> > >>> Exception in thread "main" java.lang.NoClassDefFoundError:
> > >>> com/ca/directory/jxplorer/JXplorer
> > >>> Caused by: java.lang.ClassNotFoundException:
> > >>> com.ca.directory.jxplorer.JXplorer
> > >>> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> > >>> at java.security.AccessController.doPrivileged(Native Method)
> > >>> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> > >>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> > >>> at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> > >>> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
> > >>>
> > >>> =========================
> > >>> JXplorer failed to start
> > >>> =========================
> > >>> Please ensure that you have appropriate "xhost" access to the machine
> > >>> you are
> > >>> running this from. Make sure the DISPLAY environment variable is set
> > >>> correctly.
> > >>> Otherwise, ask your Unix Systems Administrator for more information
> on
> > >>> running
> > >>> X Windows applications.
> > >>>
> > >>> If you require more information run "./jxplorer.sh console" and
> check the
> > >>> error produced.
> > >>>
> > >>>
> > >>>
> > >>> Can you help me to solve this issue?
> > >>>
> > >>> Regards,
> > >>> Rene Draaisma
> > >>>
> > >>>
> > >>>
> > >>> --
> > >>> Dr Christopher Betts
> > >>> Pegacat Software
> > >>> Melbourne, Australia
> > >>> m: 0408 533 456
> > >>>
> > >>
> > >>
> > >>
> > >> --
> > >> Dr Christopher Betts
> > >> Pegacat Software
> > >> Melbourne, Australia
> > >> m: 0408 533 456
> > >>
> > >>
> > >
> > >
> > > --
> > > Dr Christopher Betts
> > > Pegacat Software
> > > Melbourne, Australia
> > > m: 0408 533 456
> > >
> > >
> > >
> >
> >
> > --
> > Dr Christopher Betts
> > Pegacat Software
> > Melbourne, Australia
> > m: 0408 533 456
>
> >
> ------------------------------------------------------------------------------
> > The Go Parallel Website, sponsored by Intel - in partnership with
> Geeknet,
> > is your hub for all things parallel software development, from weekly
> thought
> > leadership blogs to news, videos, case studies, tutorials, tech docs,
> > whitepapers, evaluation guides, and opinion stories. Check out the most
> > recent posts - join the conversation now.
> http://goparallel.sourceforge.net/
>
> > _______________________________________________
> > Jxplorer-users mailing list
> > Jxplorer-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jxplorer-users
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Jxplorer-users mailing list
> Jxplorer-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jxplorer-users
>
>
>
> --
> Dr Christopher Betts
> Pegacat Software
> Melbourne, Australia
> m: 0408 533 456
>
>
>
--
Dr Christopher Betts
Pegacat Software
Melbourne, Australia
m: 0408 533 456
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Jxplorer-users mailing list
Jxplorer-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-users