Search:

Type: Posts; User: justyStepi

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    4,002

    [SOLVED] Re: problems with lib imports and statements

    Strange thing is that i'm having issues only with this one jar. Other jars which I added are working well. I checked how to add it here: classpath - how to add a jar to my lib/ directory in intelliJ...
  2. Replies
    8
    Views
    4,002

    [SOLVED] Re: problems with lib imports and statements

    Yes it is. I found the jar her: Download org.springframework.jdbc-sources-3.0.5.RELEASE.jar : org.springframework.jdbcoJar File Download

    and it's there. But I have no idea why the compiler...
  3. Replies
    8
    Views
    4,002

    [SOLVED] Re: problems with lib imports and statements

    i already add it :/ I added : org.springframework.jdbc-sources-3.0.5.Release, and spring-jdbc-3.0.2Release-sources and jdbc.jar

    Why none of this is working?
  4. Replies
    8
    Views
    4,002

    [SOLVED] Re: problems with lib imports and statements

    Oki


    java: package org.springframework.jdbc.core.simple does not exist
    java: type org.springframework.jdbc.core.RowMapper does not take parameters
    java: no suitable method found for...
  5. Replies
    8
    Views
    4,002

    [SOLVED] problems with lib imports and statements

    import org.springframework.jdbc.core.JdbcTemplate;
    import org.springframework.jdbc.core.RowMapper;
    import org.springframework.jdbc.core.simple.SimpleJdbcInsert;
    import...
Results 1 to 5 of 5