cancel
Showing results for 
Search instead for 
Did you mean: 

How to import existed project created by eclipse into SAP Web IDE

Former Member
0 Kudos

Hi everyone,

Is there any document about how to import Eclipse projects to SAP Web IDE?

The Menu Items in File->Import are all disabled.

-----------------------------------------------------

After I create a new project , I can import eclipse project to the empty project.

But the preview content is blank , with console error "Uncaught SyntaxError: Invalid regular expression: /#/: Unterminated group " and "Uncaught TypeError: undefined is not a function".

Thank you and best regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi ,

In order to import an existing Web Project from eclipse into the Web IDE you need to

  • Compress the WebContent folder in your eclipse project
  • Create new empty folder in web IDE
  • Right click --> Import --> Archive and select the compressed zip file from your file system

Please notice that it will work only for static web content (only css,js,html but not jsp,php etc)

Also if your applications have dependencies in 3-party libraries you can either import them or use CDN.

Hope it helps.

Ran.

Answers (0)