Good afternoon. I understand that the question is stupid, but still. When you run the jar package (yours), unnecessary information is displayed in the console:

Trying to load 64-bit library on WINDOWS 7 Java properties: - Java vendor URL: HTTP://JAVA.ORACLE.COM/ - Java VM name: JAVA HOTSPOT(TM) 64-BIT SERVER VM - Java VM vendor: ORACLE CORPORATION - Java vendor: ORACLE CORPORATION - Java runtime name: JAVA(TM) SE RUNTIME ENVIRONMENT 

Also, when running from netBeans, the same lines are displayed. How can they be removed, because the application should read java output

  • How do you run it? - Igor Kudryashov
  • From the console: java -jar File.jar I don’t know how NetBeans launches. Is it somewhere in java itself being configured? - forum3
  • Could it be programmed in your launch class itself? Or it is displayed in the unsuccessful attempt to load some Windows API library. Java itself usually does not display anything like this. Try reinstalling it. - Igor Kudryashov
  • Not. Output via System.out.println. It’s only mine where I get this from, I don’t know. Okay, NetBeans would output the same thing through the console - forum3
  • I understand the problem with 64-bit jdk. I will try to reinstall, and then install 32 bit - forum3

0