Announcement

Collapse
No announcement yet.

How do i install c++ and java in kubuntu???

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do i install c++ and java in kubuntu???

    How to i install the c++ and java softwares in kubuntu

    #2
    Re: How do i install c++ and java in kubuntu

    Kdevelop appears to be the C++ package of choice, or so I read here:

    http://kubuntuforums.net/forums/index.php?topic=155.0

    Note the required supporting packages referenced in the thread.


    Java looks like more of a problem, according to this:

    http://java.sun.com/j2se/1.5.0/syste...gurations.html

    I don't see *buntu listed as a supported Linux, so there may be special gyrations required to install it -- hopefully another Forum member can explain it for you (i.e. I haven't done it).

    Comment


      #3
      Re: How do i install c++ and java in kubuntu

      How to i install the c++ and java softwares in kubuntu
      Hmm - what do you mean ?


      c++

      build-essential will install (among other things)
      Depends: libc6-dev | libc-dev, gcc (>= 4:4.1.1), g++ (>= 4:4.1.1),
      Package: g++
      Description: The GNU C++ compiler
      This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.

      Ide for c++, kde-devel and kde-devel-extras:

      kde-devel, the K Desktop Environment development files and modules
      This metapackage includes official KDE modules that are useful to developers,
      including KDE's software development kit (SDK), Qt3's designer tool, and all
      core KDE header and development packages.
      kde-devel-extras, extra development applications for use with KDE
      This metapackage includes programs of use to developers that are not
      part of the official KDE modules, including a debugger, a profiling tool,
      and KDevelop, a complete development environment.
      kdevelop, An IDE for Unix/X11
      KDevelop is an easy to use Integrated Development Environment
      for developing C/C++ applications under X11. It features
      project management, an advanced editor, a class browser
      and an integrated debugger.

      The application wizard can generate fully functional projects
      for terminal programs and GUI programs using Qt, KDE or GNOME.

      Homepage: http://www.kdevelop.org/

      java

      Are you trying to run java programs ?

      kubuntu-restricted-extras, Commonly used restricted packages
      Commonly used restricted packages
      This package depends on some commonly used packages in the Kubuntu
      multiverse repository.

      Installing this package will pull in support for MP3 playback and decoding,
      Java runtime environment, Flash plugin, DVD playback, and LAME (to create
      compressed audio files).

      Please note that packages from multiverse are restricted by copyright
      or legal issues in some countries. See
      http://www.ubuntu.com/ubuntu/licensing
      for more information.
      Example, running java program:
      Code:
      java -jar octagon.jar
      Octagon - content based image retrieval software.
      http://octagon.viitala.eu/

      From repositories you can find:
      Blackdown Java(TM) 2 SDK, Standard Edition
      The Blackdown Java-Linux Java 2 SDK is a development environment for
      building applications, applets, and components that can be deployed
      on the Java platform.

      The Java 2 SDK software includes tools useful for developing and
      testing programs written in the Java programming language and running
      on the Java platform (this includes the Java 2 Plug-In for Netscape
      and Mozilla browsers).

      NOTE: You must accept Sun's EULA prior to successfully installing
      this package

      Link:

      MetaPackages
      https://help.ubuntu.com/community/MetaPackages
      One of the handy features of apt (the packaging system used by Ubuntu) is the use of metapackages. These packages do not contain actual software, they simply depend on other packages to be installed. This setup allows entire sets of software to be installed by selecting only the appropriate metapackage. For example, an Ubuntu user can install the Kubuntu environment (KDE and all its associated programs) by selecting "kubuntu-desktop."
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #4
        Re: How do i install c++ and java in kubuntu

        "How do i install the c++ and java softwares in kubuntu"
        hmm wat i mean is , we have c++ , java softwares(those are meant to write programs and compile them) . In windows i just install c++ software and write programes(c programes) and compile them. Similarly is there any package like the c++ software in the repositories so that i could install it in linux. In a simpler way i am a student learning c++ language, is there any software where we can write c programs and compile them.

        Comment


          #5
          Re: How do i install c++ and java in kubuntu

          In windows i just install c++ software and write programes and compile them. Similarly is there any package (c++ software in the repositories) so that i could install it in linux. Or how to write source code(i mean which place) and compile it
          FAQ: Installing from source
          http://kubuntuforums.net/forums/inde...opic=3085626.0

          =>

          Here is couple links how to compile from source:

          CompilingSoftware
          https://help.ubuntu.com/community/CompilingSoftware

          Compiling things on Ubuntu Linux the Easy Way
          https://help.ubuntu.com/community/CompilingEasyHowTo

          An beginners guide to compiling programs under Linux.
          http://www.luv.asn.au/overheads/compile.html

          Compiling Software With Debian Linux
          http://www.aboutdebian.com/compile.htm
          Before you edit, BACKUP !

          Why there are dead links ?
          1. Thread: Please explain how to access old kubuntu forum posts
          2. Thread: Lost Information

          Comment


            #6
            Re: How do i install c++ and java in kubuntu

            Here is an explaination to run c program(write,save,compile,execute) . http://ubuntuforums.org/archive/index.php/t-157033.html


            another source : http://laroza.wikidot.com/c

            Comment


              #7
              Re: How do i install c++ and java in kubuntu

              Go to Add/Remove programs and install Eclipse. It is a general-purpose IDE, with Java support by default. From within it, you can download and install the CDT update, which allows you to do C/C++ development as well.

              Comment


                #8
                Re: How do i install c++ and java in kubuntu

                Thanks kurious for ur additional info.

                Comment

                Working...
                X