N
nuri.besen
Guest
When trying to write a service call-out, I try to access the server ojbect as below: ICcServer iServer = CcServerFactory.getCcServer() but cannot seem to find the right JAR for it. Using Studio v5.4.1.3. How is the metainf needs to be for it to be able to import? Our current metainf is: Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Extended Operators Core Plug-in Bundle-SymbolicName: com.corticon.eclipse.studio.operations.extended.core Bundle-Version: 5.4.99 Bundle-Vendor: M2 Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.eclipse.core.runtime, com.corticon.legacy, com.corticon.services, com.corticon.thirdparty Export-Package: ., com.m2.corticon.extended.operators Eclipse-RegisterBuddy: com.corticon.legacy
Continue reading...
Continue reading...