LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How do I launch a Java applet using the command line? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-launch-a-java-applet-using-the-command-line-698036/)

jacatone 01-17-2009 08:59 PM

How do I launch a Java applet using the command line?
 
I'm running Linux Mint 6 which is Ubuntu 8.10. I'm trying to launch a linux version of a program called JDownloader, but right clicking and selecting the JDownloader.jar file with Sun Java Runtime 6, doesn't seem to work. Wanted to try the command line, but don't know the correct command?. Thanks.

paulsm4 01-17-2009 11:01 PM

Hi -

It *should* work. Specifically, all you should have to do is:
Quote:

a) Install Java Runtime 6 (like you did)
b) <Right-click> the .jar file, and "Open With" Java 6
c) Voila - you should be up/running
<= Unfortunately, it sounds like this is exactly what you've tried!
Here's a "Plan B" that might work:
Quote:

a) From a command prompt,
b) java -Xmx512m -jar JDownloader.jar &
'Hope that helps .. PSM


All times are GMT -5. The time now is 07:11 PM.