You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Gerald Fernando <ge...@gmail.com> on 2009/07/22 11:25:17 UTC

What are the jar files needed

What are the jar files needed.
now i have got wicket 1.4 .
what are jar files those i have to add in webcontent lib folder
i have included
 wicket 1.4rc5.jar
  wicket-extension 1.4rc5.jar
but in my code ,it shows the error such as

import org.apache.wicket cannot be resolved
WebApplication cannot be resolved to a type

help me what are jar files i have to include

-- 
Thanks&regards,
Gerald A

Re: What are the jar files needed

Posted by Mathias Nilsson <wi...@gmail.com>.
The best choice is to use maven afaik. It handles all the jar dependencies
for you.

http://maven.apache.org http://maven.apache.org . When you have installed it
you can visit  http://wicket.apache.org http://wicket.apache.org  and the
quickstart to install wicket.

If you don't want to use wicket you can create a lib folder in your project
if you use eclipse. Copy the jar files to the folder. Refresh your project
by hitting F5 or right click to refresh. Right click again and choose
properties.

In properties window choose java build path. In the libraries tab choose add
jars. Browse to your lib folder in your project and your set to go.


-- 
View this message in context: http://www.nabble.com/What-are-the-jar-files-needed-tp24602837p24603609.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: What are the jar files needed

Posted by Martijn Dashorst <ma...@gmail.com>.
Or download the free chapter 15 from Wicket in Action [1], which goes
into detail in setting things up with ant or maven.

Martijn

[1] http://wicketinaction.com/downloads/

On Wed, Jul 22, 2009 at 12:44 PM, Mathias
Nilsson<wi...@gmail.com> wrote:
>
> Here is one.
>
> http://www.jeremythomerson.com/blog/2008/11/17/wicket-quickstart-tutorial/
> http://www.jeremythomerson.com/blog/2008/11/17/wicket-quickstart-tutorial/
> --
> View this message in context: http://www.nabble.com/What-are-the-jar-files-needed-tp24602837p24604032.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: What are the jar files needed

Posted by Mathias Nilsson <wi...@gmail.com>.
Here is one.

http://www.jeremythomerson.com/blog/2008/11/17/wicket-quickstart-tutorial/
http://www.jeremythomerson.com/blog/2008/11/17/wicket-quickstart-tutorial/ 
-- 
View this message in context: http://www.nabble.com/What-are-the-jar-files-needed-tp24602837p24604032.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: What are the jar files needed

Posted by Martin Makundi <ma...@koodaripalvelut.com>.
Someone had written a nice quick start for installing maven and wicket
quickstart... anybody remember the link?

2009/7/22 Martin Makundi <ma...@koodaripalvelut.com>:
> Use maven2 to automatically handle dependencies.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: What are the jar files needed

Posted by Martin Makundi <ma...@koodaripalvelut.com>.
Use maven2 to automatically handle dependencies.

2009/7/22 Gerald Fernando <ge...@gmail.com>:
> What are the jar files needed.
> now i have got wicket 1.4 .
> what are jar files those i have to add in webcontent lib folder
> i have included
>  wicket 1.4rc5.jar
>  wicket-extension 1.4rc5.jar
> but in my code ,it shows the error such as
>
> import org.apache.wicket cannot be resolved
> WebApplication cannot be resolved to a type
>
> help me what are jar files i have to include
>
> --
> Thanks&regards,
> Gerald A
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org