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 6368975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:44:39+00:00 2026-05-25T00:44:39+00:00

In a Groovy script is it possible to do a conditional import statement? if

  • 0

In a Groovy script is it possible to do a conditional import statement?

if (test){
    import this.package.class
} else {
    import that.package.class
}

The background to this is wanting to use something on MacOS 10.5 which only has JDK1.5 so one specific class is unavailable, but I have found someone who has written a back-port for it.

  • 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-25T00:44:39+00:00Added an answer on May 25, 2026 at 12:44 am

    There is no way to conditionally import a class, but you can achieve something similar by attempting to load the class and then load another class if that one is not found.

    Here’s just an example:

    def someClass
    try {
        someClass = "org.apache.webdavlib.WebdavFile" as Class
    } catch (Exception ex) {
        someClass = "java.io.File" as Class
    }
    
    def someInstance = someClass.newInstance("~/project/temp.log")
    
    assert "java.io.File" == someInstance.getClass().getName()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wanted to use groovy for a little ftp script and found this post
I have a groovy script that needs a library in a jar. How do
I am trying to connect a simple groovy script to the DB. Code: import
I want to simplify my execution of a Groovy script that makes calls to
According to documentation , it is possible to bind a groovy script to a
I am writing a Groovy script that needs to POST JSON to a URL.
I use Groovy as dynamic script engine to allow admin users of my web
The following groovy script doesn't compile import java.util.concurrent.Callable println b; Callable<String> callable = new
I've written a small Groovy script that exposes a very weird behaviour. can anyone
I'm getting this error when running a groovy script (GroovyRuntimeException), and the top Google

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.