diff -r 000000000000 -r d760517a8095 carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/background.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/background.htm Tue Mar 24 22:20:21 2009 -0500 @@ -0,0 +1,37 @@ + + +
+ + +Carbide.c++ is built on the Eclipse platform. The Eclipse components used are:
+The APIs published by these components are available for use in your plugins.
+Carbide.c++ itself publishes a set of APIs which are documented in this guide.
+Carbide.c++ requires Java 5 and a Java 5 JRE is part of the Carbide.c++ installation. +Your plugins can use Java 5 features. The included version of CDT was built with Java 1.4 language compliance.
+ +Developing plugins for Carbide.c++ requires knowledge of Java and Eclipse plugin development practices. +There are a number of good references in this area. Some are:
+