User Guide » History » Revision 6
« Previous |
Revision 6/12
(diff)
| Next »
Tobias Wich, 03/18/2013 04:40 PM
About the Open eCard App¶
Features¶
Changelog¶
Setup¶
Richclient¶
The Richclient is a Java SE application intended to run as a desktop application. It is usually installed on a machine in an operating system specific manner and executed by the user on his own behalf.
Prerequisites¶
- Java SE 6 or higher
Windows and Mac users can get it at https://www.java.com.
Debian Squeeze users should install the package $openjdk-6-jre$ and $icedtea6-plugin$, while Wheezy users should install $openjdk-7-jre$ and $icedtea-7-plugin$.
Installation¶
- Direct your Browser to https://www.openecard.org/download/pc
- Click the Open eCard App launch Button
Android¶
Operation¶
General¶
App Activation¶
Configuration¶
Each client implementation of the Open eCard App uses a common base set of configuration options and possibly additional client specific settings. The clients provide their own configuration dialogs that are appropriate for the platform or operating system they are running on.
In the rest of this section the settings common to all client implementations are defined and explained. The sections afterwards describe the client specific settings as well as the UIs that provide a more user friendly way to modify these settings.
List of Common Settings¶
The Open eCard App loads and saves all its settings to a Java style property file. This file is user specific and can be found under the path $HOME/.openecard/openecard.properties
. Besides this config file, the $.openecard$ directory may contain other client or plugin specific files, like log settings or log files.
Proxy Settings¶
proxy.socks.host
Hostname or IP address of the server where the SOCKS proxy server is running on.
proxy.socks.port
Port on the proxy host where the proxy service is listening on.
Richclient Settings¶
Troubleshooting¶
Logging¶
Each client may use a different logging framework. In the applet, Java Util Logging is used to save space of the executable while in the richclient, Logback provides a feature rich logging framework. Both are configured differently.
The logging configuration can be modified by a config file in the directory $HOME/.openecard (%HOME/.openecard for Microsoft Windows systems). The file must be named applet_log.properties for the applet and richclient_logback.xml for the richclient. Samples can be found at the end of this page.
After adding the config file, the log granularity of the packages and/ or classes must be configured. The syntax and possibilities of each logging framework are different from each other. The samples include an exemplary line for a package. For further details consult the documentation of the logging framework in use.
The following is a list of important packages to find errors. A complete list is available in the JavaDoc.org.openecard.transport.paos
org.openecard.ifd.scio
org.openecard.sal
org.openecard.sal.protocol.eac
Error Messages¶
Reporting Problems¶
Updated by Tobias Wich over 11 years ago · 6 revisions