NetBeans IDE 8.0 was finally released on March 18, 2014, which provides out-of-the-box code analyzers and editors for working with the latest Java 8 technologies.
1) Download AnyDesk.deb file from below site as per your system os (32/64) https://anydesk.com/download 2) open terminal and login with root sudo su Enter password for root user 3) Go to Download Directory cd Download 4) Change file permission using below command chmod 777 anydesk.deb 5) Install package using below command dpkg - i anydesk.deb 6) Search AnyDesk in search area
A small quick demonstration to show how you can make setup.exe file from your java .jar application by bundling jre(java run time environment) along your application and making a setup.exe executable file. using launch4j and inno setup compiler ,your application need not download jre from internet since it is already bundled into one full package. >> You can download launch4j from here >> You can download innoset up from here >> View video for step by step guide
Using shortcuts make a developer more productive. Eclipse provides keyboard shortcuts for the most common actions. Using shortcuts is usually preferable as you can perform actions much faster. Eclipse supports of course the typical shortcuts, e.g. Ctrl+S for saving, Ctrl+C for copying the selected text or file and Ctrl+V for pasting the element currently in the clipboard. Click here to view tutorial
Comments
Post a Comment