Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What JAR files must I have in my classpath for a minimal application?

application Classpath files jar
0
Posted

What JAR files must I have in my classpath for a minimal application?

0

In a Restlet distribution, all JAR files are located under the “lib” directory. The org.restlet.jar file is containing the standard Restlet API. Even though you can compile your code with only this JAR file, it is likely that you’ll need the additional features provided by the various Restlet extensions in the org.restlet.ext.*.jar files. In any case, to run a minimal application, you’ll also need an implementation of the API, the core Noelios Restlet Engine contained in com.noelios.restlet.jar.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123