priya venkateshan wrote:
Hi,
when i run the adjustExamplePaths.sh script, i get a bunch of errors:
[: 24: ==: unexpected operator
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/uima/internal/util/ReplaceStringInFiles
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/uima/internal/util/ReplaceStringInFiles
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/uima/internal/util/ReplaceStringInFiles
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/uima/internal/util/ReplaceStringInFiles
What is possibly causing this, and how do i prevent this from happening?
In the Getting Started Guide you will find the following installation
instruction to install UIMA:
To install UIMA you have to:
1. Download the perferred binary distribution package. To verify the
download you can use the signature files provided for each file.
For details on how to verify the download please refer to
"Verifying a Release Download
<http://incubator.apache.org/uima/downloads.cgi#VerifyDownload>"
2. Unzip the downloaded release package to a target directory of your
choice.
3. Create an UIMA_HOME environment variable that points to the target
directory where you have unzipped the downloaded release package.
4. If you haven't already set a JAVA_HOME variable, create a
JAVA_HOME environment variable that points to a JDK (Java
Development Kit) of your choice. UIMA requires at least a Java
level 1.4 to run. For more details about the supported Java
versions, please refer to the README document of the release package.
5. .....
I think you missed step 3.) . Please create the UIMA_HOME environment
variable and try again.
-- Michael