Rectangular Selection in Sun Studio 12?

Hi everybody,
I just started using sunstudio for C++ developement. I wonder if it is possible to do rectangular selections in the editor window. (+cut&paste) I didn't find anything about that using the forum search, Google and playing around with the usual shortcuts.
Thanks
Wolfram Stumpf

Would the following be useful?
http://blogs.sun.com/scblog/entry/rectangular_edit_tools_module_uploaded

Similar Messages

  • Vertical block selection in Sun Studio edtior?

    May be it's a trivial question but I didn't figure it out. Is there a way to make vertical (block) selection in Sun Studio editor? I like this feature in some other source code editors and really it's something basic to expect from any modern IDE.

    Actually this request was already opened in 2001:
    http://www.netbeans.org/issues/show_bug.cgi?id=13857
    I submitted a comment there. There are some plugins it seems which enable it in some fasion, but not really integrated with visual selection etc.

  • Installing Sun Studio 12 on Ubuntu 8.04

    When I try to install Sun Studio 12 with the graphical installer, I get a message half was through that Java is not installed. In my case Sun's Java was already installed. I tell the Sun Studio installer to do the update and it finished what it was doing. After the install is done, I found that the Sun Studio executable is missing, so it looked like the installation did not work. What version of Java is Sun Studio expecting and does it need to be tied to a specific path? Is there a known method for installing Java for Sun Studio 12?
    After this I uninstalled Java and Netbeans and started the system prep tool, which correctly said I was missing netbeans and java. I had the system prep tool install netbeans successfully but I get this message when trying to install java:
    error: Failed dependencies:
    glibc >= 2.1.2-11 is needed by jdk-1.5.0_09-fcs.i586
    sh-utils >= 2.0-1 is needed by jdk-1.5.0_09-fcs.i586
    fileutils >= 4.0-8 is needed by jdk-1.5.0_09-fcs.i586
    gawk >= 3.0.4-1 is needed by jdk-1.5.0_09-fcs.i586
    textutils >= 2.0-2 is needed by jdk-1.5.0_09-fcs.i586
    /bin/sh is needed by jdk-1.5.0_09-fcs.i586
    Any suggestions?

    I could not find any log files with error information from Express or Sun Studio 12. Any ideas?Not yet :-) Can you try to build and debug a sample project? Does it show the same problem?
    I mean one of several sample projects, that are shipped with the Sun Studio IDE.
    Start "sunstudio", from main menu: "File->New Project", select Samples->C/C++/Fortran->Welcome
    Did you try to run compilers and other tools?
    Please, make sure they work. For example, run the following commands:
    cc -V
    CC -V
    f90 -V
    collect -V
    dbx -V
    dmake -v
    (Note: the last one is small "v")

  • What Function/Features you want to have in next Sun Studio release?

    Hello,
    My name is Ngoc Nguyen, from Sun Studio product team. We just shipped Sun Studio 12 ML release (for C, C++, Fortran compiler) past few weeks. We start working on the next release. This is the right time for the community to tell us what feature you want to change or add into next release.
    HOW?
    Please use the following instruction. It seems long at start, but both you and Sun will get benefit from it on the long run. i.e: By this way, All of your suggestion/request will be logged into our worldwide database system and is assigned an Request for Enhancement (*RFE*) ID. Later You can view the progress of your suggestion/request by using this RFE ID.
    - Go to http://bugreport.sun.com/bugreport/
    Check the box at the bottom of the page
    Click on "Start a new Report"
    - Select the following
    Type = Request for Enhancement
    Product/Category = C/C++/Fortran Compilers and Tools - Misc
    Subcategory = C/C++/Fortran Compilers and Tools - Misc
    Release = Other
    Operating System = <your choice>
    - Click on "Continue"
    - On the next screen, you only need to fill out the required fields indicated by *.
    - The "Synopsis" field should be start with "VOC" word. VOC stands for "Voice of Customer". i.e: "VOC: I want to increase performance on xxxxx component".
    - The "Justification" field is important too. general statement like "It is important for us" may not look attractive.
    - After all, click on "Submit"
    This input collection process will last 10 days and will be ended on Wed Oct/31st.
    Looking forward to hear from you.
    Best Regards,
    Ngoc Nguyen
    IMPORTANT: Please don't post your suggestion/request on this forum thread because nobody will help you to log your suggestion into Sun System. Please use the method I outlined above.

    Hello,
    My name is Ngoc Nguyen, from Sun Studio product team. We just shipped Sun Studio 12 ML release (for C, C++, Fortran compiler) past few weeks. We start working on the next release. This is the right time for the community to tell us what feature you want to change or add into next release.
    HOW?
    Please use the following instruction. It seems long at start, but both you and Sun will get benefit from it on the long run. i.e: By this way, All of your suggestion/request will be logged into our worldwide database system and is assigned an Request for Enhancement (*RFE*) ID. Later You can view the progress of your suggestion/request by using this RFE ID.
    - Go to http://bugreport.sun.com/bugreport/
    Check the box at the bottom of the page
    Click on "Start a new Report"
    - Select the following
    Type = Request for Enhancement
    Product/Category = C/C++/Fortran Compilers and Tools - Misc
    Subcategory = C/C++/Fortran Compilers and Tools - Misc
    Release = Other
    Operating System = <your choice>
    - Click on "Continue"
    - On the next screen, you only need to fill out the required fields indicated by *.
    - The "Synopsis" field should be start with "VOC" word. VOC stands for "Voice of Customer". i.e: "VOC: I want to increase performance on xxxxx component".
    - The "Justification" field is important too. general statement like "It is important for us" may not look attractive.
    - After all, click on "Submit"
    This input collection process will last 10 days and will be ended on Wed Oct/31st.
    Looking forward to hear from you.
    Best Regards,
    Ngoc Nguyen
    IMPORTANT: Please don't post your suggestion/request on this forum thread because nobody will help you to log your suggestion into Sun System. Please use the method I outlined above.

  • Recommendation for new features in next Sun Studio releases

    Hello,
    I have started using the Sun Studio Express recently and as a feedback to your opening to receive proposals to new features in the next releases of the Sun Studio collection I would want to point some aspects of interest to the programmers in writing good software for embedded systems and not only.
    First of all, with regards to the subject of great interest to me in this moment, multicore/multiprocessor parallel programming, I would appreciate the following :
    - if the compiler would be extended with new directives to allow the programmer to measure the load of each core and/or processor that is available to him.
    - if the compiler would be extended with directives to allow the programmer to get the core ID on which a specific section of code is executed. As en example consider o multithreaded application and in the associated function for each thread read the core ID and function of this value perform specific actions.
    - if the compiler would be extended with directives to allow the programmer to get the ID of the processor in the system - supposing a specific system has many multicore processors. (I don't know if this is possible).
    - if the compiler would be extended with directives to allow the programmer to specify the core and/or processor on which it wants to be executed a specific process,thread,function,(maybe instruction).
    With these macros I think a lot of things can be exercised, one that I think in this moment is the posibility for the programmer to implement his own algorithm of load balancing for the cores and processors of his system.
    Another point I would recommend would be that the watch window in the Sun Studio IDE to permit the selection of the format in which the data to be displayed.As an example if I have a U32 variable to be able to select in the watch window the integer ,hexadecimal or binary format in which I would want to be displayed.
    Another useful thins that I sought at other IDEs would be a popup window or something similar to select how to see the source code: as a .c file , as an assembler code , or as a mixture of C and assemble.
    That's all for the moment, if I see something else I would post another message.
    Thank you,
    Steve.

    steveg wrote:
    First of all, with regards to the subject of great interest to me in this moment, multicore/multiprocessor parallel programming, I would appreciate the following :
    - if the compiler would be extended with new directives to allow the programmer to measure the load of each core and/or processor that is available to him.
    - if the compiler would be extended with directives to allow the programmer to get the core ID on which a specific section of code is executed. As en example consider o multithreaded application and in the associated function for each thread read the core ID and function of this value perform specific actions.
    - if the compiler would be extended with directives to allow the programmer to get the ID of the processor in the system - supposing a specific system has many multicore processors. (I don't know if this is possible).
    - if the compiler would be extended with directives to allow the programmer to specify the core and/or processor on which it wants to be executed a specific process,thread,function,(maybe instruction).
    With these macros I think a lot of things can be exercised, one that I think in this moment is the posibility for the programmer to implement his own algorithm of load balancing for the cores and processors of his system.
    These are OS functions, not compiler's. Solaris has a wide selection of ways and tools to assign processes and threads to cpus; processor_bind(2) is a function you can call and pbind(1M) is a tool you can use on a running app. There are more, just google for it.
    Another point I would recommend would be that the watch window in the Sun Studio IDE to permit the selection of the format in which the data to be displayed.As an example if I have a U32 variable to be able to select in the watch window the integer ,hexadecimal or binary format in which I would want to be displayed.
    Good point. I'll check if there already is an RFE (Request For Enhancement) filed and file one if it's not. Thanks for letting us know!
    Another useful thins that I sought at other IDEs would be a popup window or something similar to select how to see the source code: as a .c file , as an assembler code , or as a mixture of C and assemble.
    But there is disassembly window already. See screenshot here: http://developers.sun.ru/images/stories/sunstudio/images/sun_studio_dbx.png

  • After installing Sun Studio 11, libfsu.a in Sun Forte  6 is removed.

    I have Sun compilers 5.0 and 6.2 on my Sun Solaris 8 Ultra Sparc machine. After installing Sun Studio 11, some library files (e.g., libfsu.a in Sun Forte 6) from the old compilers were removed. What is wrong with my installation?
    Note that I install the different versions of compilers in separate directories.

    After the 1st failed installation of Sun studio 11,
    did you making sure that Sun studio 11 is not exist
    on your system before re-install Sun studio 11? The
    rule is you can have different Sun studio releases
    on the same system, but you can not have the
    multiple copy of the same release on the same
    system, even though they are in a totally separate
    directory. If Sun Studio 11 exist after 1st fail
    installation, you need to un-install it first before
    you re-start 2nd installation attemp.
    Installation of Sun Studio 11 should not remove files
    from older releases, but we know the case it did mess
    up package of the older release before.
    -NgocNo, after 1st install failed due to insufficient disk space, I did not uninstall Studio 11. After I deleted some user files to free up disk space, I run the install again, specified the same directory for installation, and just select Sun Performance Libraries. The installation seems to finished successfully. Perhaps this is one scenario where old versions can get messed up.

  • How to install sun studio 12 under Centos 5???

    HI, all,
    I am trying to install Sun Studio 12 into Centos 5. The followings are what I did:
    1. Download sun studio 12 package by selecting Linex (x86) for Centos from web site and save this package under /var/tmp.
    2. I used bzcat to unpack this package by:
    bzcat < SunStudio12ml-linux-x86-200709-pkg.tar.bz2 | /bin/tar xvf -
    3. I did prepare_system before installation by:
    ./prepare_system [-d /opt/sun/ ] [-R /var/tmp/ ] [-C | -s netbeans | java | patches | all_patches | jdk_patches | all | print_needed_steps ]
    where [-d /opt/sun/ ] is the directory where all missing softwares will be installed, [-R /var/tmp/ ] is the directory where unpacked programs are saved.
    After running prepare_system, the resposes are:
    bash: -s: command not found
    bash: patches: command not found
    bash: all_patches: command not found
    bash: all: command not found
    bash: print_needed_steps: command not found
    bash: jdk_patches: command not found
    *Usage: gij [OPTION] ... CLASS [ARGS] ...*
    to invoke CLASS.main, or
    *gij -jar [OPTION] ... JARFILE [ARGS] ...*
    to execute a jar file
    *Try `gij --help' for more information.*
    4. I started to use installer with command line to install the sun studio 12 by:
    ./installer -nodisplay
    The result shows me some exceptions and installation is failed as:
    Exception in thread "Thread-1" java.awt.HeadlessException
    at java.awt.dnd.DropTarget.<init>(libgcj.so.7rh)
    at java.awt.dnd.DropTarget.<init>(libgcj.so.7rh)
    at javax.swing.JComponent.<init>(libgcj.so.7rh)
    at javax.swing.JPanel.<init>(libgcj.so.7rh)
    at javax.swing.JPanel.<init>(libgcj.so.7rh)
    at com.sun.wizards.core.WizardComponent.<init>(WizardComponent.java:159)
    at com.sun.wizards.core.WizardComposite.<init>(WizardComposite.java:83)
    at com.sun.wizards.core.WizardTreeManager.createWizardPanel(WizardTreeManager.java:890)
    at com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:325)
    at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:75)
    at java.lang.Thread.run(libgcj.so.7rh)
    Task Failed: java.lang.NullPointerException
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(libgcj.so.7rh)
    at java.util.ResourceBundle.tryBundle(libgcj.so.7rh)
    at java.util.ResourceBundle.tryBundle(libgcj.so.7rh)
    at java.util.ResourceBundle.getBundle(libgcj.so.7rh)
    at java.util.ResourceBundle.getBundle(libgcj.so.7rh)
    at com.sun.setup.util.wbResource.getString(wbResource.java:212)
    at com.sun.setup.util.wbResource.getString(wbResource.java:132)
    at com.sun.setup.util.setupInitializationTask.perform(setupInitializationTask.java:88)
    at com.sun.wizards.core.Sequence.perform(Sequence.java:343)
    at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226)
    at java.lang.Thread.run(libgcj.so.7rh)
    I followed installation instructions to install sun studio 12 under Centos 5. I can not make it. However, I made it under Solaries system.
    So, is there any special for Centos 5?
    Hunter 3D

    Hi,
    Thank you for your helps.
    According to your suggestions, I downloaded JDK 6 update 10 RC, specifical in Linux platform : self-extracting JDK file named:
    jdk-6u10-bin-b28-linux-i586-21-jul-2008.bin
    I saved downloading under the directory where sun studio is located.
    I used
    yum search jdk
    to find jdk exists in Centos 5.2 shown as the message as:
    [root@localhost sun]# yum search jdk
    Loading "priorities" plugin
    Loading "fastestmirror" plugin
    Loading mirror speeds from cached hostfile
    * rpmforge: ftp-stud.fht-esslingen.de
    * base: mirror.raystedman.net
    * updates: mirror.raystedman.net
    * addons: mirror.voxitas.com
    * extras: mirror.raystedman.net
    0 packages excluded due to repository priority protections
    jakarta-commons-launcher.i386 : The Launcher Component is designed to be a cross platform Java application launcher.
    jakarta-commons-collections.i386 : Jakarta Commons Collections Package
    mockobjects-alt-jdk1.4.i386 : Mockable API for JDK 1.4
    jakarta-commons-beanutils.i386 : Jakarta Commons BeanUtils Package
    gnu-crypto-sasl-jdk1.4.i386 : Gnu Crypto SASL API
    ldapjdk.i386 : The Mozilla LDAP Java SDK
    ldapjdk-javadoc.i386 : Javadoc for ldapjdk
    mockobjects-jdk1.4.i386 : MockObjects for 1.4 JDK
    I used
    ./installer -nodisplay
    to install sun studio 12 and error message show as:
    [root@localhost sun]# ./installer -nodisplay
    Exception in thread "Thread-1" java.awt.HeadlessException
    at java.awt.dnd.DropTarget.<init>(libgcj.so.7rh)
    at java.awt.dnd.DropTarget.<init>(libgcj.so.7rh)
    at javax.swing.JComponent.<init>(libgcj.so.7rh)
    at javax.swing.JPanel.<init>(libgcj.so.7rh)
    at javax.swing.JPanel.<init>(libgcj.so.7rh)
    at com.sun.wizards.core.WizardComponent.<init>(WizardComponent.java:159)
    at com.sun.wizards.core.WizardComposite.<init>(WizardComposite.java:83)
    at com.sun.wizards.core.WizardTreeManager.createWizardPanel(WizardTreeManager.java:890)
    at com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:325)
    at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:75)
    at java.lang.Thread.run(libgcj.so.7rh)
    Task Failed: java.lang.NullPointerException
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(libgcj.so.7rh)
    at java.util.ResourceBundle.tryBundle(libgcj.so.7rh)
    at java.util.ResourceBundle.tryBundle(libgcj.so.7rh)
    at java.util.ResourceBundle.getBundle(libgcj.so.7rh)
    at java.util.ResourceBundle.getBundle(libgcj.so.7rh)
    at com.sun.setup.util.wbResource.getString(wbResource.java:212)
    at com.sun.setup.util.wbResource.getString(wbResource.java:132)
    at com.sun.setup.util.setupInitializationTask.perform(setupInitializationTask.java:88)
    at com.sun.wizards.core.Sequence.perform(Sequence.java:343)
    at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226)
    at java.lang.Thread.run(libgcj.so.7rh)
    So, please tell me what I will do.
    Thank you.

  • Sun Studio 12 in SXDE 9/07 VMWare image

    Having a terrible time getting Sun Studio 12 to work in SXDE 9/07 VMWare image.
    My main problem is that SunStudio refuses to compile anything. Firstly I couldn't get rid of "Could not successfully run the cc compiler to configure the built-in source file parser..." messgage. I've tried putting /opt/SUNWspro/bin in the PATH ahead of everything else, as has been suggested in a few other Sun Studio forums, but that doesn't seem to help. I've modified this in the .profile and restarted Sun Studio, even logged out and back in again, and the PATH setting is there, but Studio keeps giving me that message.
    Next, when I press F5 for Welcome project there's a flashing Stop sign in the bottom right corner pointing to exception dump in messages.log
    IOException java.io.IOException: Cannot run program "CC": error=12, Not enough space
    *********** Exception occurred ************ at 6:37 AM on Oct 14, 2007
    java.io.IOException: Cannot run program "/opt/netbeans-5.5.1/cnd1/bin/stdouterr.sh" (in directory "/export/home/ted/SunStudioProjects/Welcome"): error=12, Not enough space
    Anybody have any tips? I can't believe this isn't documented somewhere more fully, since this is right out of the box (figuratively speaking).

    Could you please check the SWAP size on you SXDE.
    Looks like the problem is here.
    For example, on my machine there are only 512M of SWAP.
    bash-3.00$ /usr/sbin/swap -lh
    swapfile dev swaplo blocks free
    /dev/dsk/c0d0s1 102,1 4K 512M 504M
    And, as mention in Sun Studio System Requirements (http://docs.sun.com/source/820-2973/release_notesML.html#SystemReqs),
    Swap space should be minimum 1Gb(Recommended: 2 to 4 Gbytes).
    You can expand swap on your machine this way:
    bash-3.00$ su -
    Password:
    Sun Microsystems Inc. SunOS 5.11 snv_70b October 2007
    bash-3.00# mkfile 512m /export/home/moreswap
    // Or you can select swap file where you have enough space.
    bash-3.00# /usr/sbin/swap -a /export/home/moreswap
    bash-3.00# /usr/sbin/swap -lh
    swapfile dev swaplo blocks free
    /dev/dsk/c0d0s1 102,1 4K 512M 499M
    /export/home/moreswap - 4K 512M 512M
    After you increase SWAP space as required, there should not any exceptions.

  • Sun Studio 11

    I saw where there was a link for the full Sun Studio 11 install. Is it possible to just get dbx rather than the full suite? I'd rather not have to increase swap space which I think I would need to do for the full install. (perhaps the install wizard lets you pick and choose pieces?)

    Studio 11 was released in 2005, and is obsolete. You really should use a more current version, unless you need to run it on Solaris 8 (which is also obsolete). You don't do yourself any favors by continuing to use software that is obsolete and pretty much unsupported. But I realize that sometimes you don't have a choice.
    You can get the current release, Oracle Solaris Studio 12.3, here:
    http://www.oracle.com/technetwork/server-storage/solarisstudio/overview/index.html
    It requires Solaris 10 or 11, or Oracle Linux 5 or 6, or Red Hat Linux 5 or 6.
    To answer your question, the package installer allows you to select the components you want to install. It is rather coarse-grained, so you usually can't pick and choose in detail, but you don't have to install everything. If you install from a tarball, you can delete the parts you don't want, but you might find that you deleted something that is actually needed.
    All that said, whether you install all or part of Studio affects the amount of disk space used, but does not affect the use of swap space. The swap space usage depends on the programs that are actually running. If, for example, you are not running a compiler, the fact that the compiler is installed does not affect swap space usage.

  • Sun Studio 11 install report 0 bytes size of products.

    Hi , I'm trying to install Sun Studio into Solaris 8 , but thats report 0 bytes size to be installed and no more messages.
    root@saexpintr01# uname -a
    SunOS saexpintr01 5.8 Generic_117350-28 sun4u sparc SUNW,Sun-Fire-280R
    root@saexpintr01# java -version
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    root@saexpintr01# pwd
    Select Locale localized data for the languages showing a checked box will be
    installed:
    [X] 1 English [en] [CURRENT LOCALE]
    [X] 2 Japanese [ja]
    [X] 3 Chinese [zh]
    To check a particular locale, enter its number, or 0 when you are finished
    [0] {"<" goes back, "!" exits}: 0
    Select the components you want to install by clicking the radio button in the
    Default Install column or Custom Install column. If you choose a Custom
    Install, you can select which subcomponents you want to install. To continue,
    click Next.
    No Install Default Install Custom Install Product
    0. [ ] [X] [ ] Solaris patches
    1. [ ] [X] [ ] Sun Studio Software
    2. [ ] [X] [ ] Documentation
    3. [ ] [X] [ ] Source Distribution
    4. [ ] [X] [ ] Sun Performance Library
    5. Done
    Enter the number that corresponds with the product you want to change.
    Select the number that corresponds with Done when you are finished. [5] {"<"
    goes back, "!" exits} 5
    Enter the directory name where you want to install the product.
    Studio Software [opt] {"<" goes back, "!" exits} /u01
    Checking disk space.
    The following items will be installed:
    Product: Solaris patches
    Location: /u01
    Size: 0 bytes
    Product: Sun Studio Software
    Location: /u01
    Size: 0 bytes
    Product: Documentation
    Location: /u01
    Size: 0 bytes
    Product: Source Distribution
    Location: /u01
    Size: 0 bytes
    Product: Sun Performance Library
    Location: /u01
    Size: 0 bytes
    Ready to Install
    1. Install Now
    2. Start Over
    3. Exit Installation
    What would you like to do [1] {"<" goes back, "!" exits}? 1
    Installing Solaris patches
    |-1%--------------25%-----------------50%-----------------75%--------------100%|
    Installing Sun Studio Software
    |-1%--------------25%-----------------50%-----------------75%--------------100%|
    Installing Documentation
    |-1%--------------25%-----------------50%-----------------75%--------------100%|
    Installing Source Distribution
    |-1%--------------25%-----------------50%-----------------75%--------------100%|
    Installing Sun Performance Library
    |-1%--------------25%-----------------50%-----------------75%--------------100%|
    Installation details:
    Product Result More Info
    1. Solaris patches Not Installed Available
    2. Sun Studio Software Not Installed Available
    3. Documentation Not Installed Available
    4. Source Distribution Not Installed Available
    5. Sun Performance Library Not Installed Available
    6. Done
    Enter the number corresponding to the desired selection for more
    information, or enter 6 to continue [6] {"!" exits}: 1
    /var/sadm/install/logs/Solaris_patches_install.B07191842 does not exist
    Failed:
    Log file: /var/sadm/install/logs/Solaris_patches_install.B07191842
    Product Result More Info
    1. Solaris patches Not Installed Available
    2. Sun Studio Software Not Installed Available
    3. Documentation Not Installed Available
    4. Source Distribution Not Installed Available
    5. Sun Performance Library Not Installed Available
    6. Done
    Enter the number corresponding to the desired selection for more
    information, or enter 6 to continue [6] {"!" exits}: 6

    Hmm... could you just check that you have downloaded the SPARC version of the product? I have seen zero bytes in each cluster when trying to install the "wrong" architecture. Also, there is a gotcha on Solaris 8 - you must have the SUNWbash package (which is on the companion CD for Solaris 8 I believe) otherwise your install will fail. This isn't the symptom of that problem, I'm just mentioning it ahead of time.
    --Terry.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Sun Studio 12

    Sun Studio 12 is totally awesome on Linux. It is the first time I gave it a try (on Debian) mainly for Fortran programming and am pretty happy with it.
    The integration of the compiler with performance libs, analyzer, debugger etc. is neat.
    Though honestly I feel that the IDE could perhaps be made optional during the installation.

    To set any environment variable for the running application select the Properties
    menu item from a projects context menu. You'll get a ProjectProperties dialog.
    In the Run tab there is an Environment property.
    You can add any environment variable you need there. It will work for debugging as well.
    The reason LD_LIBRARY_PATH isn't inherited from the outer shell is probably because
    all the shell and startup scripts that start netbeans and the Java running it override
    LD_LIBRARY_PATH.
    There's no overall trivial way to change the overall color scheme that I know of.
    There are some ways to alter the look and feel and skin NB:
    http://wiki.netbeans.org/LookAndFeel
    http://wiki.netbeans.org/FaqCustomLaf
    If it's only the editor and i/o windows you want to customize then go via Tools->Options
    then Font&Colors for the editor screen and Miscellaneous->TerminalEmulator for
    process io and debugger cmd io.

  • Need VOC about SCCS support in Sun Studio

    Hello, Sun Studio users!
    We need Voice Of Customers (VOC) about SCCS support in Sun Studio.
    The idea is to make Sun Studio editor and project system aware of SCCS,
    and to integrate SCCS support in Sun Studio, so that users will be able to
    select a file, and perform the following SCCS actions:
    * Check Out (sccs edit)
    * Check In (sccs delget)
    * Undo Check Out (sccs unedit)
    * View History (view SCCS history in as text)
    * Show Revisions (view SCCS history in explorer)
    * Compare Revisions (view differences in filemerge)
    Please, send your replies to me or add to this thread.
    If you think it is not a good idea - this is also important information.
    Thanks in advance,
    Nik

    Hello, Sun Studio users!
    We need Voice Of Customers (VOC) about SCCS support in Sun Studio.
    The idea is to make Sun Studio editor and project system aware of SCCS,
    and to integrate SCCS support in Sun Studio, so that users will be able to
    select a file, and perform the following SCCS actions:
    * Check Out (sccs edit)
    * Check In (sccs delget)
    * Undo Check Out (sccs unedit)
    * View History (view SCCS history in as text)
    * Show Revisions (view SCCS history in explorer)
    * Compare Revisions (view differences in filemerge)
    Please, send your replies to me or add to this thread.
    If you think it is not a good idea - this is also important information.
    Thanks in advance,
    Nik

  • Javax/ejb/EJBHome not found on Sun Studio

    I get this error when executing a standalone client. It compiles fine but when I run it from the SUN Studio 5.0 IDE (mapped to jar executor), it throws this error. I've tried moving/copying the j2ee1.3.jar file around in several places with no luck. I've run the client successfully before, but it seems I've changed some settings and I don't know how to fix it..Any clues?

    Hi,
    To have these classes in the classapth,you need to mount these jars in the studio.
    To mount a jar file , in your studio explorer, right click the FileSystem node--->select Mount--->Archived Files--->navigate and select the j2ee.jar file.
    Get back in case of any issues.
    -Amol

  • Sun Studio Early Access Testers Needed...

    <b>Software Developers!
    <br>
    Apply for the Sun Studio 10, Update 1 Early Access Testing Opportunity</b>
    <p>Here is an invitation for you to apply for our upcoming<b> Sun
    Studio 10 Update 1, Early Access evaluation program</b>. This opportunity is being
    extended to a select group of current Sun Studio users. This 12-week program
    is scheduled to begin mid-June 2005 and all accepted participants will be directly
    supported by the product team.</p>
    <p>We will be using Sun's Feedback Portal, Connect by Centercode, for this EA
    program. If you do not already have a Connect Tool user account from a previous
    Early Access program, you will be required to follow 4-steps to successfully
    get yourself setup in the Feedback Portal and apply for the <b>Sun
    Studio 10, Update 1 Early Access</b> program.</p>
    <ol>
    <li> Create a <i>Username</i> and <i>Password</i></li>
    <li>Answer some generic questions to help us know where you are located, your
    availability, and your interests.</li>
    <li>Submit details about the platform
    you will be using during the EA testing cycle for <b>Sun Studio 10, Update
    1</b></li>
    <li>Fill out and submit the <b>Sun Studio 10, Update 1 Program Application</b></li>
    </ol>
    <p>Applications are being accepted until June 6, 2005. You will be notified of
    your acceptance into the program and asked to confirm that you will participate.
    We look forward to your application and appreciate your ongoing support of
    Sun Studio software.</p>
    <p>To participate in this Early Access program, please use this <b>link</b> for
    program details and to apply.</p>

    The following threads on netbeans.org and sunappserver foums discuss the same issue:
    http://www.netbeans.org/servlets/ReadMsg?list=nbj2ee&msgNo=753
    http://www.netbeans.org/servlets/ReadMsg?list=nbj2ee&msgNo=638
    http://forums.java.sun.com/thread.jspa?threadID=598473
    This seems to be an issue with appserver; you may wish to join the above threads or post a new question at the appserver forum at:
    http://swforum.sun.com/jive/category.jspa?categoryID=35

  • How to generate gdb compatible .o for CMT using Sun Studio C compiler?

    Hello,
    we've been working on a joint project for telco bearer plane applications on CMT.
    We started the project using gcc for Sparc and we switched to Sun Studio compiler when we hit some bugs in gcc (optimized mode was not completely stable). The switch took a few weeks due to syntax differences and toolchain option changes.
    With Sun Studio we got a double digit percent performance improvement, so Sun Studio proved more stable and faster than gcc.
    To debug programs we require gdb, because the Telco customers are more familiar with it. The problem is that Sun Studio generates object files which are not compatible with gdb.
    Our main requirement is to be able to generate gdb compatible object files using Sun Studio compiler.
    We checked this link:
    http://cooltools.sunsource.net/gcc/ReleaseNotes.html
    but this seems to be a variant of gcc. At this point we cannot switch compiler because of the performance and stability issues mentioned above and because it will take a few weeks to months to switch.
    We have two questions:
    1) Is there a way to generate gdb compatible object files using Sun Studio 11?
    2) If not, is this funcionality going to be available in a future release of Sun Studio and what is the time frame?
    Thanks for your help.
    Marco Zandonadi
    Teja Technologies

    The undefined symbol is in the C++ runtime support library that is part of Solaris. Probably you have an out-fo-date version of the libraries.
    You can get current patches from the Sun Studio patch page:
    http://developers.sun.com/prodtech/cc/downloads/patches/index.html
    From the page for your version of WorkShop or Sun Studio, select the C++ Runtime Library patch for the version of Solaris that your are running. While you are at it, you can get the current compiler patches as well.
    If patching the runtime libraries does not fix the problem, let me know, and also show the exact command lines that you use for compiling and linking the program.

Maybe you are looking for

  • Difference in GR qty from vendor wrt PO.

    Hello All, Suppose i order for 100 kg material from vendor A...But wen i received the goods it is 95 kg of material... So how to map this scenario in SAP..?...wht abt the 5kg of material..on whom it will be lying...excluding the delivery tolerence en

  • Apple tv no longer starts with airplay

    Previous I never needed to use the Apple tv remote to start my ATV 3. When I used the airplay function on my iPad it automatically started. One of the most recent updates must have broken/removed that function. Is it just me or did Apple remove that

  • Error 200380 occurred at DAQmx perform bridge offset nulling operation

    I had a working VI that could balance a wheatstone half bridge and read and record measurements.  My sensors are attached to a SCXI-1314 modle in a 1520 box in channel 0 (positioned as in the manual for half bridge) with the completion resistors in t

  • Synchronise READ from Serial card when Counter on 6025 is incremented

    Hi! System description: I am using PXI-8423 (2-port RS-422) and PXI-6025 to measure the signal coming from 2 laser sensors mounted onto a mechanical stage with linear encoder. The laser sensors give RS-422 output (at 1KHz) and are connected to my ser

  • How to empty Fact tables ???

    Hi everybody, How to supress data in fact table(but without delete data in dimension tables) before data loading ? I use a process chain to load the data. I know that manualy it is easy to do that, but with an automatic process how to do that ? Thank