This page (revision-37) was last changed on 22-Feb-2017 18:08 by Albrecht Striffler

This page was created on 17-Dec-2012 14:59 by Markus Friedrich

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
37 22-Feb-2017 18:08 1 KB Albrecht Striffler to previous
36 03-May-2016 11:59 1 KB Albrecht Striffler to previous | to last
35 29-Apr-2016 14:33 1 KB Albrecht Striffler to previous | to last
34 22-May-2014 14:55 1 KB Albrecht Striffler to previous | to last
33 18-Feb-2013 12:42 1 KB Albrecht Striffler to previous | to last
32 18-Feb-2013 12:42 1 KB Albrecht Striffler to previous | to last
31 18-Feb-2013 12:41 1 KB Albrecht Striffler to previous | to last
30 18-Feb-2013 12:39 2 KB Albrecht Striffler to previous | to last
29 18-Feb-2013 12:36 2 KB Albrecht Striffler to previous | to last
28 18-Feb-2013 12:35 2 KB Albrecht Striffler to previous | to last
27 18-Feb-2013 12:35 2 KB Albrecht Striffler to previous | to last
26 18-Feb-2013 12:35 2 KB Albrecht Striffler to previous | to last
25 18-Feb-2013 12:32 2 KB Albrecht Striffler to previous | to last
24 18-Feb-2013 12:32 2 KB Albrecht Striffler to previous | to last
23 18-Feb-2013 12:32 2 KB Albrecht Striffler to previous | to last
22 18-Feb-2013 12:31 2 KB Albrecht Striffler to previous | to last
21 18-Feb-2013 12:31 2 KB Albrecht Striffler to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 9 added one line
At line 11 changed 2 lines
# Simply start a new Java project and create (if not already done) a new folder "lib".
# Copy all d3web jars (including necessary foreign jars) into the lib folder (these jars can be easily accessed from d3web/bin/lib in the current [KnowWE Distribution|Downloads])
# Simply start a new Java project and create (if not already done) a new folder {{lib}}.
# Copy all d3web jars (including necessary foreign jars) into the lib folder (these jars can be easily accessed from {{d3web/lib}} in the current [KnowWE Distribution|Downloads])
At line 16 added one line
At line 27 changed one line
String knowledgeFilename = "/temp/d.jar";
String knowledgeFilename = "/temp/knowledgebase.d3web";
At line 31 changed one line
List<Solution> solutions = knowledge.getManager().getSolutions();
List<Solution> solutions = knowledgeBase.getManager().getSolutions();
At line 34 changed one line
List<Question> questions = knowledge.getManager().getQuestions();
List<Question> questions = knowledgeBase.getManager().getQuestions();
At line 41 removed 9 lines
%%Todo
Fix external link. The link gets corrupted by a Plugin-In or JSPWiki...
%
%%Todo
Fix list. Probably a JSPWiki-Markup Bug...
%
At line 44 added one line