create a process

edgardo
edgardo New Altair Community Member
edited November 2024 in Community Q&A
Hi, i want to know if there's a way to  create a process in java, no using something like that:

  Process process = new Process(new File("rmp file path"));

i want to create that rpm file.

thanks

Answers

  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Hi,

    the .rmp file contains nothing more than the XML String representation of the process. So you can create a .rmp file yourself, write process XML to it and voilà.

    Regards,
    Marco