Articles

Affichage des articles du juillet, 2016

odules:ty:compileJavaWARNING

modules:ty:compileJava WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by worker.org.gradle.internal.reflect.JavaMethod (file:/Users/---/.gradle/caches/3.0/workerMain/gradle-worker.jar) to method java.lang.ClassLoader.getPackages() WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.reflect.JavaMethod WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release

Facts about Computer !

Most "free" anti virus programs that come preinstalled on laptops are also pretty bad and generally would try to force you to buy them after the initial "free" period has expired. Norton takes A LOT of resources, I've been sporting Microsoft Security Essentials since it's release and have yet to have anything get through onto my laptop or PC, and I take my laptop to public wifi hot spots a few times a week.

-Xlint:deprecation | deprecated API | use unchecked or unsafe operations

Note: Some input files use or override a deprecated API. ( It simply means that you are calling methods which have been marked with a  @Deprecated  annotation.) Note: Recompile with -Xlint:deprecation for details. (Probably, that is because you need to declare a List object, say (e.g.), without omitting '<' and '>': List < Integer > list = new ArrayList < Integer >();) Note: Some input files use unchecked or unsafe operations. ( for example when you call a function that returns Generic Collections and you don't specify the generic parameters yourself. for a function List < String > getNames () List names = obj . getNames (); will generate this error. To solve it you would just add the parameters List < String > names = obj . getNames ();) Note: Recompile with -Xlint:unchecked for details. ( From what I can tell in the docs, you can't do it on the command-line. According to the  javac  documentation , -Xlint:none only disable

java.sql.SQLException: null, message from server

java.sql.SQLException: null, message from server: "Host '?' is not allowed to connect to this MySQL server"

dynamique Raport

Caused by: java.lang.NoSuchMethodError: net.sf.dynamicreports.report.defaults.Default.isLoadSystemFonts()Z at net.sf.dynamicreports.jasper.base.JasperSystemFontExtensionsRegistryFactory.createRegistry(JasperSystemFontExtensionsRegistryFactory.java:51) at net.sf.jasperreports.extensions.DefaultExtensionsRegistry.instantiateRegistry(DefaultExtensionsRegistry.java:238) at net.sf.jasperreports.extensions.DefaultExtensionsRegistry.loadRegistries(DefaultExtensionsRegistry.java:213) at net.sf.jasperreports.extensions.DefaultExtensionsRegistry.loadRegistries(DefaultExtensionsRegistry.java:161) at net.sf.jasperreports.extensions.DefaultExtensionsRegistry.getRegistries(DefaultExtensionsRegistry.java:132) at net.sf.jasperreports.extensions.DefaultExtensionsRegistry.getExtensions(DefaultExtensionsRegistry.java:104) at net.sf.jasperreports.engine.DefaultJasperReportsContext.getExtensions(DefaultJasperReportsContext.java:271) at net.sf.jasperreports.engine.util.JRQueryExecuterUtils.getExecut