sorry but im new in java environment when i search for the main class it show a list of main classes i only found net.sourceforge.docfetcher.DocFetcher and i tried to link to net.sourceforge.docfetcher.Main still same error could you plz give me from your time explain to me step by step where i can or how i include it thanks for your time
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are two main classes, net.sourceforge.docfetcher.Main and net.sourceforge.docfetcher.gui.Application. Main is for starting the program outside the IDE, Application for starting it inside the IDE.
If that doesn't help, then please explain in more detail what you are trying to do.
Last edit: Nam-Quang Tran 2014-06-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Looks like you're using the older version DocFetcher 1.0.3. This version is really old and not supported anymore. Please try the latest version 1.1.11 instead.
v1.1.11 should run with JRE 8 without problems; not sure about v1.0.3.
Last edit: Nam-Quang Tran 2014-06-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
The main class is net.sourceforge.docfetcher.Main.
Best regards
q:-) <= Quang
sorry but im new in java environment when i search for the main class it show a list of main classes i only found net.sourceforge.docfetcher.DocFetcher and i tried to link to net.sourceforge.docfetcher.Main still same error could you plz give me from your time explain to me step by step where i can or how i include it thanks for your time
There are two main classes, net.sourceforge.docfetcher.Main and net.sourceforge.docfetcher.gui.Application. Main is for starting the program outside the IDE, Application for starting it inside the IDE.
If that doesn't help, then please explain in more detail what you are trying to do.
Last edit: Nam-Quang Tran 2014-06-08
hi i only trying to lunch the program but when search for main class i only find this :
net.sourceforge.docfetcher.DocFetcher
im using jre8 is compatible or not
Looks like you're using the older version DocFetcher 1.0.3. This version is really old and not supported anymore. Please try the latest version 1.1.11 instead.
v1.1.11 should run with JRE 8 without problems; not sure about v1.0.3.
Last edit: Nam-Quang Tran 2014-06-08
this was downloaded from trunk release is it old version ??
i guss its old ok i will try from git source thank you