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
Planet Source Code A valuable database full of Java programs, Planet Source Code boasts one of the largest Java code databases I’ve seen on the internet. Within the website, you’ll find the source code for thousands of Java applications, games, and utilities. Some of the categories on Planet Source Code even include programs dealing with security, data structure, and applets–to name a few. Freeware Java Hands down one of my favorite sites as a Java Resource, Freeware Java provides source code for hundreds and hundreds of games and applications. This is by far one of the most valuable websites I’ve had access to over the past year for learning Java. Java Galaxy Java Galaxy is another internet database with hundreds of applications and games complete with free source codes for your learning pleasure. The difference between Java Galaxy and some of the other source code databases in this article is that Java Galaxy source codes are smaller and simpler–the programs aren’...
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