Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Exception in thread "main" java.lang.Error: Unresolved compilation problem error?(Get a Exception in thread "main" java.lang.Error: Unresolved compilation problem error in two classes of mine)
Exception in thread "main" java.lang.Error: Unresolved compilation problem error? [message #1437685] Sat, 04 October 2014 21:22 Go to next message
Bradley Bath is currently offline Bradley BathFriend
Messages: 1
Registered: October 2014
Junior Member
to allow space, here is a pastebin link for each class

code is really long, can't post links. Using lwjgl library


error happens on these lines:

public static void createWindow(int WIDTH, int HEIGHT, String title) -- this is for the second link

Window.createWindow(WIDTHA, HEIGHTA, TITLEA);
Re: Exception in thread "main" java.lang.Error: Unresolved compilation problem error? [message #1437918 is a reply to message #1437685] Sun, 05 October 2014 06:45 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

You havea compilation failure because of this problem. You should see a compilation error showing in the Problems view that needs fixing. This might be a topic for a more general Java forum, such as javaranch.com, but compare the types and order of arguments on the type you're calling against what you're sending.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Define a New Server choosing GlassFish 3.1 gives Internal Error
Next Topic:Eclipse CDT error
Goto Forum:
  


Current Time: Thu Apr 25 01:58:50 GMT 2024

Powered by FUDForum. Page generated in 0.09664 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top