I have installed JBoss IDE 2.00 beta2 in my Eclipse 3.2.1
Now, im reading the jboss ide tutorial
(
http://docs.jboss.com/jbosside/tutorial/build/en/html/)
But, when I complete the 6th chapter, i have a problem.
this call inside doPost servlet method:
| double[] result = bean.compute(limit);
|
generates an error. It says: "The method compute(int) is undefined for the type
Fibo"
How can I solve it??
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989669#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...