You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am currently working on a project related to the P language. I am trying to compile the P code into Java code for my project, but I get an error. I have tried compiling an example from the tutorial (1_ClientServer) and I get the same error "No such file or directory". Is it possible that I am missing a compile parameter or some consideration I need to take into account, or is it a feature that is not yet complete?
The code obtained when trying to generate the Java code of the tutorial example is the one attached in the image. And the command with which I try to compile the project is:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am currently working on a project related to the P language. I am trying to compile the P code into Java code for my project, but I get an error. I have tried compiling an example from the tutorial (1_ClientServer) and I get the same error "No such file or directory". Is it possible that I am missing a compile parameter or some consideration I need to take into account, or is it a feature that is not yet complete?
The code obtained when trying to generate the Java code of the tutorial example is the one attached in the image. And the command with which I try to compile the project is:
pc --proj:ClientServer.pproj --generate:Java
Beta Was this translation helpful? Give feedback.
All reactions