Discussion:
[Jxplorer-users] jxplorer 3.3.0.2 MAC OS X startup failure
Chris Betts
2013-02-16 09:16:20 UTC
Permalink
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
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
com/ca/directory/jxplorer/JXplorer
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
Chris Betts
2013-02-16 12:34:58 UTC
Permalink
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
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
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
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
com/ca/directory/jxplorer/JXplorer
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
Chris Betts
2013-02-16 20:32:32 UTC
Permalink
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
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.
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.
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
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
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
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
com/ca/directory/jxplorer/JXplorer
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
Chris Betts
2013-02-18 23:29:07 UTC
Permalink
Well then I'm stumped; run:

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
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)
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
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.
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.
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
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
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
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
com/ca/directory/jxplorer/JXplorer
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
Sergio Gelato
2013-02-19 08:24:37 UTC
Permalink
Post by Chris Betts
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
Post by Chris Betts
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
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)
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
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.
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.
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
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
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
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
com/ca/directory/jxplorer/JXplorer
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
https://lists.sourceforge.net/lists/listinfo/jxplorer-users
Chris Betts
2013-02-19 20:36:49 UTC
Permalink
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
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
You can try this as well, although it shouldn't affect the command line
version...
---------- Forwarded message ----------
Date: 19 February 2013 19:24
Subject: Re: [Jxplorer-users] jxplorer 3.3.0.2 MAC OS X startup failure
Post by Chris Betts
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
Post by Chris Betts
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
Post by Chris Betts
heap of sense :-(
Are you running any other java programs by the way? And do they work
o.k.?
Post by Chris Betts
Sorry this is turning into such a saga...
- Chris
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)
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
I use OS X 10.8.2
The installer didn't work. But when moving the contents of the zip
into
Post by Chris Betts
the applications folder then it did replace the old 3.3.0 version.
Then I
Post by Chris Betts
have an icon to start the jxplorer, but that's not working. So I run
the
Post by Chris Betts
jxplorer.sh with console parameter from a terminal and then I got the
error
Post by Chris Betts
message I sent earlier.
A) yes
B) yes
C) no problems detected with permissions.
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
Post by Chris Betts
the jar files it needs to run.
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
Post by Chris Betts
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
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
Post by Chris Betts
is supported in the code. So which version is required? I hope it
will be
Post by Chris Betts
version 1.7
Regards,
Rene
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
Post by Chris Betts
explicitly (or revert to an older version of jxplorer - they're still
available on sourceforge).
Hope that helps!
- Chris
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
com/ca/directory/jxplorer/JXplorer
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)
Post by Chris Betts
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
Post by Chris Betts
running
X Windows applications.
If you require more information run "./jxplorer.sh console" and
check the
Post by Chris Betts
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
------------------------------------------------------------------------------
Post by Chris Betts
The Go Parallel Website, sponsored by Intel - in partnership with
Geeknet,
Post by Chris Betts
is your hub for all things parallel software development, from weekly
thought
Post by Chris Betts
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/
Post by Chris Betts
_______________________________________________
Jxplorer-users mailing list
https://lists.sourceforge.net/lists/listinfo/jxplorer-users
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Jxplorer-users mailing list
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
Loading...