Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: help with error in modding on eclipse  (Read 1337 times)

alu180

  • Ensign
  • *
  • Posts: 1
    • View Profile
help with error in modding on eclipse
« on: April 29, 2015, 12:35:32 PM »

hi i need help with this error on eclipse
Spoiler
Description   Resource   Path   Location   Type
The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files   MissionDefinition.java   /my mod/starsector/starsector-core/data/missions/turningthetables   line 139   Java Problem
[close]

this is the line on the code:
Spoiler
// Add some planets.  These are defined in data/config/planets.json.
      api.addPlanet(0, 0, 256f, "desert", 250f, true);
[close]

i did everithing on the eclipse modding tutorial
so please someone help me!! :-\
and sorry for my english ;D
Logged

kazi

  • Admiral
  • *****
  • Posts: 714
    • View Profile
Re: help with error in modding on eclipse
« Reply #1 on: May 01, 2015, 09:10:40 PM »

Wait, why did you include the entire Starsector folder in your mod? Your project shouldn't contain any of the core files except the APIs as dependencies.
Logged