develop the tool

Asked by roubalist21

hi,
i would like to develop this tool, whit adding a new things, so i had download the source code, and when i compile it with the command: javac Main.java , on linux, the compilator show me lot of error, like that he don't found the package which we import, so make me a favour, and show me the best way to develop and test after developing your tool , thank you.

Question information

Language:
English Edit question
Status:
Solved
For:
AnalyseSI Edit question
Assignee:
No assignee Edit question
Solved by:
Bruno Dabo
Solved:
Last query:
Last reply:
Revision history for this message
Bruno Dabo (bruno.dabo) said :
#1

Hi
Our tool is Eclipse. So try to import the project in an Eclipse workspace .
Best regards

Revision history for this message
roubalist21 (roubalist21) said :
#2

Hi
so i did what you told me, and i create an Eclipse workspace, then i add to it all the source file which exist in the analyseSI-src-0.75.zip but when i compile it, it show me some error of non-existent class and file particularly in com.jgoodies, he didn't find com.jgoodies.plaf... com.jgoodies.clearlook... com.jgoodies.forms... ... thank you for help.

Revision history for this message
Best Bruno Dabo (bruno.dabo) said :
#3

Hi
I can't help you .
All you need to do is to create a src directory, move the 3 directories (org, com and langue) in it .
After these operations try opening your Eclipse Project AnalyseSI .

Regards

Revision history for this message
roubalist21 (roubalist21) said :
#4

On 23/01/2011 22:42, Bruno Dabo wrote:
> Your question #142401 on AnalyseSI changed:
> https://answers.launchpad.net/analysesi/+question/142401
>
> Status: Open => Answered
>
> Bruno Dabo proposed the following answer:
> Hi
> I can't help you .
> All you need to do is to create a src directory, move the 3 directories (org, com and langue) in it .
> After these operations try opening your Eclipse Project AnalyseSI .
>
> Regards
>
thank very much, i don't know how and why , but it works.

Revision history for this message
roubalist21 (roubalist21) said :
#5

Thanks Bruno Dabo, that solved my question.