Eclipse oxygen, Java: cannot run project

103 views Asked by At

project: lwjgl is installed because I am trying to make a 3d game. presently I am trying to figure out how Minecraft random terrain generation works. however i am unable to run the project.

When I try to run my project with plugins test in eclipse oxygen, it gives me the error:

java.io.FileNotFoundException: Plugin directory test_plugins not found.
    at net.java.games.util.plugins.Plugins.scanPlugins(Plugins.java:82)
    at net.java.games.util.plugins.Plugins.<init>(Plugins.java:76)
    at net.java.games.util.plugins.test.PluginTest.<init>(PluginTest.java:92)
    at net.java.games.util.plugins.test.PluginTest.main(PluginTest.java:119)

when i click on any of the plugin names it only gives me:

unable to open external editor C\users\hp\desktop\Jad.exe

I have uninstalled any remnants of Jad or Jadclipse that i can find on my computer. am i doing something wrong? or is there something i might have overlooked?

I am trying to run the project as a java application, it then gives me 3 options: cache line size, plugins test, and XMP file. all 3 of these options give me error messages.

0

There are 0 answers