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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:23:12+00:00 2026-06-01T00:23:12+00:00

What I mean by this, is opening a file with a Java code in

  • 0

What I mean by this, is opening a file with a Java code in it as a class, not as a file. So basically I want to:

-> Open a pure text file in a self written Java application (.txt/.log/.java)
-> Recognize class(es) in the file, for example:

public class TestExample { 
private String example; 

public String getExample() { 
return example; 
} 
} 

I will open this in a hand-written program. Instead of recognizing the text in the file as a String or as pure text, it will find the class TestExample in it. Then it will save this as a Class.

-> Use the Reflection API on the class
-> Get fields, methods, etc from file and display them

Would this be possible?

  • 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-06-01T00:23:13+00:00Added an answer on June 1, 2026 at 12:23 am

    Yes, it is possible.

    Have a look at this example.

    http://weblogs.java.net/blog/malenkov/archive/2008/12/how_to_compile.html

    Knowing how to find and read files (which is really simple), you can then use the code shown, especially

    javax.tools.JavaCompiler
    javax.tools.ToolProvider.getSystemJavaCompiler()
    

    to compile the code and then call it using reflection.

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

Sidebar

Related Questions

I mean this module : Option I can't find it, open Option gives me
What does a syntax like this mean in C#? public abstract class HostFactory<TApp> :
Can somebody tell me what does this mean? I'm going trough Java book and
From a similar question I used this code to debug the failure of opening
Hi programmers, I want read line by line a Unicode (UTF-8) text file created
I usually use XCode but was having a problem opening a file with this
What does this mean: Next add reference to: MySql.Data actually I have downloaded mysql
What does this mean and why am I getting this error. Any suggestions on
What does this mean? * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*
What I mean by this, is that sometimes architects look to simplify and improve

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.