How to create a JAR file for a Java project
This post explains how to create a JAR (Java ARchive) file for a Java project. Steps to create a JAR file for a Java project The steps to create a JAR file for a Java project are: Ensure your project…
This post explains how to create a JAR (Java ARchive) file for a Java project. Steps to create a JAR file for a Java project The steps to create a JAR file for a Java project are: Ensure your project…
This solution is only available from JDK 9. In other to set the JDK version on NetBeans, right click on Project > “Properties” >> “Sources” > “Source/Binary format”; and “Libraries” > “Java Platform”. package main; import javax.swing.JFrame; import javax.swing.JLabel; import…
This solution works only for .wav files. Source code: public void playSound() { try { AudioInputStream audioInputStream = AudioSystem.getAudioInputStream(new File(“”).getAbsoluteFile()); Clip clip = AudioSystem.getClip(); clip.open(audioInputStream); clip.start(); } catch(Exception ex) { System.out.println(“Error with playing sound.”); ex.printStackTrace(); } } External References “Playing…
Read the article below, and follow the instructions to make FUSE working on your computer: An alternative is Mounty for NTFS:
KP34 => Planning Profile KP65 => Report Painter > Layout KP06 => Upload file External References
CISA (Certified Information Systems Auditor) is a certification owned by ISACA. Code of Professional Ethics Standards Guidelines
This post lists some free applications to burn optical discs like CDs, DVDs or Blu-Rays for Windows operating system. List of free CD / DVD / Blu-ray Burners for Windows The applications features on this posts are: Infrarecorder ImgBurn CDBurnerXP…
I have been researching about the FNC1 / GS codes that we find in documentation and that we find when reading barcodes for TTT. I will try to send my conclusions, and save most of the details. In some barcodes…
HandBrake HandBrake is available from this link. Download and install if you have not done it before. Open “HandBrake” Select folder of DVD (whether it is in DVD unit or in a downloaded folder) Wait until preview is finished. Click…
ITIL has certifications for professionals, but not for organiations. Organizatios can be certified in service management through ISO 20000. What is ITIL? You can read this post about ITIL. Certifications under ITIL There are different certifications offered within the ITIL…