Iam using eclipse luna with google plugin to develop google app engine application. I installed the update for google plugin and my project which was working well is now full of errors. The import statements for JDO and appengine is showing errors like "import javax.jdo cannot be resolved". when i try to run it with the errors it shows: Error: Could not find or load main class com.google.appengine.tools.development.DevAppServerMain. My project was working perfectly before i update the google plugin. The version of eclipse and google plugin: Version: Luna Service Release 2 (4.4.2) Build id: 20150219-0600 Google plugin for eclipse 4.4
Eclipse Luna Google plugin update
269 Views Asked by parthi82 At
1
There are 1 best solutions below
Related Questions in GOOGLE-APP-ENGINE
- Deployment through app engine, cloud sql database, problem connecting with server code, doesn't connect
- Jetty 12 idle timeout limited to 30 seconds when upgrading to Java 21 in Google App Engine Standard Environment
- Unable to deploy to GAE from Github Actions
- Migrating Google App Engine - Eclipse Java 8
- How to use Oauth in order to log‑in on .googleapis.com on almost any arbitrary endpoints domains from the web browser?
- Running gcloud app deploy and getting PERMISSION_DENIED 'compute.regions.get', despite having Owner and Compute admin permissions
- Spring security CORS configuration not working after deploying to App Engine
- Google App Engine: manual scaling with one instance suddenly created multiple instances
- gcloud.app.deploy Error Response: [13] Failed to create cloud build: invalid bucket
- gcloud.app.deploy Error Response: [13] default Cloud Build service account or user-specified service account does not have access to the bucket
- GCP Java dev_appserver Can't make API call memcache.Get in a thread that is neither the original request thread nor a thread created by ThreadManager
- How to correlate and aggregate logs in Google App Engine Python 3?
- App Engine Python3 db / ndb & eventual consistency
- How do I connect to Google Cloud mySQL from App Engine using Django-Environ?
- How to deploy my fast api with llama 2 on app engine
Related Questions in ECLIPSE-LUNA
- Obtaining Dependency Graphs for Eclipse Projects Without the need of a full Build
- My Eclipse luna wont start up what should i do?
- Can't run Eclipse Luna
- Papyrus is not showing the existing diagram
- I get java.net.SocketException: Permission denied: connect when launching tomcat server in eclipse
- Getting Error on installing Maven in Eclipse Luna Release (4.4.0)
- How to contribute e4 part to Window > Show View > Other under Eclipse 4.4 (Luna)
- How to search by method's fully qualified name in Eclipse
- Eclipse 4.4 quit unexpectedly on MacOS - works when run from terminal
- Eclipse Luna and JavaFX. How do I update my processor's driver on Windows Vista 32-bit?
- Eclipse: Added jfxrt.jar to build path but errors still show up
- Cannot install e(fx)clipse in Eclipse Luna
- Cannot import class in eclipse
- How to convert existing files' encoding to UTF-8 in eclipse Luna
- Issue with importing Custom Scala Jar
Related Questions in GOOGLE-PLUGIN-ECLIPSE
- JS-issue "undefined query" when trying to create chrome-plugin
- Updating to App Engine Java 11 Standard Environment: Project Facets in Eclipse
- How do I deploy a Java AppEngine app using a Serverless VPC access connector with Google plugin for Eclipse?
- Can not install Google Cloud Platform Plugin for Eclipse
- Deploying App Engine app with p12 file using Cloud Tools for Eclipse
- local server says "stopping, synchronized." after upgrading to new Cloud tools plugin in eclipse
- Google Login without google-services.json file
- Eclipse Oxygen very slow server startup when debug on GAE projects. Server process hangs in a stopping pending state
- Why does Google Cloud Tools Plugin for Eclipse say "No Projects Found"?
- Eclipse Oxygen and Google Cloud Tools Missing javax.servlet Classes from Build Path
- Upgrade to Cloud Tools For Eclipse 1.4.0 appengine-api now missing
- Change WAR directory in Eclipse
- No Google icon after installing Google Cloud Tools for Eclipse plugin
- Project won't launch on Google Cloud Tools for Eclipse
- Eclipse Neon running GAE is incredibly slow to refresh
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The update must have replaced the gae sdk with a newer version.
Go to your project properties > Google > App Engine and make sure a valid sdk version is selected.