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 9031695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T07:47:45+00:00 2026-06-16T07:47:45+00:00

I was working on creating my first Xuggler media application. I was coding by

  • 0

I was working on creating my first Xuggler media application. I was coding by watching their video on how to create the first media application.

Code

package demo;

import com.xuggle.xuggler.IContainer;

public class GetContainerInfo {
    public static void main(String[] args) {
        if(args.length!=1){
            throw new IllegalArgumentException("no file");
        }
        IContainer container = IContainer.make();
        if(container.open(args[0],IContainer.Type.READ,null)<0){
            throw new IllegalArgumentException("could not open");
        }
    }
}

Error

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.  

Do I have the dependencies?

Yes, I do! I have all the dependencies. I imported them while creating the project.
Image:
enter image description here

What is causing that error and how do I solve it?

  • 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-06-16T07:47:46+00:00Added an answer on June 16, 2026 at 7:47 am

    From SLF4J manual:

    > SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    > SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J:
    > See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
    > details.
    

    This warning is printed because no slf4j binding could be found on
    your class path. The warning will disappear as soon as you add a
    binding to your class path. Assuming you add slf4j-simple-1.7.2.jar so
    that your class path contains: slf4j-api-1.7.2.jar
    slf4j-simple-1.7.2.jar …

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

Sidebar

Related Questions

I have an application running with a working table called ANIMAL. Upon first creating
I'm working on creating my first plugin for rails. I'm still pretty new to
i am working inapp-purchase project and first time for creating inapp-purchase in new app
I'm working on creating a self updating application and one issue I'm running into
I am working on creating an MVC application for an existing Bug tracker of
I am working on creating a thread safe control for my windows forms application.
Hey guys... I'm working on creating one of my first websites and currently have
I'm creating my first web application and I'm really confused as to what technology
I am creating my first jQuery plugin and have a somewhat working example (see
I am currently working on creating an application similar to the Contacts app on

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.