Prompter4J Released 1.0
Prompter4J is a library to get the user raw input in an interactive manner. Maven Add this dependency in your pom.xml and start using.
Prompter4J is a library to get the user raw input in an interactive manner. Maven Add this dependency in your pom.xml and start using.
How to Run your Pycharm IDE under 64bit JVM..? What is the real issue..? First you should to know all jetbrains IDE's are written in Java. The issue because of your pycharm needs more memory to process your projects and files at the backend Java...
How to access external libraries with in pentaho..? Pentaho Data Integration Tool (PDI) is mainly used for Extraction, Transformation, Load (ETL). They have their own components to do basic and advanced ETL operations. Install Download and...
Installing oracle / SUN JDK and JRE in ubuntu and CentOS
Access Red5 context in spring MVC DispatcherServlet Before we start, some prerequisites for reader. How Spring MVC works. tutorial Basic knowledge about red5. Then only you can understand clearly 😄 . If you don't have, no worries. Having...
Using Calendar class in java you get everything. We can get the last date of the month using that. Please have a look of this code snippest to get last date of the passing month. Here is the full code click Here public static Date...
Don't think I had broke the security system of facebook and got others personal information. I am not a such a knowledge person 😄 .. Just see the below picture Is this possible a human can click 2000 mouse click per second. No way... We broke a...
Image to binary data in java Today i learn a new thing. That is come across like this way.. I tried to install "Bing" search provider to  my Mozilla Firefox. But that Bing favicon is not shown on the search provider. Download the mozilla firefox...
Properties File converter Google Translator can convert any word/sentence from one language to other language. Now a days all web application have i18n support. The developers just create a properties file for English in key value format and then...
Is there any api for capure my screen ..? You don't need any api. Java have the inbuild functionalities for this. Using the Robot class you can print your screen. Here is the code sample and explanation. Example code: import...