DebugAH

How to Solve Your Programmer Error

Skip to content
  • Home
  • Linux
  • JAVA
  • Python
  • Javasript
  • MYSQL
  • Windows
  • Error

MySQL Import Java.SQL.*; Error [How to Solve]

Solution: add in the module-info.java file of the project

requires java.sql;

As shown in the figure

Similar Posts:

  • Error message: Java: javactask: source release 8 requires target release 1.8
  • [Solved] Workflow Module jar package startup error: liquibase – waiting for changelog lock
  • [Run the android emulator] emulator: ERROR: x86 emulation currently requires hardware acceleration!
  • [Eclipse]–Error:The superclass “javax.servlet.http.HttpServlet” was not found on the J…
  • [Solved] Fatal error: Call to undefined function json_decode()
  • [idea]Error:java: invalid source release: 1.8
  • Error modulenotfounderror when starting Django: no module named ‘pytz’
  • [Solved] javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
  • How does IntelliJ idea use Maven Tomcat plug to run web projects
  • Error:java: javacTask: source release 8 requires target release 1.8

This entry was posted in MYSQL and tagged import java.sql.*;, mysql on November 22, 2021 by Robins.

Post navigation

← BadZipFile: File is not a zip file [How to Solve] [Solved] server certificate verification failed. CAfile: none CRLfile: none →

Recent Posts

  • [Solved] must appear in the GROUP BY clause or be used in an aggregate function
  • [Solved] Shell Error: syntax error: invalid arithmetic operator (error token is “
  • [Solved] FATAL ERROR: wasm code commit Allocation failed – process out of memory
  • [Solved] Mac Error: ERROR launching ‘JD-GUI’
  • [Solved] passwd: Authentication token manipulation error
  • [Solved] xtrabackup: error: xb_load_tablespaces() failed with error code 57
  • [Solved] Azure Function Enable Managed Identity and Powershell Funciton Report Error: ERROR: ManagedIdentityCredential authentication failed
  • [Solved] Application_Error not firing when customerrors = “On”
  • [Solved] MAVEN-COMPILER-PLUGIN Compile Error: FATAL ERROR: UNABLE TO FIND PACKAGE JAVA.LANG IN CLASSPATH OR BOOTCLASSPATH
  • [Solved] Json.Net Error: Error getting value from ‘ScopeId’ on ‘System.Net.IPAddress’

Tags

  • )
  • android
  • android studio
  • CentOS
  • centos7
  • chrome
  • DebugAH
  • django
  • docker
  • eclipse
  • git
  • github
  • go
  • hadoop
  • Hive
  • IDEA
  • ios
  • java
  • jenkins
  • Linux
  • Mac
  • maven
  • MyBatis
  • mysql
  • nginx
  • No module named XXX error
  • npm
  • Oracle
  • php
  • pip
  • pycharm
  • Python
  • Python TypeError
  • redis
  • shell
  • spring
  • springBoot
  • ssh
  • SVN
  • tensorflow
  • tomcat
  • ubuntu
  • vue
  • Windows
  • Yum
Proudly powered by WordPress