2.1 installation problems

Hi,

When I install VP-UML 2.1 Free Version it does not create shortcuts. So how do I run this prorgam?
Tried java - jar etc in install directory with no success.

Thanks,
Ian

Please try following command:
java -cp vpuml.jar;vpumlresources.jar RV jdk

Hi,

This works but it leaves a cmd.exe window open while the program is running, any way to use this command without having the cmd.exe window open, maybe like the bckground & command in UNIX. I am running WindowsXP Pro BTW. What should the shortcuts be anyway?

Thanks for your help,
Ian

Please try following command:
java -cp vpuml.jar;vpumlresources.jar RV
Or you can make a batch file with above command

If you need a shortcut, please download the zip verion or installer version.

To run a Java program without a console window in Windows, you can also try running it with the ‘javaw’ command instead of ‘java’, which is identical to java except that it doesn’t open a console window :slight_smile:

The new command would be:
javaw -cp vpuml.jar;vpumlresources.jar RV

…or something similar to that.

Hi,
Scion, you are right. You can use this command to run. I just want to remind both of you to perform the update regularly

Best Regards,
Angus