Eclipse for Solaris 8

Hi,
I want to download eclipse for solaris 8(jss-plumb) from where can I download it. I have downloaded one from the following site http://archive.eclipse.org/eclipse/downloads/drops/R-3.2-200606291905/index.php. But, when I try to run it, it gives me following error "ld.so.1: eclipse: fatal: libgtk-x11-2.0.so.0: open failed: No such file or directory Killed". I have also referred the following thread http://forums.sun.com/thread.jspa?threadID=5190972&tstart=2025 but there is no answer for it.

Well, since Solaris 8 is rather ancient by now i suppose that it wasn't shipped with the required gtk-library.
My guess is that you have to grab gtk 2.0 from www.sunfreeware.com, install it and add /usr/local/lib to $LD_LIBRARY_PATH, if the package installs under /usr/local/
(aka, in bash: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH).
.7/M.

Similar Messages

  • Eclipse for  solaris 10

    hi guys
    i need to run eclipse on solaris 10 any help on step by step, i am new in solaris but i am a java programmer.

    Very old message and perhaps this isn't the best forum for it but having started out with netbeans myself I can't help wonder why eclipse over, for example, netbeans or even the Enterprise studio 8 ?

  • OEPE Install for Solaris Sparc 64 bit

    Hello Experts,
    OEPE (Oracle Enterprise Plug-in for Eclipse) issue....
    We have installed the below @ Sun Solaris 10, Sparc 64 Bit.
    Web Logic 10.3.6
    SOA 11.1.1.6.0
    AIA 11.1.1.6.0
    trying to install OSB (Oracle Service Bus) and it asks about the OEPE Install location and gave an error.
    INST-07246 -- Enter a Valid value for OEPE Home location..
    We have NOT installed OEPE, because it is NOT available for the version and the platform we have.
    The OTN doc says as below:
    Oracle WebLogic Server 11gR1 (10.3.6) + Coherence - Package Installer Size: .99 GB, Check Sum: 3179053739
    This download provides a WebLogic Server generic installer. This installer does not include a JVM/JDK or Oracle Enterprise Plug-in for Eclipse, these must be installed separately.
    Question(s):
    1) Where can I get the OEPE for Solaris 64 bit and SOA 11.1.1.6.0?
    2) Any other workaround for the OSB install issue??
    Thanks a lot
    Rgds
    Natrajan

    Hi Natrajan,
    I don't think there is a Oracle packaged OEPE for Solaris 64... There is a Linux 64 though, but I don't think that is what you looking for...
    Here you can see the available packages
    http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html
    What you can do is to install Eclipse for Solaris... and then go to the link above and download a package "OEPE Plugins Only" and apply the plugins to your Eclipse
    http://archive.eclipse.org/eclipse/downloads/drops/R-3.6-201006080911/solPlatform.php
    Cheers,
    Vlad
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts)
    https://forums.oracle.com/forums/ann.jspa?annID=893

  • Netbeans versus Eclipse for JNI

    We have a significant about of code to rehost on solaris 8, from xview, to new java guis interfacing legacy C code. Current develpment environment is vi and make. We want to evolve to Junit, Ant, CVS and eand IDE either Netbeans or Eclipse (maybe JbuilderX). Have used both for java but never for JNI. Now exploring Eclipse. Can anyone lead us to a forum on Netbeans versus Eclipse for this type of effort?

    Hi Ivar, thanks for your reply.
    Actually both Netbeans and Eclipse provide a C/C++ plug-in, so you can develop the C side as well. I'm using it in Eclipse. There is a C Ant task also, so you can build the C and Java together. (Ideally, we want to be able to step, in the source level debugger, from the java into the C native method, but I don't believe that has been worked out in any IDE.) I am working with Eclipse now, and you can edit java in the java perspective, click a C file, and automatically switch to the C perspective. That seems to work pretty well. On the other hand, Netbeans is a Sun sponsored project, and we are on Solaris, so maybe Netbeans has some platform dependent goodies that might tip the balance.
    You and I both know that while a tool may have a capability, that does not mean it does the job well. Somebody else must be doing the same thing that I am, so I'm looking to learn from the experience of others who are farther into the process. Maybe I can avoid having to get deeply into one tool, only to find I should have used another.

  • Eclipse and solaris

    Again a new subject, but I have searched a lot before posting this one... Hope there is a solution.
    I am trying to use eclipse 3.3.2 on solaris 10 for x86 architecture. And if I have well understood, it's probably the worst configuration.
    So, firstly, I tried to compile it by reading the eclipse instruction. But it's an error, their documentation is not enough recent. Actually, the build script doesn't need a -java5home argument, and java 1.5 is needed for the compilation. And at last, it is needed to download the eclipse java compiler for the compilation can start. Unhappily even after that, I have errors at compilation (I didn't save the trace, but it is a java.lang.UnsupportedClassVersionError exception).
    So I searched on the net and I found the following website: http://www.blastwave.org/pkg-get.php
    Where the good eclipse version is available even for x86 (but I think they do their packages for solaris 8).
    I installed it, no problem during installation steps, but at launch, I have the same kind of error than previously (but previously it was during the compilation):
    Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
            at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
            at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    (eclipse:849): Pango-WARNING **: error opening config file '/opt/csw/etc/pango/pangorc': Erreur 0And a gui message:
    JVM terminated. Exit code=-1
    -Xms40m
    -Xmx1024m
    -XX:PermSize=1024m
    -Djava.class.path=/opt/csw/lib/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
    -os solaris
    -ws gtk
    -arch x86
    -showsplash /opt/csw/lib/eclipse//plugins/org.eclipse.platform_3.3.3.r33x_r20080129/splash.bmp
    -launcher /opt/csw/lib/eclipse/eclipse
    -name Eclipse
    --launcher.library /opt/csw/lib/eclipse/plugins/org.eclipse.equinox.launcher.gtk.solaris.x86_1.0.3.R33x_v20080118/eclipse_1023.so
    -startup /opt/csw/lib/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
    -vm /usr/jdk/instances/jdk1.5.0/bin/../jre/lib/i386/client/libjvm.so
    -vmargs
    -Xms40m
    -Xmx1024m
    -XX:PermSize=1024m
    -Djava.class.path=/opt/csw/lib/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar So now, I don't find anything more about this. Does someone has already successfully installed this with my configuration?
    Thank you by advance!

    I experienced the same error and successfully fixed it by installing Java 1.6 following these instructions: http://java.sun.com/javase/6/webnotes/install/jdk/install-solaris.html

  • How to create a iview in eclipse for connecting  R/3 using JCA?

    Hi everybody,
           I want to create a iview in eclipse for connecting  R/3 using JCA. Can any body send me java code for this purpose. i tried one example from sdn in eclipse but i did't get any code for the same.
    thanking you
    Rajendra

    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/sap connector examples download.htm

  • How can I set up breakpoints in eclipse for jsp?

    I saw somebody can set up breakpoints in eclipse for jsp.
    But I can not do that on my eclipse.
    What's the difference?
    Thanks.

    I don't think this had a keyboard shortcut even before (checked in CS6). There's an alternative though.
    1. Create a JSFL file with following code and save it in the commands folder as 'Remove Tween'.
         fl.getDocumentDOM().getTimeline().setFrameProperty('tweenType', 'none');
    2. Now goto Edit Menu > Keyboard Shortcuts..
    3. Search for 'Remove Tween' and assign a keyboard shortcut to it.
    Now everytime you press the assigned key - jsfl script is executed which essentially removes the tween from selected frame. (works for Classic and Shape tween but not Motion Tweens)

  • ORACLE CLIENT 9.2.0.6.0 for Solaris

    I need to download ORACLE CLIENT 9.2.0.6.0 for solaris. I could not locate the link online.
    Can somone provide me the link from where this can be done?
    regards
    akshay
    IT Analyst
    Morgan Stanley.

    9.2.0.6 is not a basic release,it's a patchset and available on metalink only. You need a valid support contract.
    Werner

  • Can't download Oracle 8.1.7 Enterprise Edition for Solaris 32 bit??

    I can't download Oracle 8.1.7 Enterprise Edition for Solaris 32 bit. After filling out the form with the questions...I click on the actual link, but the box never pops up. The status bar on my Internet Explorer slowly increases, but never allows me to download. It just hangs. I have tried multiple times, and I can download other verions from your site...and have many times in the past. Could you please fix this. Thanks.

    I've looked at it and it seems fine. It might have been a temporary glitch - let us know if you continue to have trouble.
    OTN

  • The deployment process seems to die or get stuck, iAS 6 SP3 for Solaris 8?

    When I deploy my application in iAS 6 SP3 for Solaris 8 the deployment process seems to die or get stuck. In the shell window i get the messages
    iasdeploy for iPlanet Application Server 6.0 SP3
    Connected to LDAP server on sstu15.auto.com port 389
    iPlanet Application Server is running in international mode
    sstu15:null
    sstu15:10 kas> deployment action ''J2EEInstallEar'' (/u02/home/iplanet/JAR/SSS.ear) running.
    sstu15:10 kas> deployment action ''J2EEInstallEar'' (/u02/home/iplanet/JAR/SSS.ear) running.
    After this nothing happens for a really long time.
    When starting the deployment I get in the beginning of kas.log two entries
    ADMIN-168: kas> deployment get log ''J2EEInstallEar''
    GDS-007: finished a registry load
    but suddenly the second line disappears and the only message I get is the first entry. I need to break the deployment process and kill the processes manually.
    When starting the application server I get two error messages:
    Connected to LDAP server on sstu15.auto.com port 389
    iPlanet Application Server is running in international mode
    Connected to LDAP server on sstu15.auto.com port 389
    iPlanet Application Server is running in international mode
    iPlanet Administrative Server
    Version 6.0 SP3, Build 20010704
    Copyright (c) 1996-1997 KIVA Software Corporation.
    Copyright (c) 1998-1999 Netscape Communications Corporation.
    Copyright (c) 2000-2001 Sun Microsystems, Inc. Some preexisting portions Copyright (c) 2000 Netscape Communications Corp
    . All rights reserved.
    Use of this software is governed by the terms of the executed license agreement between you and iPlanet E-Commerce Solutions.
    [14/Feb/2002 11:02:12:7] error: ADMIN-071: kas> error: failed to either start up or connect to engine ''0'' (CCS0)
    [14/Feb/2002 11:03:08:8] error: ADMIN-071: kas> error: failed to either start up or connect to engine ''1'' (CCS0)
    I think all processes starts OK, I get one for .kas and one for kas, one for .kxs and one for kxs and finally one for .kjs and one for kjs.
    Is someone familiar with this/these problem(s)?

    It seems you are deploying a very big application. Try to deploy this application with following command
    j2eeappreg <filename>
    It should work fine. It was a bug with iasdeploy command in iAS SP3 which had been fixed in iAS SP4.

  • No Disk meet the criteria for Solaris installation

    Hi all, I have a problem when trying to install Solaris 8 (Intel) on my PC. There are some funny things happened while installing the OS.
    1.) My motherboard does not support booting from CD-ROM, so I downloaded a Device Assistant Boot Disk to boot it up. Then I use dd.exe to make the boot disk from the image, I have tried many times that after creating the boot disk, this boot disk will contain 512 bytes of bad sector. So why?
    2.) After using this boot disk to boot up and install the OS, before entering to the detection of the bus type stuff (still on the white screen), at the bottom of the screen, it says "ata_command select failed ... ...", what does this mean?
    3.) When the system go back to the white screen with language selection, I choose English (which is 1), and the system try to find my hard disk, but it failed and says "No Disk meet the criteria for Solaris installation" with a new line saying "installation documenation found.". So what is happening?
    Appreciate for any help.
    Wallace

    Did you check that your adaptec scsi controller is
    supported by solaris and/or has a working driver
    (from sun or adaptec) ?
    Here's the HCL for solaris 8 x86:
    http://soldc.sun.com/support/drivers/hcl/8/401/BOOK.htm

  • Build for solaris 8 on solaris 10 - possible?

    I want to build/compile an application for solaris 8, but I only have access to a machine running solaris 10. Can I compile for solaris 8 on a solaris 10 machine, and if so, what do I have to do to make it work?

    The short answer is generally no.
    The long answer is that it can be done but you will need to make sure that on the Solaris 10 machine you only use functions/headers/libraries that are available on Solaris 8 otherwise they will not be found and the software won't work.
    alan

  • Also I need ndiswrapper support for solaris 10

    I have a linksys -G type router and my computer uses a Linksys Wireless-G PCI Adapter with SpeedBooster
    which works in Linux like mandrake , debian systems like knoppix and kanotix but their are some buggy like debian also that don't let me change the essid in debian but most linux works with the drivers for my card which are
    04/13/2004 10:01 AM 7,870 BCM43XX.CAT
    03/31/2004 08:44 AM 11,960 BCMWL5.INF
    02/19/2004 11:51 AM 300,928 BCMWL5.SYS
    normally you install the drivers with ndiswrapper -i BCMWL5.INF then use -m to add it too the model loader program in linux which adds wlan0 to ifconfig and iwconfig programs
    which also ndiswrapper requires the source code of the kernel to install the ndiswrapper right , it req. it too compile the drivers, and using the linux gui programs to setup essid and key wep info
    also I use a script in kanotix to use /etc/network/interfaces to load the info on bootup etc.. to get my wireless network card up in linux.
    also how the support for soundblaster sound cards in solaris 10, I have not fingured out if theirs sound yet. freebsd 5.4 seemed to be missing the sound support
    one more thing in bootup of the install program for Solaris 10 my geforce 6800 card detected right but my tv output was all wrong in since the picture , was only on the monitor and tv had stange graphics on it which did not look right I hope nvidia drivers fix this problem , Is their any different command needed for clone mode in Solaris 10 then free86 nd xorg scripts use?

    I got the solutiion from Canon Customer Serivce, temporary until the 10.10 download is released.  It works:
    "You can download the latest software updates at this address:
    http://www.usa.canon.com/cusa/support/professional/professional_cameras/eos_digital_slr_cameras/eos_...
    Please select "OS X Mavericks v10.9" using the drop-down menu on the page.  You have to pick the previous version of Mac OS, because the options for OS X 10.10 Yosemite have not yet been populated.  I sincerely apologize for any confusion this may cause.  After selecting OS X 10.9, please click on the red triangle next to the word "Software" to see the software updates available for your computer.  I would recommend updating all of your software including EOS Utility and Digital Photo Professional."
    I never did find the drop-down menu, but I went into the site map and found what I needed.
    Barry

  • Veritas volume manager for solaris 10

    Hi All
    which version veritas volume manager will support solaris 10 06/06.
    can you just update a link for reference
    Regards
    RPS

    Hello,
    we are currently using solaris 9 with veritas volume manager 3.5.So i would like to know if i upgrade to solaris 10 06/06.whether i can use 3.5 or not.
    Using the Veritas (Symantec) support site, I have found the following document
    VERITAS Storage Solutions 3.5 Maintenance Pack 4 for Solaris
    http://seer.support.veritas.com/docs/278582.htm
    The latest supported version listed for VxVM 3.5 with MP4 applied is Solaris 9. That means the answer is NO.
    I understand that searching the Veritas knowledge base might be tough and time consuming, but it's their product ...
    Michael

  • Memory Leak in 8.1.6.0.1 JDBC/OCI for Solaris

    Hello,
    there is a memory leak in the 8.1.6.0.1 JDBC-OCI driver for solaris.
    The leak causes your jvm to eat up all memory
    if you reuse callable statements
    (calling one statement multiple times with
    different values).
    The thin driver has no such problem. Is
    there any fix available ?

    Ok. The code spans multiple classes and
    most of it comes from a customized version
    of the Enhydra Java Application server.
    I have a class called "StandardDBConnection"
    which caches CallableStatements and is a
    wrapperclass for java.sql.DBConnection. The
    interesting method here is "prepareCall":
    * Get a callable statement given an SQL string. If the statement is
    * cached, return that statement, otherwise prepare and save in the
    * cache.
    * @param sql The SQL statement to be called.
    * @return a new CallableStatement object containing the
    * pre-compiled SQL statement.
    * @exception java.sql.SQLException If a database access error occurs
    * statement.
    public synchronized CallableStatement prepareCall(String sql)
    throws SQLException {
    PreparedStatement preparedStmt;
    logDebug ("Prepare call: " + sql);
    validate();
    preparedStmt = (PreparedStatement)preparedStmtCache.get(sql);
    // Check if the object returned by the cache really is a
    // callable statement. if it is not, someone did call first
    // prepareStatement() and now prepareCall() with the same
    // sql. Silently replace the existing cache entry by a
    // callable statement in this case.
    if (preparedStmt instanceof CallableStatement) {
    preparedStmt.clearParameters();
    else {
    // Need to close the old PreparedStatement in case we have to
    // replace it with a CallableStatement
    if (preparedStmt != null) {
    preparedStmt.close();
    else if (preparedStmtCache.size() >= maxPreparedStmts) {
    String key = (String)preparedStmtCache.keys().nextElement();
    ((PreparedStatement) preparedStmtCache.remove(key)).close();
    preparedStmt = connection.prepareCall(sql);
    preparedStmtCache.put(sql, preparedStmt);
    return (CallableStatement)preparedStmt;
    The statements get closed when I close the
    connection:
    boolean closeStmts = true;
    // Close the prepared statements.
    Enumeration e = preparedStmtCache.keys();
    while (e.hasMoreElements() && closeStmts) {
    String key = (String)e.nextElement();
    try {
    ((PreparedStatement)
    preparedStmtCache.remove(key)).close();
    } catch (SQLException except) {
    // Ignore errors, we maybe handling one.
    closeStmts = false;
    log.write(Logger.NOTICE,
    "DBConnection[" + id + "]: " + url +
    "\nUnable to close statements. Continuing....\n");
    In my classes using database queries I just
    use the prepareCall method of DBConnection
    and do not have to care about anything.
    Works perfectly with the thin driver, but
    as soon as I switch to oci... :-|
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by JDBC Dev Team:
    Soda, Rupper,
    Do you mind posting some code that shows us what your code was doing when you notice this leak?
    Thanks.<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • Centralize internet access in MPLS VPN

    Can i implement Centralize internet access (the Hub CE Router to performs NAT) in cisco MPLS VPN solution? If so, is there any example about that? i can't find it at CCO~ Thanks a lot~

  • Webdav and xdb, xml-files are automatically deleted (or hidden)

    Hi All. In our project we have mounted webdav from a Linux box against an IBM database server running AIX and Oracle 11g. The file system on the Linux box is mounted to the xdb-schema on the dbserver. When placing xml-files into the database through

  • Update Error (NSURLErrorDomain error -3001.)(102)

    Hi, I am trying to update Safari to 6.0.2 Aperture to version 3.4.2 and when I click update I get this error: What does this error mean?  How am I meant to fix this error? I'm using Mountain Lion updated from Lion if that helps.

  • How should a batch process for text alignment be configured in PDF

    Hi, Using Adobe Photoshop CS5 extended, how can I configure a batch process to align the text on about 700 single page pdfs (of text)?  The text consists of four tables of numbers and one page number per page. Thanks.

  • Rep-2103

    Hi after migrating to 10g from 6i. when I want to generate a report I am getting the following err: rep-2103: column 'cf street_address' : pl/sql formula returned invalid value or no value below is my code: function CF_street_addressFormula return VA