Eclipse does not start when I run the exe?

前端 未结 26 853
轻奢々
轻奢々 2021-02-01 00:19

When I run the Eclipse.exe within the given folder, it will not start. The Eclipse splash screen will appear for a split second then close. There are no errors.

I\'ve t

相关标签:
26条回答
  • 2021-02-01 01:05

    Kindly check the following:

    1) Your eclipse version,whether it is compatible with what version of java. Have that.

    2)Check the operating system specific BIT requirements either 32/64 with eclipse version.

    3)Usually java will be installed in ProgramFiles for Java if both OS & Java are 64 bit else it will be in ProgramFiles(x86) if java is 32bit and OS is 64Bit.

    4)Last but not least check the environment variables for Java whether it meets the requirements of your eclipse version.

    Hope this Helps you!

    0 讨论(0)
  • 2021-02-01 01:05

    I have fixed it by deleting the .metadata/.lock file.

    0 讨论(0)
  • 2021-02-01 01:06

    Just simply uninstall java 8 update 45, it worked for me. Also you might need to delete the metadata of your workspace as I have first deleted the metadata and then uninstalled java 8 update 45.

    0 讨论(0)
  • 2021-02-01 01:06

    If eclipse (none of them) doesn't launch at all and there's not even an error message, uninstall Java 8 Updater and reinstall Java 8 from scratch, this should work. Have luck!

    0 讨论(0)
  • 2021-02-01 01:08
    1. Press Win key + X
    2. click 'System' link from popup menu
    3. click advance setting link (Left panel) in opened 'System setting' window (Control Panel\System and Security\System)
    4. Now a window named 'System property' will be open, select 'advance' tab and click on environmental variables
    5. Select path variable from 'System Variable' list section. and click edit
    6. click new button on newly opened window and paste your Jre folder link(Jre in JDK) click okey , okey , okey
    7. re run your program :p
    0 讨论(0)
  • 2021-02-01 01:08

    re install your java. First check your OS version.

    0 讨论(0)
提交回复
热议问题