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 unive

[DISCUSS] Naming for sandbox project for Asynchronous Scaleout

2008-01-14 Thread Marshall Schor
There is a new sandbox project, currently called uima-ee. Should we change it's name? A suggested alternative uima-as. Some arguments pro / con changing the name Pro: 1. uima-as goes with UIMA, Asynchronous Scaleout, and the name, therefore, more clearly matches the functionality. Th

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 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 Files\apache-uima\bin>setloc

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 gues

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 S

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\bin>setlocal C:\Program Files\apache-uima\bin>if

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 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\bin>setlocal C:\Program Files\apache-uima\bin>if "C:\Program Files\" == "" (set UIMA_J

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 sekh

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 Files\apach

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

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.