Java

How To Java Programming Uncategorized
How to Code Signing to Your Java Project
January 9, 2018
0
Recently I was developing an App using Java that will be launched from Website Directly using JNI Technique. I have created a Jar file. But problem is your Jar File will be not leaded or run if the Jar File is not signed with any Code Signing Certificate.   You must generate the CSR from […]
Java Mac
Java Jar Application Crash fix on MacOSX
May 14, 2016
0
, ,
Java Jar Application Crash fix on MacOSX
If you use System.currentTimeMillis(); -- do not forget to add the header import java.lang.*;