Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7685301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:13:15+00:00 2026-05-31T19:13:15+00:00

Is there a default folder where WEBrick will search for jars when running JRuby

  • 0

Is there a default folder where WEBrick will search for jars when running JRuby on Rails in it? (something like the lib folder in Tomcat?)

Now I need to require all jars if running in WEBrick. In Tomcat I don’t need to do this (I just need to put all my jars in the WEB-INF\lib folder).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T19:13:16+00:00Added an answer on May 31, 2026 at 7:13 pm

    there’s no such thing to my knowledge with WEBrick – it’s basically the very same ruby code with JRuby as it is with MRI …
    you seem to be ready for using Trinidad – it’s similar to ruby servers such as WEBrick (startable from the CLI: cd myRailsApp; trinidad) but is actually a wrapped Tomcat.

    put the jars into say myRailsApp/lib/java and run with trinidad --jars lib/java
    you can configure this with config/trinidad.yml so that you do not have to pass it every time.

    I think it defaults to --lib lib thus putting jars directly into lib folder should work by default …

    as for the WEBrick, you can make an “auto-loaded” jar directory yourself, say you put your jars into myRailsApp/lib/java and then load them in an initializer, with something like :

    Dir.glob("#{Rails.root}/lib/java/*.jar").each do |jar|
      require jar
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It looks like there are 2 default mechanisms to expand a folder node in
Is there any default functionality for arranging JInternalFrames in Java Swing? I would like
There is a request to make the SO search default to an AND style
I was trying to list all appointments in the default folder, like so: Outlook.MAPIFolder
After considering folder structure for Unit Testing, we like the default location inside the
is there a way to do modules in rails 3 like zend framework modules
To get a one-off view on a Plone folder I do something like this
In symfony the default plugin folder is /plugin, I'm wondering if there is a
By default there is a single line separator in uitableview. But I want to
By default there are two appenders in JBoss5.1 - CONSOLE and FILE . Do

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.