Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] How to specify the plugins directory

You should ask your question on the eclipse.platform newsgroup:
http://www.eclipse.org/newsgroups/

Runtime options are specified in the help:
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html

Later,
PW


                                                                                                   
  From:       "Brian Sun" <briansun.vip@xxxxxxxxx>                                                 
                                                                                                   
  To:         platform-dev@xxxxxxxxxxx                                                             
                                                                                                   
  Date:       07/13/2007 09:08 PM                                                                  
                                                                                                   
  Subject:    [platform-dev] How to specify the plugins directory                                  
                                                                                                   





How to specify the plugins directory? It's about RCP 3.3. We want to
put the plugins directory into Eclipse.app/Contents/Resources/Java
directory on Mac OS X. Thank you!

We used "-startup ../Resouces/Java/startup.jar" in RCP 3.2. But in
3.3, the startup.jar is missing. Changing it to "-startup
../Resouces/Java/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar"
doesn't work.


--
Best Regards,
================================
Brian Sun
http://www.xmind.org/
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-dev




Back to the top