blob: 4824cc83f183d7ec4ab8a21543e0b3310e5c921a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder V6.0.2 for Windows">
<META http-equiv="Content-Style-Type" content="text/css">
<title>README for SQL Query Parser</title></head><body>
<P><br>
<u><b>LPG Java runtime</b></u><br>
<br>
</P>
<P>The parser is generated using LPG, which is an open source project in sourceForge.net (http://sourceforge.net/projects/lpg). To run the parser the LPG Java runtime is needed which is not included in DTP. After installing DTP, follow the steps below to add the LPG Java runtime to DTP.</P>
<ul>
<li>Point your browser to <a href="http://sourceforge.net/project/showfiles.php?group_id=155963" target="_blank">http://sourceforge.net/project/showfiles.php?group_id=155963</a></li>
<li>Download the package named lpgdistribution. This will save the lpgdistribution-05-16-06.zip
file on your machine</li>
<li>Open the zip file and extract lpgjavaruntime.jar into org.eclipse.datatools.lpg/lpg
of your DTP installation.<BR>
org.eclipse.datatools.lpg is the placeholder plugin for the lpgjavaruntime
and is in the plugin directory where you have installed DTP</li>
</ul>
<P>Rebuild the org.eclipse.datatools.sqltools.parsers.XXX plugins which were
not compiling due to missing lpg runtime.This will enable the SQL Parser
to run</P>
</body></html>