Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6992971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:42:15+00:00 2026-05-27T19:42:15+00:00

My friend and I are using GitHub to collaborate on a project, and I

  • 0

My friend and I are using GitHub to collaborate on a project, and I just downloaded a package he had. He wrote it in NetBeans and I’m using it in Eclipse. Four of the classes in the package have the regular icon, a white page with a blue J. But three others have a white page, but there’s an outline of a blue J instead of a filled J. The four regular classes all expand into class and then method/property trees, but the three odd classes don’t expand at all in the Package Explorer. When I try to reference one of the odd classes in a regular one, i.e.

List<Reminder> list = new ArrayList<Reminder>();

It puts a red underline under the class Reminder and when I hover over it with my cursor, it tells me to add an import statement, but when I click on where it says that it doesn’t add the import statement. When I try to type in the import statement myself, i.e.

import MobiTech.PlaceSaver.Reminder;

It says the import can not be resolved. The syntax used for declaring the class seems to be correct:

public class Reminder
{
public Location location;
public String message;
//Reminder radius in meters
double radius = 1.0;

public Reminder()
{
}
public Reminder(Location l, String m)
{
    message = m;
    location = l;
}

public Reminder(Location l, String m, int r)
{
    message = m;
    location = l;
    radius = r;
}

I don’t see what’s going on, any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T19:42:15+00:00Added an answer on May 27, 2026 at 7:42 pm

    You should take a look at this. It seems the “outline of the blue J” is the second one on that list, which means that Java file is not on a build path. Follow this guide to add them to your project’s build path.

    Edit: or this one, that one’s nice and simple. Go down to “2. Adding existing files to the project”.

    Edit 2: As the OP said in the comment below, to add the existing code to the project, right click on it (the package or directory) in the package explorer, then select “Build Path -> Include”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working with a friend using github and eclipse. Initially he created the repository
Me and my friend using flex builder (eclipse based) with subclipse for a project.
I just started using github.com and my friend and I are working on a
I'm working under project (using github) with my friend. The situation: My friend checkouted
I have a friend who is using c# Linq to report on the following
I'm using Windows Vista and C#.net 3.5, but I had my friend run the
I have a typical server in my end and a friend using a client
I'm using eclipse egit with github. I found something strange that I didn't change
hi i have put this together this morning for a friend using MVC he
I use git with my friend to collaborate on a project. He created a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.