after I installed Linux Mint I am having trouble to install the URCap SDK, urcap-sdk-1.0.0.7
I like to use Linux Mint because there is more software available.
It´s the linuxmint-17.1-cinnamon-64bit- version
The error message is:
dpkg: error processing archive urtool/urtool3_0.3_amd64.deb (–install):
trying to overwrite ‘/opt/urtool-3.0/lib/libxmlrpc_server.so.3.33’, which is also in package libxmlrpc-c-ur 1.33.14
dpkg: error: subprocess paste was killed by signal (Broken pipe)
Errors were entcountered while processing:
urtoo/urtool3_0.3_amd64.deb
Done. Please log out and back in.
Change to the helloworld example folder and type “mvn install”
Copy the target folder or only the “helloworld-1.0-SNAPSHOT.urcap” file to the program folder of the URSim program
Load the new URCap
It works!
Right now I just use gedit for changing some of the *.java files and play around.
After changing some I type mvn install and create a new *.urcap file.
Thanks, @generalmidi
You can also deploy the URCap directly to the simulated PolyScope by changing the target in the pom.xml file and run mvn install -Premote ursim.
The steps to do so, should all be explained in the URCap tutorial.
I can now deploy the URCap directly.
I changed the following in the pom.xml file:
The entry ursim.home was empty and now directs to my program folder of URSim.
The entry ursimvm.install.host was empty and now has the value: 10.0.2.15 which is the IP of the virtual machine.
The IP was found by typing “ifconfig” in the console.