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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:33:18+00:00 2026-05-20T07:33:18+00:00

I’m using NetBeans IDE to develop a project for my senior year. The project

  • 0

I’m using NetBeans IDE to develop a project for my senior year. The project has to be handed as jar.

The project works fine within NetBeans ( when im using “run project”). So , I created an executeable jar file to it . Unfortunately , the jar file doesnt work , and probably throws execeptions that i cant see . My goal is to print those exceptions to a file , so I could see whats happing on that jar , and to debug it .

I know that netbeans is using deafult logging mode . A code like this one genereted when you try to catch exceptions :

    try {
        manipulate.Adapt.Adaption(tclass);
    } catch (Exception ex) {
        Logger.getLogger(PepperNewAnalysis.class.getName()).log(Level.SEVERE, null, ex);
    } 

I’m not fimilair with java logging methodlogy. I read some information in here , it was good , but not enough to my needs.

So , my question is – how do I tied up those logger – like the one up there for PepperNewAnalysis to a file ?

Is it possible to inform the global logger that all logging should be outputed into a file?

Again , all I want is to print some debug info like the trace of the exception into a file , for every exception that i can check in my project.

please help me , im running out of time.

thanks !

  • 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-20T07:33:19+00:00Added an answer on May 20, 2026 at 7:33 am

    Netbeans uses java.util.logging API for logging. You should read about that, if you want to use the same. Otherwise, the most commonly used logger in Log4J, and its wrappers like SLF4J, LogBack etc.

    IMO, you are good to go with the java.util.logging. Here you can find the java util logging guide.

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

Sidebar

Related Questions

No related questions found

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.