Re: DOUBT FROM AN INDIAN STUDENT

2008-01-14 Thread chandra sekhar
Respected sir , I am trying to run C:\Program Files\apache-uima\lib\uima-core.jar , iam getting an error . The error is : Failed to load Main-class Manifest attribute from %UIMA_HOME%/lib/uima-core.jar. can any one help me in this reagrd.

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-14 Thread chandra sekhar
Respected Sir , i did corrections as you specified. i installed jdk-1_5_0-windows-i586.exe , i stored java in program file folder. , I installed UIMA SDK also in program folder. now the EV are as follows: java_home : Program Files\. path : %UIMA_HOME%\bin; UIMA_HOME : C:\Program

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-14 Thread chandra sekhar
sir , thank you , now i will do that , and make you know the result.

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-14 Thread Adam Lally
On Jan 13, 2008 2:52 PM, chandra sekhar [EMAIL PROTECTED] wrote: Respected sir , I did corrections according to your suggestions. I installed jdk-1_5_0-windows-i586.exe in C drive. now : JAVA_HOME : C:\jdk-1_5_0-windows-i586.exe jdk-1_5_0-windows-i586.exe is an installer. That's not what

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-14 Thread chandra sekhar
Respected Sir , now i set JAVA_HOME variable to C:\Program Files the error in document analyzer is solved, but there is a path not found error in adjustExamplePaths.bat file. The error message is like this. C:\Program Files\apache-uima\binsetlocal C:\Program Files\apache-uima\binif

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-14 Thread Marshall Schor
Hi - Please post what you have the JAVA_HOME environment variable set to. It appears to be set to: C:\Program Files\\bin\ This doesn't look correct. -Marshall chandra sekhar wrote: Respected sir , I set JAVA_HOME to C:Program Files only. Error in document analyzer is solved,but there is

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-14 Thread Tong Fin
At least, you have 1 problem. Your JAVA_HOME should be Program Files. That is why Windows CANNOT find java when you run: C:\Program Files\\bin\java (There are \\ before bin. It should be C:\Program Files\bin\java). Please try to fix this. -- Tong On Jan 14, 2008 10:47 AM, chandra sekhar

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-14 Thread chandra sekhar
Respected sir , I set JAVA_HOME to C:Program Files only. Error in document analyzer is solved,but there is an error in adjustExamplePaths.bat file. the error message is like this: C:\Program Files\apache-uima\binsetlocal C:\Program Files\apache-uima\binif C:\Program Files\ == (set

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-14 Thread Tong Fin
Good progress ! If you modify the setting of JAVA_HOME, it is a good idea to RERUN adjustExamplePaths.bat file to pick up the new value. Could you please POST the error that you got in DOS command prompt ? -- Tong On Jan 14, 2008 11:55 AM, chandra sekhar [EMAIL PROTECTED] wrote: Respected Sir

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-14 Thread Marshall Schor
chandra sekhar wrote: Respected Sir , now i set JAVA_HOME variable to C:\Program Files This still appears to be incorrect, I think. Is there a local student or teacher at your university who can help you set up your JAVA_HOME variable to point to where Java 5 is installed? I'm

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-14 Thread chandra sekhar
Respected sir , java Installer installed java in in C:\ProgramFiles. now i set JAVA_UIMA to C:\Program Files\Java\jdk1.5.0 and i run both adjustExamplePaths.bat file documentAnalyzer.bat file . now the cmd messages as folowes: a*djustExamplePaths.bat:* C:\Program

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-14 Thread chandra sekhar
Respected Sir , I didnt found any error messages while running both batch files.But i didnt get a window when i run documentAnalyzer.bat file.

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-14 Thread Marshall Schor
chandra sekhar wrote: Respected Sir , I didnt found any error messages while running both batch files.But i didnt get a window when i run documentAnalyzer.bat file. I don't have a good idea what to suggest specifically. Please see if you can get a professor, or another student at your

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-13 Thread Marshall Schor
Hi - Can you please post more information so we might be better able to help? For instance, what version of UIMA did you install, where did you get it from, what steps did you take when installing it, did you set up the environment variables as described in the README? -Marshall chandra

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-13 Thread chandra sekhar
Respected sir , I am very thankful to your reply . I am downloading UIMA SDK from http://incubator.apache.org/uima/downloads.cgi . from this site , i downloaded from binary distributions section. I tried 1)uimaj-2.2.1-incubating-bin.zip [asc] [md5] [sha1]

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-13 Thread Tong Fin
Hi Sekhar, What error/exception do you get ? Could you please post the error message displayed in the command prompt window ? If you run the documentAnalyzer.bat batch file, you need to add pause statement at the end of this file to be able to capture the contents of the command prompt

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-13 Thread Marshall Schor
The path variable seems to show several possible problems. There appear to be several installs of UIMA, possibly at different levels, from different sources, on your machine. The PATH variable points to the following: C:\UIMA\bin; C:\Program Files\IBM\uima\bin; C:\uima\uima1\bin;

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-13 Thread Marshall Schor
I see another problem - this is probably the direct problem. On you machine, you have an environment variable called JAVA_HOME, and it is set to C:\j2sdk1.4.2_03 However, it appears you no longer have Java installed there. To fix, please install Java 5 (or 6 - these are the levels required

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-13 Thread chandra sekhar
Respected sir , I did corrections according to your suggestions. I installed jdk-1_5_0-windows-i586.exe in C drive. now : JAVA_HOME : C:\jdk-1_5_0-windows-i586.exe PATH : C:\TODAY\apache-uima ( i installed UIMA SDK in C drive , in TODAY folder) UIMA_HOME :C:\TODAY\apache-uima but still i m

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-13 Thread Tong Fin
It looks like C:\jdk-1_5_0-windows-i586.exe\bin is NOT in the path. Could you open a DOS command prompt and try to run the following command to see if it works: C:\jdk-1_5_0-windows-i586.exe\bin\java If it doesn't work, please add C:\jdk-1_5_0-windows-i586.exe\bin to the PATH environment

Re: DOUBT FROM AN INDIAN STUDENT

2008-01-13 Thread chandra sekhar
Respected sir , I directly using jdk-1_5_0-windows-i586.exe in C drive , i am not using ant folder called JAVA.. now i set path variable to C:jdk-1_5_0-windows-i586.exe . I run it cmd prompt of windows.when i run it ,it started to install. now my path variable is like this : path :

DOUBT FROM AN INDIAN STUDENT

2008-01-12 Thread chandra sekhar
Respected sir , I am V.chandra sekhar , from INDIA doing MS in Information Technology in DA-IICT (One of finest Tech Schools in INDIA), I am doing my internship in UIMA, I installed UIMA SDK , but i am not able to run document analyzer.bat fle. i need to get Document Analyzer window, but i