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

  • Home
  • SEARCH
  • 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 6126407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:22:08+00:00 2026-05-23T16:22:08+00:00

As I Have described in the title I have a very simple Java Project

  • 0

As I Have described in the title I have a very simple Java Project in eclipse. In the project I have 2 packages:

com.tester.beta.api and
com.tester.beta.sample

The api package has some classes, and the sample project has only one class with main function:

package com.tester.beta.sample;

import java.io.BufferedInputStream;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;

import com.tester.beta.api.Analyzer;

public class Example
{

  /**
   * @param args
   */
  public static void main(String[] args)
  {
    //I load some files from the hdd
    Analyzer analyzer = new Analyzer();

 }

}

I have no compilation errors in eclipse – everything seems to be working fine. But when I run the project and when it goes to this line Analyzer analyzer = new Analyzer();
I get a ClassNotFound Exception…

I have tried cleaning, rebuilding, refreshing the project. restarting eclipse, pc, everything. I tried adding the output folders to the project build path manually – nothing helps. Does any one have an idea what is wrong here? It must be something trivial but I have spent many times on google with no results :/

  • 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-23T16:22:09+00:00Added an answer on May 23, 2026 at 4:22 pm

    You get a class not found because the jar file (or folder) containing the Analyzer class is not in your classpath.

    How are you running the class?

    If you are running in command line mode, you have to specify the classpath as follows:

    java -cp ./path_to_jar Example
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The question is entirely described in the title : is it possible to have
Hey everyone, I have achieved the effect described in the title using the following
I have a problem as i've described in title. I've got menu and I
As described in the title, I have an app with two UILabels under each
as described in my title, I have 2 objects only in my listview. I
I have a problem accessing to data, described in the title of the question.
Forgive the vague title, I wasn't sure how to describe it. If you have
Please help me to rectify my code. Here I have described the code what
I have the same problem as described in the posts listed below. That is,
I have the same problem as described in ( Last record of Join table

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.