AtlassianContribs / universal-wiki-converter

Universal Wiki Converter (UWC) is a Java tool used to convert various wikis into Confluence format. No need to fork it, ask for access!
19 stars 27 forks source link

Error: Could not find or load main class com.atlassian.uwc.ui.UWCCommandLineInterface #13

Open zack-snyder opened 7 years ago

zack-snyder commented 7 years ago

Hi there,

I execute the converter like this:

./run_cmdline.sh /home/user/UWC/conf/confluenceSettings.properties /home/user/UWC/conf/converter.mediawiki.properties /home/user/exported_mediawiki_pages/

I am in the binary directory However, I always get the error message: Error: Could not find or load main class com.atlassian.uwc.ui.UWCCommandLineInterface

I followed the steps here: https://wiki.afm.co/display/PUBL/HOW+to+import+Mediawiki+into+Confluence+using+Mediawiki+XML+dump+and+UWC

I installed successfully the pluign: User Date Metadata Framework RPC Plugin

What is wrong here?

PS: I downloaded the source code an extracted everything into my home dir and run from there the scripts.