View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dbpedia-lookup-3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dbpedia.lookup.lucene
├─ org.dbpedia.lookup.lucene.Indexer.class - [JAR]
├─ org.dbpedia.lookup.lucene.LuceneConfig.class - [JAR]
├─ org.dbpedia.lookup.lucene.Searcher.class - [JAR]
org.dbpedia.lookup.util
├─ org.dbpedia.lookup.util.Logging.class - [JAR]
org.dbpedia.lookup.server
├─ org.dbpedia.lookup.server.LookupResource.class - [JAR]
├─ org.dbpedia.lookup.server.SearcherProvider.class - [JAR]
├─ org.dbpedia.lookup.server.Server.class - [JAR]
org.dbpedia.lookup.entities
├─ org.dbpedia.lookup.entities.Category.class - [JAR]
├─ org.dbpedia.lookup.entities.Label.class - [JAR]
├─ org.dbpedia.lookup.entities.OntologyClass.class - [JAR]
├─ org.dbpedia.lookup.entities.Redirect.class - [JAR]
├─ org.dbpedia.lookup.entities.Result.class - [JAR]
├─ org.dbpedia.lookup.entities.ResultJsonSerializer.class - [JAR]
├─ org.dbpedia.lookup.entities.ResultSerializer.class - [JAR]
├─ org.dbpedia.lookup.entities.ResultXmlSerializer.class - [JAR]
├─ org.dbpedia.lookup.entities.Template.class - [JAR]
├─ org.dbpedia.lookup.entities.Uri.class - [JAR]
org.dbpedia.lookup.inputformat
├─ org.dbpedia.lookup.inputformat.DBpediaNTriplesInputFormat.class - [JAR]
├─ org.dbpedia.lookup.inputformat.InputFormat.class - [JAR]
├─ org.dbpedia.lookup.inputformat.PignlprocTSVInputFormat.class - [JAR]