Search:

Type: Posts; User: s_s_s

Search: Search took 0.12 seconds.

  1. Replies
    15
    Views
    2,449

    Re: Problem with running the downloaded jsp program

    The problem was solved!
    The problem was with the driver version of the mysql program, which was older than my version 8 of my sql, which was solved by updating the driver file connection problem...
  2. Replies
    15
    Views
    2,449

    Re: Problem with running the downloaded jsp program

    Is it possible for you to connect to my system with AnyDesk software?
  3. Replies
    15
    Views
    2,449

    Re: Problem with running the downloaded jsp program

    connection code:


    package com.junald.util;

    import java.io.IOException;
    import java.io.InputStream;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
  4. Replies
    15
    Views
    2,449

    Re: Problem with running the downloaded jsp program

    StudentDaoImpl.java code:


    package com.app.dao;

    import java.sql.Connection;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import...
  5. Replies
    15
    Views
    2,449

    Re: Problem with running the downloaded jsp program

    But the value for this variable is set
    Please run the program once
  6. Replies
    15
    Views
    2,449

    Re: Problem with running the downloaded jsp program

    The following code is:
    Statement statement = conn.createStatement();
    But how do I solve it?
  7. Replies
    15
    Views
    2,449

    Re: Problem with running the downloaded jsp program

    Error messages:
    HTTP Status 500 – Internal Server Error

    Type Exception Report

    Message An exception occurred processing [index.jsp] at line [10]

    Description The server encountered an...
  8. Replies
    15
    Views
    2,449

    Problem with running the downloaded jsp program

    Greetings and Regards
    I downloaded the simple project as an exercise from the github site, I opened the project with eclipse, and I created the database and its table in mysql, and I also made the...
Results 1 to 8 of 8