Questions tagged [dynamic-execution]

17 questions
0
votes
1 answer

How to add User Specific information in Exe File

I have a code on the server-side(application) that links with the client-side(application). The user signs-up to download the exe(client-side application). There must be a unique way to identify the user(client app exe) with the info got from…
fury.slay
  • 1,202
  • 1
  • 15
  • 26
0
votes
2 answers

Cannot find the file to dynamically execute it

I am using dynamic execution but it tells me that the class is not found although I double checked the path and it's correct This is the method I am using public static void runIt(String fileToCompile) throws ClassNotFoundException,…
student1234
  • 201
  • 1
  • 8
1
2