cancel
Showing results for 
Search instead for 
Did you mean: 

Not Able to Compiling Flexible UI One-Step-Screenflow example

Former Member
0 Kudos

Hi all,

I downloaded the "Implementing Flexible UI One-Step-Screenflow" example, I create new project in Developer Studio and I add this example to my project but when I compile the project I have an error in the class path;

So I add JAR files in the classpath but the following error occurs:

Cannot find the class file for

com.sapportals.wcm.control.base.InvalidConfigurationException

com.sapportals.wcm.control.util.components.base.BaseCompositeComponent

I don't find the lib.

Someone can help me ?

Thanks in advance.

Stefano

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Stefano,

1)after you down load the "Implementing Flexible UI One-Step-Screenflow" don't create a new project .Unzip the file to local drive.Then from Developer studio,go to file menu->import->Existing project into workspace->then browse the project content and select the ../SimpleOneStepScreenflow from your local drive

2)To compile the project you need to add following list of jar files in classpath

You can get these jar files from the file system,where you have installed J2EE engine and EP.For any kind of portal and KMC project you need these jar files

-


km.shared.ui.util_api.jar

bc.cfg_api.jar

bc.rf.framework_api.jar

bc.rf.global.service.oth_api.jar

bc.util.public_api.jar

bc.wdf.ui.framework_api.jar

htmlb.jar

km.appl.ui.acl_api.jar

km.appl.ui.actioninbox_api.jar

km.appl.ui.applog_api.jar

km.appl.ui.cache_api.jar

km.appl.ui.classification_api.jar

km.appl.ui.classificationtest_api.jar

km.appl.ui.collaboration_api.jar

km.appl.ui.config_api.jar

km.appl.ui.crawler_api.jar

km.appl.ui.crawlerindexmon_api.jar

km.appl.ui.demo_api.jar

km.appl.ui.edit_api.jar

km.appl.ui.flex.collaboration_api.jar

km.appl.ui.flex.control_core.jar

km.appl.ui.flex.uicommand_core.jar

km.appl.ui.ice_api.jar

km.appl.ui.indexadmin_api.jar

km.appl.ui.layout_api.jar

km.appl.ui.navigation_api.jar

km.appl.ui.oth_api.jar

km.appl.ui.quickpoll_api.jar

km.appl.ui.scheduler_api.jar

km.appl.ui.search_api.jar

km.appl.ui.security_api.jar

km.appl.ui.settings_api.jar

km.appl.ui.statemanagement_api.jar

km.appl.ui.subscription_api.jar

km.appl.ui.user_api.jar

km.appl.ui.websiteimport_api.jar

km.appl.ui.xcrawler_api.jar

km.appl.ui.xmlforms_api.jar

km.shared.command_api.jar

km.shared.service.propertyconfig_api.jar

km.shared.ui.base_api.jar

km.shared.ui.enum_api.jar

km.shared.ui.event_api.jar

km.shared.ui.fields_api.jar

km.shared.ui.flex.base_api.jar

km.shared.ui.flex.collection_api.jar

km.shared.ui.flex.detailsoverview_api.jar

km.shared.ui.flex.detailsproperties_api.jar

km.shared.ui.flex.enum_api.jar

km.shared.ui.flex.layout_api.jar

km.shared.ui.flex.property_api.jar

km.shared.ui.flex.readymades_api.jar

km.shared.ui.flex.resource_api.jar

km.shared.ui.flex.screenflow_api.jar

km.shared.ui.flex.uicommand_api.jar

km.shared.ui.flex.util_api.jar

km.shared.ui.generic_api.jar

activation.jar

webservices_lib.jar

bc.crt_api.jar

bc.rf.common_api.jar

bc.rf.framework_api.jar

bc.rf.global.service.mime_api.jar

bc.rf.global.service.rtr_api.jar

bc.rf.global.service.urlgenerator_api.jar

bc.rf.mi_api.jar

bc.rf.util_api.jar

bc.sf.framework_api.jar

bc.util.public_api.jar

com.sap.portal.runtime.application.soap_api.jar

com.sap.security.api.jar

exception.jar

jaxm-api.jar

km.shared.repository.service.layout_api.jar

km.shared.service.propertyconfig_api.jar

km.shared.service.propertystructure_api.jar

km.shared.service.resourcelistfilter_api.jar

km.shared.ui.flex.property_api.jar

km.shared.ui.flex.util_api.jar

km.shared.ui.generic_api.jar

logging.jar

mail.jar

prtapi.jar

prttest.jar

saaj-api.jar

sapxmltoolkit.jar

-


regards

Arati