Re: how to start jbidwatcher

From: Jacob S. (stormspotter_at_6texans.net)
Date: 08/30/04

  • Next message: mailmanmike_at_sbcglobal.net: "Re: how to start jbidwatcher"
    Date: Mon, 30 Aug 2004 11:48:56 -0500
    To: debian-user@lists.debian.org
    
    
    

    On Mon, 30 Aug 2004 09:31:36 -0700
    Mike Chandler <mailmanmike@sbcglobal.net> wrote:

    > Hi list,
    > Using testing with kernel-2.6.6. Mostly use KDE.
    > Have a program "jbidwatcher" for ebay stuff, very cool, (especially
    > the snipe feature).
    > *I* can start this program only by opening the dir where it is, then
    > typing this:
    >
    > java -jar JBidWatcher-0.9.3.1.jar
    >
    > Is there a way to make this easier (faster)?
    > I have tried doing a 'create new link to application' on desktop but
    > it won't work:
    > KDEInit could not launch 'java':
    > Could not find 'java' executable.
    >
    > Ideas will be appreciated, and thanks a lot.

    How about a simple shell script like the following, for which you then
    'create new link to application' on your desktop?

    -- start shell script --
    #!/bin/bash
    cd /path/to/jbidwatcher/
    java -jar JBidWatcher-0.9.3.1.jar
    -- end shell script --

    HTH,
    Jacob

    -- 
    GnuPG Key: 1024D/16377135
    Random .signature #63:
    Microsoft has combined the strengths of its three most powerful
    operating systems to create its next generation operating system:
    Windows CE+ME+NT
    As hard as a rock and as dumb as a brick!
    http://www.6texans.net/img/msc.jpg
    
    

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    


  • Next message: mailmanmike_at_sbcglobal.net: "Re: how to start jbidwatcher"

    Relevant Pages

    • Re: Python or Java or maybe PHP?
      ... C#'s pretty close to Java, typing-wise, and C++'s not that far away. ... Runtime typing is enabled, as a productive programming approach, by the ... you code something like (in Python ... Once you've decided to give dynamic-typing languages a try, ...
      (comp.lang.python)
    • Re: The Set Class in C++ and Java
      ... Kevin Spencer wrote: ... i really hope that Microsoft comes out with a Set ... The Java Set Interface is not strongly-typed either. ... Perhaps, considering your desire for strong typing, you might want ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: The Set Class in C++ and Java
      ... Kevin Spencer wrote: ... i really hope that Microsoft comes out with a Set ... The Java Set Interface is not strongly-typed either. ... Perhaps, considering your desire for strong typing, you might want ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: java for different platforms
      ... write some applications for a PDA. ... the book Beginning programming with java for dummies. ... a java program coded on Windows with the windows system of dealing with newlines will crap out on Linux or other platforms which deal with it differently unless it is coded correctly by consulting the System.getProperty method. ... If one is to write code that is truly portable, one must never assume that something is handled the same way on all platforms, and code to handle different operating systems, if the code is going to be used on multiple platforms. ...
      (comp.lang.java.programmer)
    • Re: java for different platforms
      ... write some applications for a PDA. ... the book Beginning programming with java for dummies. ... a java program coded on Windows with the windows system of dealing with newlines will crap out on Linux or other platforms which deal with it differently unless it is coded correctly by consulting the System.getProperty method. ... If one is to write code that is truly portable, one must never assume that something is handled the same way on all platforms, and code to handle different operating systems, if the code is going to be used on multiple platforms. ...
      (comp.lang.java.programmer)