Problem with DSHub

Discussion and questions about hub software
Locked
Dragon
Newbie
Posts: 3
Joined: 21 Apr 2008, 21:13

Problem with DSHub

Post by Dragon » 21 Apr 2008, 21:23

Hi! :D
I use Ubuntu 7.10, and when I go to run DSHub with the comand:

Code: Select all

root@dragon-desktop:~/hub# java -jar DsHub.jar
There is this error:

Code: Select all

Unable to access jarfile DsHub.jar
Thx :)

Toast

Re: Problem with DSHub

Post by Toast » 22 Apr 2008, 03:38

Sure you are in the right folder ?

type this at the specifed folder

Code: Select all

ls

Pietry
Senior Member
Posts: 328
Joined: 04 Dec 2007, 07:25
Location: Bucharest
Contact:

Re: Problem with DSHub

Post by Pietry » 22 Apr 2008, 06:12

I think there is no DsHub.jar there. Linux is case-sensitive, and my package has DSHub.jar. Unless you renamed it... the command should use that name... I guess :roll:
Just someone

Dragon
Newbie
Posts: 3
Joined: 21 Apr 2008, 21:13

Re: Problem with DSHub

Post by Dragon » 22 Apr 2008, 06:48

@ Toast:

Yes, I'm in the right folder :)

Toast

Re: Problem with DSHub

Post by Toast » 22 Apr 2008, 13:53

As Pietry said Caps in letters instead of DsHub.jar try DSHub.jar

one can always do tab expansions in linux so all it takes is the first letter of the thing you want then then press tab to have it write out the rest

Dragon
Newbie
Posts: 3
Joined: 21 Apr 2008, 21:13

Re: Problem with DSHub

Post by Dragon » 22 Apr 2008, 19:44

I wrote DsHub.jar , instead was DSHub.jar

Thx :D

Locked