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

  • SEARCH
  • Home
  • 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 7162549
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:45:13+00:00 2026-05-28T13:45:13+00:00

I recently ran into an unusual issue with compiling an internal application, as you

  • 0

I recently ran into an unusual issue with compiling an internal application, as you can see from the following, there is a mixture of file names that are using the short format as well as the long format:

-rwxrwxr-x 1 jenkins jenkins  472 Jan  5 15:32 BadDelimiterException.class
-rwxrwxr-x 1 jenkins jenkins  460 Jan  5 15:32 BadQuoteException.class
-rwxrwxr-x 1 jenkins jenkins 1711 Jan  5 15:32 SC7B38~1.CLA
-rwxrwxr-x 1 jenkins jenkins 1023 Jan  5 15:32 SCHOLA~4.CLA

Unfortunately these files are in a JAR file and javac is complaining about not being able to find the classes when a build is done on Linux and the JAR file being used as a reference is unlikely to get rebuilt any time soon. Currently I’ve been going through and manually renaming the short format file names to the correct name, but this is time consuming and doesn’t provide full coverage of the files in the JAR. Is there a javac command line switch that will either allow it to recognize the files, or conversely, one that will prevent it from occurring in the first place?

  • 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-28T13:45:14+00:00Added an answer on May 28, 2026 at 1:45 pm

    It is not totally clear to me how these came about (it’s clear that there was a FAT filesystem involved at some stage, but beyond that it’s hard to say).

    I doubt you’ll be able to get java to recognize these, and load them automatically. You probably could write your own class loader that would take care of that. However, doing so would require a non-trivial amount of effort, and it’s unclear how well that would work anyway.

    My suggestion would be to use javap to help with the manual renaming that you’ve been doing.

    Let’s say you have a file called SCHOLA~4.CLA. If you rename it to SCHOLA~4.class and put it somewhere on the classpath, the following command:

    javap SCHOLA~4
    

    would print out the name of the class. This should help in at least partially automating the process of renaming the files.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently ran into a issue where intermediate link betweeen a TCP server and
I recently ran into an issue where a query was causing a full table
My application requires the .NET Framework version 3.5. I recently ran into a customer
Recently I ran into this error in my web application: java.lang.OutOfMemoryError: PermGen space It's
I recently ran into an issue at work in which, at least according to
I recently ran into a situation in which accessing session information from view is
I recently ran into an odd issue where I'd get a const_iterator instead of
I recently ran into a problem caused by using fstream::eof(). I read the following
I recently ran into an issue that could easily be solved using modulus division,
I recently ran into major problems inserting records into a SQL Server backend from

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.