How to create JavaToh project using Eclipse on Windows?
Question – Zhang Qinjie wrote (7 February 2006): Does anyone know how to create javaToh proejct using Eclipse 3.1 on Windows? After I create the project, there are some errors. How can I import Java_sml_ClientInterface.dll as a libary in Eclipse? Answer – Douglas Pearson wrote (8 February 2006): We use Eclipse for almost all of the Java development and generally the easiest solution is to just make sure that the “soar-library” folder that contains Java_sml_ClientInterface.dll is on your Windows PATH. If you change the path, you may need to restart Eclipse to make sure it sees the change. For those not using Windows or who would prefer to leave their path alone, you can also set the working directory to be the “soar-library” folder. You do that in “Run | Debug… ” to bring up the run configurations and then on the “Arguments” tab you can set the working directory. — Doug — Question – Zhang Qinjie wrote (9 February 2006): I have installed the Soar 8.6.1 and I am able to open those pro