Home AMX User Forum AMX Technical Discussion

Resending Java Modules

I am working on a project that is using RMS, which seems to have a lot of Java Files. I'm just wondering if I have to send the Java (.jar) files every time I load the code, or once they've been loaded onto the processor, they will just be there forever?

Any clarification on this would be greatly helpful and potentially save me a lot of time in the future.

Thanks,

Javed

Comments

  • GregGGregG Posts: 251
    It works fine to just send the code without the java modules as long as they have not been changed.
  • GregG wrote: »
    It works fine to just send the code without the java modules as long as they have not been changed.

    Thanks for the tip, but now does that mean, that if I decide not to use a Java module and I load a new program without the Java module, that the .jar file will stay on the processor forever?

    Thanks,

    Javed
  • GregGGregG Posts: 251
    I have not checked, but I think it does leave the java modules alone if they were loaded but not used now.

    You can always do a "clean doc" and reload with only the current modules later if you need the space.
Sign In or Register to comment.