cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Webdynpro Tutorial Sample Code

Former Member
0 Kudos

Hi Experts,

There are plenty of tutorials and sample codes available on SDN. Can anybody please specify how to import these applications. It always gives me a classpath error when I try. The steps I use are

1. Create a new Webdynpro Application.

2. Import - Filesystem and select the folder that contains the code.

Please do guide as to where I am going wrong.

Regards

Abdullah

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

The classpath errors are because they refer to some jars which are in a different path.

Right click on the imported webdynpro project - > Properties - > Project Build Path ..

Remove those jar assignments with errors (warning icon on them) and add those jars from your local system.

Regards

Bharathwaj

Answers (3)

Answers (3)

suresh_krishnamoorthy
Active Contributor
0 Kudos
abhijeet_mukkawar
Active Contributor
0 Kudos

Hi,

which code /filesystem you want to import, if you want to import the already existing project into web dynpro, take a look at this,

http://help.sap.com/saphelp_nw2004s/helpdata/en/55/34c83ecedc636be10000000a114084/frameset.htm

if it is something else , let me kno

regards

sid_sunny
Contributor
0 Kudos

Hi Abdullah,

Instead of importing it as file system, do it this way:

Go to File menu -> select Import -> select existing project in workspace option and then browse to the desired folder.

I guess this should help.

Regards

Sid

Former Member
0 Kudos

Hi Siddharth,

Done it in the way u specified it shows the same errors.

Regards

Abdullah

Message was edited by:

Abdullah Ismail

sid_sunny
Contributor
0 Kudos

Hi Abdullah,

I guess this is because the default JARs path is different on your system. Kindly specify the correct path in the .classpath file to remove the errors.

Regards

Sid