简体   繁体   中英

Netbeans not running my project

Everytime I try to run my project netbeans gives me the following error:

AppData\\Local\\NetBeans\\Cache\\8.2\\executor-snippets\\run.xml:53: Java returned: -1073740791

Tried to run in another PC and it works, other projects also works. I gotta delivery this project tomorrow and don't know what to do :/

PS: Sorry for my bad english.

Here is the line 53 from the xml

    <java classpath="${classpath-translated}" classname="${classname}" dir="${work.dir}" jvm="${platform.java}" fork="true" failonerror="${java.failonerror}">

Looking on it I can assume that you should check these:

  1. Check libs which your project have in dependencies.
  2. Take a look here . Maybe you have main class undefined in the project properties.

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