[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleCommander bugs and glitches



In article <UdGdnUvubZbReX_QnZ2dnUVZ_jednZ2d@giganews.com>,
 Steven Hirsch <snhirsch@gmail.com> wrote:

> >  I've updated the current release candidate; I'd appreciate your 
> > testing it:
> >
> > <https://sites.google.com/site/drjohnbmatthews/applecommander>
> 
> That package appears to be missing all the swt classes and will not start in 
> GUI mode.

Of the five files, you probably want AppleCommander-1.3.5.8.jar. It 
should work with the SWT stuff you already have.

java \
    -Djava.library.path=/usr/lib/jni \
    -cp /usr/lib/java/swt-gtk-3.5.1.jar:AppleCommander-1.3.5.8.jar \
    com.webcodepro.applecommander.ui.AppleCommander -swt

Of the others, AppleCommander-1.3.5.8-ac.jar is handy for command line 
use; I've used it on all three platforms at one time or another:

<https://sites.google.com/site/drjohnbmatthews/applecommander/acguide>

What package(s) include swt-gtk-3.5.1.jar and put the Eclipse JNI 
libraries in /usr/lib/jni?

-- 
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>