Apache Jena Eclipse Tutorial

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • log4j is the logger that Apache started using for Jena. Without that file, you'll get a warning in red text every time you run your code. Here are the contents of my log4j.properties:
    Root logger option
    log4j.rootLogger=INFO, stdout
    Direct log messages to stdout
    log4j.appender.stdout=org.apache.log4j.ConsoleAppender
    log4j.appender.stdout.Target=System.out
    log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
    log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n

КОМЕНТАРІ • 10

  • @neoyipeng
    @neoyipeng 4 роки тому

    thanks man this was useful for my homework

  • @izzanicheku487
    @izzanicheku487 6 років тому

    Thank you so much for sharing this !

  • @Billybohilly
    @Billybohilly 7 років тому

    thanks man. Perfect tutorial!

  • @constantinh.1442
    @constantinh.1442 7 років тому

    Awesome! Thanks!

  • @wailwin9345
    @wailwin9345 7 років тому +2

    i can't see the java doc folder in jena 3.4.0.

    • @billanmaratos2611
      @billanmaratos2611 5 років тому

      Did you find a solution?

    • @jshreeee
      @jshreeee Рік тому

      Same. Can someone please help me with this?

  • @theveganpedalist190
    @theveganpedalist190 5 років тому

    i guess we can download the version of apache that is used in the video and use the javadoc from there...hope it helps