project abV1.32.zip import Eclipse Luna

Discussion about the provided sample agent.

project abV1.32.zip import Eclipse Luna

Postby jefersonrl » Mon Mar 09, 2015 12:10 am

How could import this project for the development platform?
jefersonrl
 
Posts: 1
Joined: Mon Mar 09, 2015 12:05 am

Re: project abV1.32.zip import Eclipse Luna

Postby Gary » Thu Mar 12, 2015 4:09 pm

Hi,

check this link:
http://stackoverflow.com/questions/8459 ... ng-project

and you need to create two files, .classpath and .project
in .classpath, you write:

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="external/commons-codec-1.7.jar"/>
<classpathentry kind="lib" path="external/Jama-1.0.2.jar"/>
<classpathentry kind="lib" path="external/jar-in-jar-loader.zip"/>
<classpathentry kind="lib" path="external/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="external/WebSocket.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

In .project you could write:
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ABSoftware</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
User avatar
Gary
 
Posts: 11
Joined: Tue Mar 19, 2013 7:14 pm


Return to Naive Agent

Who is online

Users browsing this forum: No registered users and 1 guest

cron