linuxscout / sarf

Sarf - Arabic Morphology System
9 stars 1 forks source link

Java Problem #1

Open MonsterMMORPG opened 7 years ago

MonsterMMORPG commented 7 years ago

Hello. Normally i am a c# developer i don't know java. But i have to figure out how to use this project to generate forms of the given words

at the very least

So, I have installed Eclipse Neon 2 version 4.6.2 (https://www.eclipse.org/downloads/download.php?file=/oomph/epp/neon/R2a/eclipse-inst-win64.exe) Downloaded sarf project Downloaded org.apache.commons-beanutils org.apache.commons-digester org.apache.commons-collections

I have set classpath variables like this

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry excluding="org/|org/apache/commons/digester/|org/apache/commons/digester/rss/|org/apache/commons/digester/xmlrules/" kind="src" path="src"/>
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    <classpathentry kind="lib" path="D:\77 sozluk projesi\sarf-master\commons-beanutils-1.9.3.jar"/>
    <classpathentry kind="lib" path="D:\77 sozluk projesi\sarf-master\commons-digester3-3.2.jar"/>
    <classpathentry kind="lib" path="D:\77 sozluk projesi\sarf-master\commons-collections4-4.1.jar"/>
    <classpathentry kind="lib" path="D:\77 sozluk projesi\sarf-master\commons-digester3-3.2-with-deps.jar"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

Then i have imported sarf project as a project import

It gives this error any ideas? windows 8.1

java error

desc

MonsterMMORPG commented 7 years ago

It also has warning labels in folders. Would they cause any trouble?

warrr