Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] how to implement hover help

Shikha,

I suspect that is something simple.  Check the following:
Are you running a build for the correct platform?
Does the file /root/linuxtest/eclipse exist?
Does the file /root/linuxtest/eclipse/eclipse exist?  In this case your
should be launching from (or set eclipseHome) /root/linuxtest/eclipse, not
/root/linuxtest
Does the executable have correct permission, i.e. was it unzipped
correctly, and do you have the rights to execute it?

Konrad Kolosowski
Eclipse Help System



                                                                                                                                              
                      Shikha                                                                                                                  
                      Srivastava/Raleigh/IBM@I        To:       platform-help-dev@xxxxxxxxxxx                                                 
                      BMUS                            cc:       Marie Bradford/Cary/IBM@IBMUS                                                 
                      Sent by:                        Subject:  Re: [platform-help-dev] how to implement hover help                           
                      platform-help-dev-admin@                                                                                                
                      eclipse.org                                                                                                             
                                                                                                                                              
                                                                                                                                              
                      06/10/2003 01:10 PM                                                                                                     
                      Please respond to                                                                                                       
                      platform-help-dev                                                                                                       
                                                                                                                                              







Hi
I am using Eclipse Help Infocenter binaries(2.1.1) for the following
platforms
Windows
Linux
Aix
and Sun.
I am also trying ot strip down the number of binaries to the bare minimum
needed
For all the platforms i   i have the following binaries included

org.apache.lucene
org.apache.xerces
org.eclipse.core.boot
org.eclipse.core.resources
org.eclipse.core.runtime
org.eclipse.help
org.eclipse.help.appserver
org.eclipse.help.webapp
org.eclipse.tomcat
org.eclipse.update.core
Plus additional platform specific ones.

I am getting the following error when i try to start eclipse infocenter

java.io.IOException: /root/linuxtest/eclipse: cannot execute
        at java.lang.UNIXProcess.forkAndExec(Native Method)
        at java.lang.UNIXProcess.<init>(UNIXProcess.java:139)
        at java.lang.Runtime.execInternal(Native Method)
        at java.lang.Runtime.exec(Runtime.java:546)
        at

org.eclipse.help.internal.standalone.Eclipse.launchProcess(Eclipse.java:104)

         at
         org.eclipse.help.internal.standalone.Eclipse.run(Eclipse.java:91)

         I am getting this error on SUn,Aix and Linux.

         Is ther anything i am missing?


         Thanks a lot for your help,
         Shikha

_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-help-dev




Back to the top