简体   繁体   中英

What is the way to import application hosted on GAE, into eclipse?

I have some applications running on GAE . I was using netbeans to maintain the applications but have now shifted to eclipse. I have installed the necessary plugins required to run and deploy GAE apps.

I want to import those applications hosted on GAE into eclipse . How can I do this in eclipse ?

Create a new workspace in Eclipse and create new projects there with the same names and application ids as your existing applications. Create the same Java namespaces as you had in NetBeans in these new projects. Import the source code files from the NetBeans directories into the new Eclipse project namespaces.

This manual approach is the most likely to succeed. Various shortcuts hoped for by lazy people have a greater risk of failing because of undocumented differences between NetBeans and Eclipse.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM