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
1) Java the complete reference book 2) Head first java book 3) Special Edition Using Java 2 Platform 4) Java certification 5) Sun certified Java Programmer (SCJP) Notice : - Book name with bold letter must read after, once you have basic knowledge of java language means first read the top three book for basic knowledge of java.
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
Comments
Post a Comment