Re: Lubuntu
Posted: Fri Mar 21, 2014 5:04 am
Mr. Nav,
I've been using Lubuntu for my main desktop for over 6 months, so I can give some pointers.
You can download Java from the www.java.com website (IIRC I think I did that) or you can use the GUI package manger to install it. You can also use "apt-get" from the command line, as long as you know the exact package name to install.
For running SMSQmulator, I set up a shortcut on the desktop that does calls Java. The properties on the file look like this:
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=SMSQmulator
Name[en_US]=SMSQmulator
Exec=java -jar /home/swensont/ql/smsqmulator/SMSQmulator.jar
Comment[en_US]=
Then I just double-click on the shortcut and up comes SMSQmulator.
I've been using Lubuntu for my main desktop for over 6 months, so I can give some pointers.
You can download Java from the www.java.com website (IIRC I think I did that) or you can use the GUI package manger to install it. You can also use "apt-get" from the command line, as long as you know the exact package name to install.
For running SMSQmulator, I set up a shortcut on the desktop that does calls Java. The properties on the file look like this:
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=SMSQmulator
Name[en_US]=SMSQmulator
Exec=java -jar /home/swensont/ql/smsqmulator/SMSQmulator.jar
Comment[en_US]=
Then I just double-click on the shortcut and up comes SMSQmulator.