Find the answer to your Linux question:
Results 1 to 6 of 6
OK I need the following: Something to type up java script And I have question on: Azureus - I got it to install but it freezes a lot along with ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Location
    Parents basement
    Posts
    62

    Questions about different programs

    OK I need the following:
    Something to type up java script

    And I have question on:
    Azureus - I got it to install but it freezes a lot along with where does it go after I install it do I have reinstall it every time I use it?

    Kb3 - it won't start at all and I don't know why

    Kde TV - I plug the TV cards output Audio port to my sound cards input port but I get no sound. I get sound from my sound from my sound card, and if I directly plug my speakers into the TV card I get sound so I know it's not a hardware problem.

    Wine - When I use it to run windows programs what happens to them to I have to keep installing them? Or do I have to make a small windows spot for them to be installed and then wine just runs the .exe?

    I'm running Mandriva 2007
    on a P3 700Mhz

  2. #2
    Linux Engineer Zelmo's Avatar
    Join Date
    Jan 2006
    Location
    Riverton, UT, USA
    Posts
    1,001
    Regarding wine, you shouldn't have to install a program more than once. All programs installed by wine are put in ~/.wine/drive_c; the path from there depends on where the program puts itself in relation to C:, but is generally somewhere in Program Files. The trouble with launching a program after it's installed with wine is finding the executable. Sometimes you'll get lucky and see a Wine menu in your start menu, which may grab the program launcher and let you run it directly, but more likely you'll need to delve into ~/.wine/drive_c/Program\ Files/whatever and find the executable yourself, then call wine on it. Once you've done that and verified that it works as expected, you can make a shortcut on your desktop or in your start menu. Or what I prefer to do is write up a short shell script that changes to the program diectory and calls wine on the program, and save the script in /usr/local/bin so that it can be called from anywhere.
    Stand up and be counted as a Linux user!

  3. #3
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    You said you need something to type up "java script". Are you referring to a Java IDE, or a Javascript environment? If the former, I recommend Eclipse, which is essentially the most popular IDE right now.

    If you mean Javascript, the web scripting language, you can use any text editor. I'm personally a fan of Bluefish for web development.
    DISTRO=Arch
    Registered Linux User #388732

  4. #4
    Just Joined!
    Join Date
    Oct 2006
    Location
    Parents basement
    Posts
    62

    Lightbulb

    Yeah I need something so I can compile and debug my programs. and thanks I tryed serching before for programs I installed using wine I guess it's back to serching.

    I don't have a /.wine dictory. and I typed doing a file serch for them and got nothing

  5. #5
    Linux Engineer Zelmo's Avatar
    Join Date
    Jan 2006
    Location
    Riverton, UT, USA
    Posts
    1,001
    No ~/.wine directory? What do you get when you type the following from your home directory?
    Code:
    ls -a | grep wine
    If nothing shows up, what about this?
    Code:
    ls -a
    Stand up and be counted as a Linux user!

  6. #6
    Just Joined!
    Join Date
    Oct 2006
    Location
    Parents basement
    Posts
    62
    [thomas@localhost ~]$ ls -a
    ./ .gnome/ .mime.types
    ../ .gnome2/ .mozilla/
    .bash_history .gnome2_private/ Music/
    .bash_logout .gtk-bookmarks .netbeans/
    .bash_profile .ICEauthority netbeans-5.5/
    .bashrc .icons/ Pictures/
    .DCOPserver_localhost__0 InstallShield/ .qt/
    .DCOPserver_localhost_:0@ JavaApplication1/ .screenrc
    .desktop* jdk1.5.0_09/ .thumbnails/
    Desktop/ .kde/ tmp/
    .dmrc .local/ Video/
    Documents/ .mailcap .Xauthority
    Download/ .mcop/ .xdg_menu_cache/
    eclipse/ .mdk-folders/ .xine/
    .gconf/ .mdk-menu-migrated .xsession-errors
    .gconfd/ .MdkOnline/

    That's what pops up on the second command

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...