Re: Platypus error in Linux
- From: atulDOTkhotATGmailDOTcom <atul.khot@gmail.com>
- To: user@platypus.kenai.com
- Subject: Re: Platypus error in Linux
- Date: Sat, 10 Apr 2010 20:31:48 +0530
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Sr/jnh3ZYAFzgij6arlOMyTTiQV9vXCsd23ws+q/SjUM65fSpuvKZZDAkRgIjGzvHW 7NmxDQwNSnIVwhQ+8NEjRZA563VY9cpPtAoqHoQVecB1sQPURj3+FYeASqQZjeP+YEYe iASV3vJ4MvN4NITWKldBiqGjmlJJ/QrGcTD+s=
Thank you Sato,
Sorry could not catch up with your mail earlier... Thanks for pointing this out ;-)
--- cheerio atul
On Sat, Apr 10, 2010 at 11:11 AM, <noreply@pz.org> wrote:
Sato Ichi wrote:
Hello,
I tried running version 0.2.0 on my Fedora Linux system, and this is what I got:
$ export PLATYPUS_HOME=/tmp/platypus
$ java -jar /tmp/platypus/platypus.jar -fontlist
Could not find/open: /tmp/platypus/config\Platypus.properties
Missing file: /tmp/platypus/config\Platypus.properties which is required.
Please place it as indicated and restart Platypus.
It looks like Platypus is using a Windows-style path separator (\), which of course doesn't work in Linux. In fact, after looking through the source code I found "config\\" in these files:
org/pz/platypus/CommandTable.java
org/pz/platypus/Platypus.java
org/pz/platypus/SymbolsList.java
org/pz/platypus/plugin/pdf/PdfSymbolsTable.java
And I found "config" + '\\' in this file:
org/pz/platypus/Literals.java
After changing those to use "config/" and re-compiling, I no longer got those errors and everything seemed to work. The only problem I've noticed since then is that foreign characters, like [c_] for the French cedilla, don't show up. But if I use the older 0.1.6 version then those characters do show up.
----------------------------------
To post a message or request to this forum, see http://platypus.pz.org/mailinglists.html for directions.
To unsubscribe, send a request to this mailing list.
| noreply | 04/10/2010 | |
|
Re: Platypus error in Linux |
atulDOTkhotATGmailDOTcom | 04/10/2010 |
|
<Possible follow-up(s)> |
||
| noreply | 04/10/2010 | |
| noreply | 04/10/2010 |





