Jump to content

'Missing' Class


Dambob

Recommended Posts

Hey there. I've just updated my dev environment for 1.6.2 but I've hit a bump.

 

Caused by: java.lang.Error: Unresolved compilation problem: 
The type com.google.common.collect.Multimap cannot be resolved. It is indirectly referenced from required .class files

 

My previous code (altering a few lines to the updated version) is causing the issue. The class(es) giving the error all extend itemSword, which happens to import the multimap class. I'd be fairly okay with this however running the vanilla version (with just forge, FML and MCP installed) works fine, so in theory the class exists.

 

This leads me to believe that it's building in the wrong order, using eclipse I forced the Minecraft project (vanilla, Forge, MCP & FML) to build first, then the second project. This is still causing a problem.

 

Could anyone help here? Thanks.

Link to comment
Share on other sites

That's what I would believe too, however I can see guava-14.0.jar in the referenced libraries as well as in the jars folder (in the Minecraft project, the one that is running fine)

 

I'm using a secondary project as the modded version (in the same workspace) which has the Minecraft Project as a dependency, getting built first.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.