Search:

Type: Posts; User: led1433

Search: Search took 0.10 seconds.

  1. Re: running a class from another projects, reflection

    Hello,

    Yea, that was the problem with the class. But the thing now is, why do i have to add the class' classpath which i want to run with URLClassLoader? Isn't there anyway of doing this?
  2. Re: running a class from another projects, reflection

    Ok, I have found the class using this strategy but, suppose that it is a JInternalFrame class, and I should cast it into JInternalFrame:

    In this case, Main is the class which extends...
  3. Re: running a class from another projects, reflection

    Thank you very much,

    I have some classes but not some jar files, and i assume that i only know those class' path names (c:\...\Reflect.class). I am now trying to load those classes using...
  4. Re: running a class from another projects, reflection

    First of, thank you for your reply.
    Now what i was trying to say is that, i want to run all of the external projects. But the thing is, the user shouldn't write the import statements precisely (no...
  5. running a class from another projects, reflection

    Hello,

    I am an intermediate java developer (so i guess i have enough knowledge on basics of java). I started working on "reflection" 2 weeks ago. I am now creating a project, which is not the...
Results 1 to 5 of 5