LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-23-2010, 10:15 AM   #16
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197

Remember we can't see exactly what you have done. So if you don't provide enough detail, we can't give good help.

When you got the prompt "save to disk or run program with" what did you do?

If you saved the file to disk, can you figure out what directory you saved it to and exactly what the name of the file was?

If you want to instead try the "run with" method again, I think that choice should let you either type in java or navigate to /usr/bin/java and then I think the "run with" would work.
 
Old 07-23-2010, 10:18 AM   #17
ineedhelprightnow
LQ Newbie
 
Registered: Jul 2010
Posts: 18

Original Poster
Rep: Reputation: 0
any more info on what i can do??
 
Old 07-23-2010, 10:20 AM   #18
ineedhelprightnow
LQ Newbie
 
Registered: Jul 2010
Posts: 18

Original Poster
Rep: Reputation: 0
i chose save to disk and extracted the file : rsbot.jar in My Documents and when i had extracted the file it went into a folder called "scripts" remmember these bots are scripts run by java all compiled into that one rsbot.jar file and when i extract it all the scripts come out .
 
Old 07-23-2010, 10:23 AM   #19
ineedhelprightnow
LQ Newbie
 
Registered: Jul 2010
Posts: 18

Original Poster
Rep: Reputation: 0
I will try what u said right now!
 
Old 07-23-2010, 10:26 AM   #20
ineedhelprightnow
LQ Newbie
 
Registered: Jul 2010
Posts: 18

Original Poster
Rep: Reputation: 0
i tried what u said and all it done was nothing to be honest i clicked open with ____ then /usr/bin/java and pressed ok and nothing happened
 
Old 07-23-2010, 12:17 PM   #21
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Probably the path to the file is wrong.

You said you downloaded it to "My Documents".

If you just "open a terminal" you'll be in your home directory (Eg /home/ineedhelp/ ) but the file is in /home/ineedhelp/My Documents/

So try this
Code:
java -jar "~/My Documents/rsbot v1.23.jar"
If you are not sure of the filename (I am not, I guessed it in the line above) then do this

Code:
ls "My Documents"
and you should see the rsbot... filename listed. Make adjustments accordingly.

In general, spaces in linux filenames are a very bad idea. Rename the file as rsbot_v1.23.jar and then you will not have to worry about putting all filenames in quotes.

My Documents should also be renamed as MyDocuments or My_Documents for the same reason.

I hated xandros on my eeepc 701 4G, so I installed ubuntu:

http://wiki.eeeuser.com/
 
Old 07-23-2010, 12:21 PM   #22
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
ineedhelprightnow -

A couple of things:

1. There's no such thing as "java -jar ..."

2. In order to run rsbot ("The Leader in Runescape Cheating Since 2006!" ), look for directions on their site:

http://www.rsbot.org/vb/

3. Here are some links that might help:

http://www.java.com/en/download/help/linux_install.xml
http://www.gaminggutter.com/forum/f4...ter-88868.html
http://www.gamerzneeds.net/forums/ru...ide-rsbot.html
http://www.sythe.org/showthread.php?t=609320

Google for "java rsbot" and you'll find a lot more (including a lot of video tutorials).

'Hope that helps .. pSM

Last edited by paulsm4; 07-23-2010 at 12:31 PM.
 
Old 07-23-2010, 12:31 PM   #23
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
1. There's no such thing as "java -jar ..."
Really? Then why do I launch my OSM editor like this:

java -Xmx128m -jar /home/tred/Maps/OSM/josm-tested.jar
?

If I omit the -jar it does not work. I am using Sun's Java 1.6.0_06.
 
Old 07-23-2010, 12:45 PM   #24
ineedhelprightnow
LQ Newbie
 
Registered: Jul 2010
Posts: 18

Original Poster
Rep: Reputation: 0
okay guys thanks for your help i will try all these things u have posted now
 
Old 07-23-2010, 01:04 PM   #25
ineedhelprightnow
LQ Newbie
 
Registered: Jul 2010
Posts: 18

Original Poster
Rep: Reputation: 0
guys i think i need ubuntu help on that would be nice and paul if u can help me more considering u know about rsbot that would be great thanks all.
 
Old 07-23-2010, 01:08 PM   #26
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
ineedhelp*;
Please do not use texting shorthand here---also please use capitals, punctuation, etc. to make your posts more clear
 
Old 07-23-2010, 01:10 PM   #27
ineedhelprightnow
LQ Newbie
 
Registered: Jul 2010
Posts: 18

Original Poster
Rep: Reputation: 0
Oh sorry im kind of used to this short text language "slang" i'll try my best to punctuate my text properly
 
Old 07-23-2010, 01:35 PM   #28
ineedhelprightnow
LQ Newbie
 
Registered: Jul 2010
Posts: 18

Original Poster
Rep: Reputation: 0
so yeah can anyone help me on how to get ubuntu or stuff that runs jar files on linux thanks!
 
Old 07-24-2010, 03:33 AM   #29
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
so yeah can anyone help me on how to get ubuntu or stuff that runs jar files on linux thanks!
I already gave you the link, in post #21.
 
Old 07-24-2010, 04:33 AM   #30
ineedhelprightnow
LQ Newbie
 
Registered: Jul 2010
Posts: 18

Original Poster
Rep: Reputation: 0
This computer does not have a slot where i can insert discs. is there anyway doing it opening the terminal window and using synaptic?
 
  


Reply

Tags
call, command, console, eeepc, executable, files, help, jar, linux, scope, shell, software, windows, wine



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Program to read total read/write cycles for compact flash card timetraveler Linux - Hardware 0 05-06-2010 09:49 PM
silo read error on block <number>... results in a short read peterlowrie Linux - Hardware 0 02-07-2010 07:39 PM
Raid disk problem : Attempt to read block from filesystem resulted in short read ElmPie Linux - General 5 08-26-2008 05:21 AM
kernel panic unable to mount root (yes ive read/read other posts) dmx9595 Linux - General 4 01-17-2004 05:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration