Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COIt gives this error in terminal: [alef@localhost ~]$ java -cp /../code-misc.jar /.../MultiDoc.jar Exception in thread "main" java.lang.NoClassDefFoundError: /.../MultiDoc/MultiDoc/jar Caused by: java.lang.ClassNotFoundException: .home. ... .MultiDocDateMathcer.jar at java.net.URLClassLoader$1.run(URLClassLoader.java:217) ... at java.lang.ClassLoader.loadClass(ClassLoader.java:266) Could not find the main class: /.../MultiDoc/MultiDocr.jar. Program will exit. I have that code-misc.jar in my CLASSPATH and it contains code package which has Constants.class file.
      singulars
    2. COActually it should not work this way, I am using GATE (a NLP tool) and it does not have main function, instead of main it has execute() which exactly works as a main method in normal java code. GATE has its own environment, and its own gate.jar file which contains its own version of java library + some NLP specific written libraries. It works like a JAVA editor GUI but with extra NLP related features. I am using it since 4 months ago and it has been working fine, but I never tried interfaces before.
      singulars
    3. CO@alef - if you start it with `java` then you **need** a class that has a main method. Maybe the GATE framework provides a class with a main method and you contribution/plugin provides that `execute()` method. Believe me, there is a `main` method somewhere. Examine the `MANIFEST.MF` file inside `MultiDoc.jar`, there should be a pointer.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload