jEveAssets

User Documentation Wiki
The Wiki have permanently been moved to wiki.jeveassets.org

User Tools

Site Tools


cli

This is an old revision of the document!


Command Line Arguments

How To

How to add command line arguments

Windows

  1. Create a shortcut to jeveassets.jar
  2. Right click the shortcut and select Preferences in the popup menu
  3. Select the Shortcut tab
  4. Add the command line arguments at the end of the Target string (outside the quotes)
    Example:
    “C:\jEveAssets\jeveassets.jar” -portable

Linux

java -jar jeveassets.jar -portable

Users

Command line arguments meant for users of jEveAssets

Portable

-portable » Run jEveAssets portable. Saving everything in the jEveAssets directory

Lazy Save

-lazysave » Only save to disk on update and exit. This can be useful if you are syncing the data to cloud (google drive, dropbox, etc.). Note: This may cause you to lose data if jEveAssets exit unexpectedly

Background Update

-backgroundupdate » Update everything (all profiles, all accounts, everything with the cache expired) with a simple GUI and exit

java -Djava.awt.headless=true -jar jeveassets.jar -backgroundupdate » No GUI

Developers

Use these at your own risk!

-debug » Turn on debugging, enabling a lot of extra logging and stuff

-noupdate » Disable all updates

-update » Ignore update times

Using -update may get you banned from ESI
It won't give you access to any new data
You will just get a cached result and a lot of bad karma…

cli.1579043508.txt.gz · Last modified: 2022/04/21 17:40 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki