TRACER
  • Introduction
  • Manual
    • About the manual
    • Introduction
      • Text Reuse
      • TRACER overview
    • System prerequisites
    • Download and installation
    • Corpus preparation
    • PoS-tagging, lemmatisation & WordNets
    • Configuration
      • Step 1. Preprocessing
      • Step 2. Featuring/Training
      • Step 3. Selection
      • Step 4. Linking
      • Step 5. Scoring
    • Execution of TRACER
    • Postprocessing
    • Results & computed files
    • Keeping a detection logbook
    • Limitations
    • References
  • Beta
    • Visualising results in a tabular format
    • BabelNet API
    • Text preprocessing automation
  • Support
    • Troubleshooting
      • Unable to parse date
      • Unable to access jarfile
      • Empty score and link files
      • Java lang no class definition found
      • Out of memory
      • Out of bounds exception
      • Windows: length of folder name
      • Windows: PowerShell
    • FAQ
    • Publications
    • Resources
    • Command line: MAC vs. Windows
Powered by GitBook
On this page
  1. Support
  2. Troubleshooting

Windows: PowerShell

Error: Could not find or load main class .etrap.medusa.config.ClassConfig=conf.tracer_config.xml

Cause: Windows PowerShell seems to misinterpret the class due to the - in the command. In other words, it looks for .etrap.medusa.config.ClassConfig=conf.tracer_config.xml instead of -Deu.etrap.medusa.config.ClassConfig=conf/tracer_config.xml

Solution: Do not use the PowerShell but switch to the Command Line.

PreviousWindows: length of folder nameNextFAQ

Last updated 7 years ago