Articles

Affichage des articles du février, 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

how to shutdown / stop javafx thread / process

just use system.exit(0);

how to Import .sql to PHPMYADMIN (localhost)

Log into cPanel Open phpMyAdmin by clicking the phpMyAdmin icon Select the database in the left menu that you will be working with Click Import in the top menu Under File to Import , click Browse and select the backup file you previously created (it will be either a .sql .zip or .tar.gz file). Click Go at the bottom right When the database has been imported successfully, you should see a message at the top of the page similar to: Import has been successfully finished, ## queries executed. Congratulations, you have just imported a database!