Search:

Type: Posts; User: AloeFerret

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    1,470

    Re: How to use another package's classes?

    Perhaps I have too many gaps in my information to be worrying about this. I will end the thread here.
  2. Replies
    8
    Views
    1,470

    Re: How to use another package's classes?

    Path to main class: C:\Users\(my name)\eclipse-workspace\Lemmatizer Prototype\src\main\main.java
    Path to Noun class: C:\Users\(my name)\eclipse-workspace\Lemmatizer...
  3. Replies
    8
    Views
    1,470

    Re: How to use another package's classes?

    I tried both import parts_of_speech and parts_of_speech.Noun (which I don't want to do, I want to import every single class within the whole package) and nothing worked. Within my eclipse folder, I...
  4. Replies
    8
    Views
    1,470

    Re: How to use another package's classes?

    How do I figure out the path where my class file is located? That is, in such a way that it can be imported? Yeah, I know where the physical .class file is, but what am I supposed to do, say import...
  5. Replies
    8
    Views
    1,470

    How to use another package's classes?

    So I am working on a lemmatizer, currently, so I have one package where I will store classes corresponding to parts of speech, e.g. Noun, Verb and what not. And then in another package I will have my...
Results 1 to 5 of 5