Eclipse in solaris 10

hi guys i need to run eclipse on solaris 10
plz any can help me, i am new in solaris 10
but i am a java/j2ee programmer, i need to step by
step help on eclipse on solaris 10 plz help me guys

I'm not sure what you need help with.
If it is installing here are some instructions:
Goto: http://www.eclipse.org/downloads/index.php
And download either of the Solaris 8 builds (I know the motif
one works on Solaris 10, but you might like the look of gtk better).
unzip eclipse-SDK-3.1.1-solaris-*.zip
Put the now unziped eclipse directory where you want it. I'll assume it is in your home directory.
I suggest making this script:
#!/bin/sh
/home/dadu420/eclipse/eclipse -vmargs -Dorg.eclipse.core.runtime.ignoreLockFile $*
(where /home/dadu420 is your home directory)
and put it in your path, and call it eclipse.
Then run eclipse.
I hope it helps!

Similar Messages

  • 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.

  • 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 ?

  • Eclipse on solaris 10 x86

    Can anyone be kind enough to tell me how to launch eclipse on my solaris. I am running "eclipse -vm /usr/bin/java" command but it is not doing anything.

    Where did you get your Eclipse version? Solaris 10 x86 is not officially supported by Eclipse.

  • Eclipse on solaris x86

    I'm trying to get eclipse ide working on solaris 10 x86. It would be a great help if someone help me on how to do this.

    www.blastwave.org has Eclipse packaged.

  • 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

  • Building eclipse 3.1 on Solaris 10 x86

    I found an easy way to build eclipse on solaris x86, as followed:
    $ JAVA_HOME=/usr/j2se; export JAVA_HOME
    $ ANT_HOME=/home/compl/sfw/apache-ant-1.6.5; export ANT_HOME
    $ PATH=$ANT_HOME/bin:$PATH; export PATH
    $ mkdir -p ~/farm/eclipse-src
    $ cd ~/farm
    $ vi regexrename
    -----start create script regexrename-----
    -enter the following content:
    #!/bin/sh
    echo Renaming $1 to `echo $1 | sed $2`
    mv "$1" "`echo $1 | sed $2`"
    -save and quit vi
    -----end create script regexrename-----
    $ chmod +x regexrename<br />
    $ vi regexreplace
    -----start create script regexreplace-----
    -enter the following content:
    #!/bin/sh
    echo Replacing file $1...
    mv "$1" "$1.replaced"
    sed "$2" "$1.replaced" > "$1"
    -save and quit vi
    -----end create script regexreplace-----
    $ chmod +x regexreplace<br />
    $ cd eclipse-src
    $ unzip ~/Softwares/java/eclipse-sourceBuild-srcIncluded-3.1.zip
    $ vi ./build
    -----start modify script ./build-----
    -change line:
    export ANT_OPTS=-Xmx1000M
    -to
    ANT_OPTS=-Xmx1000M; export ANT_OPTS
    -add a blank line at end of file, to regard the last line to sed-----
    -----end modify script ./build-----
    -----now replace all sparc with i386 in directory and file names,
    -----don't change i386 to x86, although x86 seems better follow eclipse src naming conventions,
    -----or you have to perform some extra modifications on some scripts to correct x86 to i386,
    -----like the awt lib path, that is $JAVA_HOME/jre/lib/sparc on sun machines and
    -----$JAVA_HOME/jre/lib/i386 on intel PCs, NOT $JAVA_HOME/jre/lib/x86-----
    $ find ./ -name \*sparc\* -exec ../regexrename "{}" 's/sparc/i386/g' \;
    Renaming ./plugins/org.eclipse.platform.source.solaris.gtk.sparc to ./plugins/org.eclipse.platform.source.solaris.gtk.i386
    find: stat() error ./plugins/org.eclipse.platform.source.solaris.gtk.sparc/frag ment.xml: No such file or directory
    find: stat() error ./plugins/org.eclipse.platform.source.solaris.gtk.sparc/META -INF: No such file or directory
    find: stat() error ./plugins/org.eclipse.platform.source.solaris.gtk.sparc/buil d.properties: No such file or directory
    find: stat() error ./plugins/org.eclipse.platform.source.solaris.gtk.sparc/abou t.html: No such file or directory
    Renaming ./plugins/org.eclipse.rcp.source.solaris.gtk.sparc to ./plugins/org.eclipse.rcp.source.solaris.gtk.i386
    find: stat() error ./plugins/org.eclipse.rcp.source.solaris.gtk.sparc/build.xml : No such file or directory
    Renaming ./assemble.org.eclipse.sdk.solaris.gtk.sparc.xml.replaced to ./assemble.org.eclipse.sdk.solaris.gtk.i386.xml.replaced
    -----Regarding the errors above, re-run the command to make sure-----
    $ find ./ -name \*sparc\* -exec ../regexrename "{}" 's/sparc/i386/g' \;
    $
    -----now replace all sparc inside all revelant text files with i386-----
    $ find ./ -type f \( -name \*.xml -o -name \*.properties -o -name \*.sh -o -name build \) -exec fgrep -s sparc "{}" \; -exec ../regexreplace "{}" 's/sparc/i386/g' \;
    Replacing file ./build...
    Replacing file ./plugins/org.eclipse.ui.cheatsheets/build.xml...
    Replacing file ./assemble.org.eclipse.sdk.all.xml...
    $
    -----Perform a normal build-----
    $ sh ./build -os solaris -ws gtk -arch i386 -compilelibs
    BUILD SUCCESSFUL
    Total time: 17 minutes 45 seconds
    -----eclipse/eclipse seems remain the one for SPARC arch, update it manually-----
    $ cp launchertmp/eclipse eclipse/
    -----test run the compiled binary-----
    $ eclipse/eclipse
    -----eclipse 3.1 should start-----
    -----Finally, be careful if you want to keep or distribute result/solaris-gtk-i386-sdk.zip,
    -----eclipse/eclipse inside it remains the one for SPARC arch, you may want to
    -----update it first.-----

    bash
    may also need to set path to /usr/sfw/bin/gcc.
    and don't know why need to cp launchertmp/eclipse to overwrite the old one.
    But it do works for us.
    *** Date: Fri May 19 08:51:20 CST 2006
    *** Platform Details:
    *** System properties:
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=M20060118-1600
    eclipse.commands=-os
    solaris
    -ws
    gtk
    -arch
    sparc
    -launcher
    /export/home/looric/eclipse/./eclipse
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    17
    -vm
    /usr/bin/java
    eclipse.product=org.eclipse.sdk.ide
    eclipse.startTime=1147999845899
    eclipse.vm=/usr/bin/java
    eclipse.vmargs=-Xms40m
    -Xmx256m
    -jar
    /export/home/looric/eclipse/./startup.jar
    eof=eof
    file.encoding=UTF-8
    file.encoding.pkg=sun.io
    file.separator=/
    java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
    java.awt.printerjob=sun.print.PSPrinterJob
    java.class.path=/export/home/looric/eclipse/./startup.jar
    java.class.version=49.0
    java.endorsed.dirs=/usr/jdk/instances/jdk1.5.0/jre/lib/endorsed
    java.ext.dirs=/usr/jdk/instances/jdk1.5.0/jre/lib/ext
    java.home=/usr/jdk/instances/jdk1.5.0/jre
    java.io.tmpdir=/var/tmp/
    java.library.path=/usr/jdk/instances/jdk1.5.0/jre/lib/i386/client:/usr/jdk/instances/jdk1.5.0/jre/lib/i386:/usr/jdk/instances/jdk1.5.0/jre/../lib/i386:/usr/lib
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version=1.5.0_06-b05
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.5
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.5.0_06
    java.vm.info=mixed mode, sharing
    java.vm.name=Java HotSpot(TM) Client VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=1.5.0_06-b05
    line.separator=
    org.osgi.framework.bootdelegation=*
    org.osgi.framework.executionenvironment=J2SE-1.5
    org.osgi.framework.language=en
    org.osgi.framework.os.name=SunOS
    org.osgi.framework.os.version=5.10
    org.osgi.framework.processor=x86
    org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.3.0
    org.osgi.supports.framework.extension=true
    os.arch=x86
    os.name=SunOS
    os.version=5.10
    osgi.arch=sparc
    osgi.bundles=org.eclipse.core.runtime@2:start, org.eclipse.update.configurator@3:start
    osgi.bundlestore=/export/home/looric/eclipse/configuration/org.eclipse.osgi/bundles
    osgi.configuration.area=file:/export/home/looric/eclipse/configuration/
    osgi.framework=file:/export/home/looric/eclipse/plugins/org.eclipse.osgi_3.1.2.jar
    osgi.framework.beginningstartlevel=1
    osgi.framework.shape=jar
    osgi.framework.version=3.1.2
    osgi.install.area=file:/export/home/looric/eclipse/
    osgi.instance.area=file:/export/home/looric/workspace/
    osgi.instance.area.default=file:/export/home/looric/workspace/
    osgi.logfile=/export/home/looric/workspace/.metadata/.log
    osgi.manifest.cache=/export/home/looric/eclipse/configuration/org.eclipse.osgi/manifests
    osgi.nl=en_US
    osgi.os=solaris
    osgi.splashLocation=/export/home/looric/eclipse/plugins/org.eclipse.platform_3.1.2/splash.bmp
    osgi.splashPath=platform:/base/plugins/org.eclipse.platform
    osgi.syspath=/export/home/looric/eclipse/plugins
    osgi.ws=gtk
    path.separator=:
    sun.arch.data.model=32
    sun.boot.class.path=/usr/jdk/instances/jdk1.5.0/jre/lib/rt.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/i18n.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/sunrsasign.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/jsse.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/jce.jar:/usr/jdk/instances/jdk1.5.0/jre/lib/charsets.jar:/usr/jdk/instances/jdk1.5.0/jre/classes
    sun.boot.library.path=/usr/jdk/instances/jdk1.5.0/jre/lib/i386
    sun.cpu.endian=little
    sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop=gnome
    sun.io.unicode.encoding=UnicodeBig
    sun.jnu.encoding=UTF-8
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=unknown
    user.country=US
    user.dir=/export/home/looric/eclipse
    user.home=/export/home/looric
    user.language=en
    user.name=looric
    user.timezone=PRC
    *** Features:
    org.eclipse.jdt (3.1.2) "Eclipse Java Development Tools"
    org.eclipse.jdt.source (3.1.2) "Eclipse Java Development Tools SDK"
    org.eclipse.pde (3.1.2) "Eclipse Plug-in Development Environment"
    org.eclipse.pde.source (3.1.2) "Eclipse Plug-in Development Environment Developer Resources"
    org.eclipse.platform (3.1.2) "Eclipse Platform"
    org.eclipse.platform.source (3.1.2) "Eclipse Platform Plug-in Developer Resources"
    org.eclipse.rcp (3.1.2) "Eclipse RCP"
    org.eclipse.rcp.source (3.1.2) "Eclipse RCP Plug-in Developer Resources"
    org.eclipse.sdk (3.1.2) "Eclipse Project SDK"
    *** Plug-in Registry:
    org.apache.ant (1.6.5) "Apache Ant" [Resolved]
    org.apache.lucene (1.4.3) "Apache Lucene" [Resolved]
    org.eclipse.ant.core (3.1.1) "Ant Build Tool Core" [Resolved]
    org.eclipse.ant.ui (3.1.2) "Ant UI" [Resolved]
    org.eclipse.compare (3.1.1) "Compare Support" [Resolved]
    org.eclipse.core.boot (3.1.0) "Core Boot" [Resolved]
    org.eclipse.core.commands (3.1.0) "Commands" [Active]
    org.eclipse.core.expressions (3.1.0) "Expression Language" [Active]
    org.eclipse.core.filebuffers (3.1.2) "File Buffers" [Active]
    org.eclipse.core.resources (3.1.2) "Core Resource Management" [Active]
    org.eclipse.core.resources.compatibility (3.1.0) "Core Resource Management Compatibility Fragment" [Resolved]
    org.eclipse.core.runtime (3.1.2) "Core Runtime" [Active]
    org.eclipse.core.runtime.compatibility (3.1.0) "Core Runtime Plug-in Compatibility" [Active]
    org.eclipse.core.variables (3.1.0) "Core Variables" [Resolved]
    org.eclipse.debug.core (3.1.2) "Debug Core" [Active]
    org.eclipse.debug.ui (3.1.2) "Debug UI" [Active]
    org.eclipse.help (3.1.0) "Help System Core" [Active]
    org.eclipse.help.appserver (3.1.0) "Help Application Server" [Resolved]
    org.eclipse.help.base (3.1.0) "Help System Base" [Resolved]
    org.eclipse.help.ui (3.1.1) "Help System UI" [Resolved]
    org.eclipse.help.webapp (3.1.0) "Help System Webapp" [Resolved]
    org.eclipse.jdt (3.1.0) "Eclipse Java Development Tools" [Resolved]
    org.eclipse.jdt.core (3.1.2) "Java Development Tools Core" [Active]
    org.eclipse.jdt.debug (3.1.1) "JDI Debug Model" [Resolved]
    org.eclipse.jdt.debug.ui (3.1.2) "JDI Debug UI" [Resolved]
    org.eclipse.jdt.doc.isv (3.1.2) "Eclipse JDT Plug-in Developer Guide" [Resolved]
    org.eclipse.jdt.doc.user (3.1.1) "Eclipse Java Development User Guide" [Resolved]
    org.eclipse.jdt.junit (3.1.1) "Java Development Tools JUnit support" [Resolved]
    org.eclipse.jdt.junit.runtime (3.1.0) "Java Development Tools JUnit runtime support" [Resolved]
    org.eclipse.jdt.launching (3.1.0) "Java Development Tools Launching Support" [Resolved]
    org.eclipse.jdt.source (3.1.2) "Eclipse Java Development Tools SDK" [Resolved]
    org.eclipse.jdt.ui (3.1.2) "Java Development Tools UI" [Active]
    org.eclipse.jface (3.1.1) "JFace" [Active]
    org.eclipse.jface.text (3.1.2) "JFace Text" [Active]
    org.eclipse.ltk.core.refactoring (3.1.0) "Refactoring Core" [Resolved]
    org.eclipse.ltk.ui.refactoring (3.1.1) "Refactoring UI" [Resolved]
    org.eclipse.osgi.services (3.1.2) "OSGi Release 3 Services" [Resolved]
    org.eclipse.osgi.util (3.1.1) "OSGi R3 Utility Classes" [Resolved]
    org.eclipse.pde (3.1.0) "Eclipse Plug-in Development Environment" [Resolved]
    org.eclipse.pde.build (3.1.2) "Plug-in Development Environment Build Support" [Resolved]
    org.eclipse.pde.core (3.1.1) "Plug-in Development Core" [Resolved]
    org.eclipse.pde.doc.user (3.1.2) "Eclipse Plug-in Development User Guide" [Resolved]
    org.eclipse.pde.junit.runtime (3.1.0) "PDE JUnit Plug-in Test" [Resolved]
    org.eclipse.pde.runtime (3.1.1) "Plug-in Development Environment Runtime" [Resolved]
    org.eclipse.pde.source (3.1.2) "Eclipse Plug-in Development Environment Developer Resources" [Resolved]
    org.eclipse.pde.ui (3.1.2) "Plug-in Development UI" [Resolved]
    org.eclipse.platform (3.1.2) "Eclipse Platform" [Resolved]
    org.eclipse.platform.doc.isv (3.1.2) "Eclipse Platform Plug-in Developer Guide" [Resolved]
    org.eclipse.platform.doc.user (3.1.1) "Eclipse Workbench User Guide" [Resolved]
    org.eclipse.platform.source (3.1.2) "Eclipse Platform Plug-in Developer Resources" [Resolved]
    org.eclipse.rcp (3.1.0) "Eclipse RCP" [Resolved]
    org.eclipse.rcp.source (3.1.2) "Eclipse RCP Plug-in Developer Resources" [Resolved]
    org.eclipse.rcp.source.solaris.gtk.sparc (3.1.2) "Eclipse RCP Plug-in Developer Resources" [Resolved]
    org.eclipse.sdk (3.1.2) "Eclipse Project SDK" [Resolved]
    org.eclipse.search (3.1.2) "Search Support" [Resolved]
    org.eclipse.swt (3.1.0) "Standard Widget Toolkit" [Resolved]
    org.eclipse.swt.gtk.solaris.sparc (3.1.1) "Standard Widget Toolkit for GTK 2.0" [Resolved]
    org.eclipse.team.core (3.1.1) "Team Support Core" [Active]
    org.eclipse.team.cvs.core (3.1.1) "CVS Team Provider Core" [Resolved]
    org.eclipse.team.cvs.ssh (3.1.0) "CVS SSH Core" [Resolved]
    org.eclipse.team.cvs.ssh2 (3.1.0) "CVS SSH2" [Resolved]
    org.eclipse.team.cvs.ui (3.1.1) "CVS Team Provider UI" [Resolved]
    org.eclipse.team.ui (3.1.1) "Team Support UI" [Resolved]
    org.eclipse.text (3.1.1) "Text" [Active]
    org.eclipse.tomcat (4.1.30.1) "Tomcat Wrapper" [Resolved]
    org.eclipse.ui (3.1.2) "Eclipse UI" [Active]
    org.eclipse.ui.browser (3.1.1) "Browser Support" [Resolved]
    org.eclipse.ui.cheatsheets (3.1.1) "Cheat Sheets" [Resolved]
    org.eclipse.ui.console (3.1.2) "Console" [Resolved]
    org.eclipse.ui.editors (3.1.1) "Default Text Editor" [Active]
    org.eclipse.ui.externaltools (3.1.1) "External Tools" [Active]
    org.eclipse.ui.forms (3.1.0) "Eclipse Forms" [Resolved]
    org.eclipse.ui.ide (3.1.1) "Eclipse IDE UI" [Active]
    org.eclipse.ui.intro (3.1.1) "Welcome Framework" [Resolved]
    org.eclipse.ui.presentations.r21 (3.1.0) "R21 Presentation Plug-in" [Resolved]
    org.eclipse.ui.views (3.1.1) "Views" [Active]
    org.eclipse.ui.workbench (3.1.2) "Workbench" [Active]
    org.eclipse.ui.workbench.compatibility (3.1.0) "Workbench Compatibility" [Resolved]
    org.eclipse.ui.workbench.texteditor (3.1.2) "Text Editor Framework" [Active]
    org.eclipse.update.configurator (3.1.0) "Install/Update Configurator" [Active]
    org.eclipse.update.core (3.1.2) "Install/Update Core" [Resolved]
    org.eclipse.update.scheduler (3.1.0) "Automatic Updates Scheduler" [Active]
    org.eclipse.update.ui (3.1.1) "Install/Update UI" [Resolved]
    org.junit (3.8.1) "JUnit Testing Framework" [Resolved]
    system.bundle (3.1.2) "OSGi System Bundle" [Active]
    *** User Preferences:
    #Fri May 19 08:51:21 CST 2006
    /instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Monospace|10|0|GTK|1|;
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles.version=8
    /instance/org.eclipse.ui/showIntro=false
    @org.eclipse.ui=3.1.2
    \!/=
    /instance/org.eclipse.ui.ide/platformState=88
    /configuration/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=true
    /instance/org.eclipse.core.resources/version=1
    /instance/org.eclipse.ui.ide/tipsAndTricks=true
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width=
    @org.eclipse.core.resources=3.1.2
    /instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
    @org.eclipse.ui.ide=3.1.1
    @org.eclipse.jdt.ui=3.1.2
    /instance/org.eclipse.jdt.ui/tabWidthPropagated=true
    /configuration/org.eclipse.ui.ide/RECENT_WORKSPACES_PROTOCOL=2
    /configuration/org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5
    /configuration/org.eclipse.ui.ide/RECENT_WORKSPACES=/export/home/looric/workspace
    /instance/org.eclipse.jdt.ui/fontPropagated=true
    /instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations.migrated=true
    /instance/org.eclipse.ui.ide/quickStart=true
    file_export_version=3.0
    *** Current Install Configuration:
    Install configuration:
    Last changed on May 19, 2006
    Location: file:/export/home/looric/eclipse/configuration/org.eclipse.update/platform.xml
    Configured sites:
    platform:/base/
    Configured features:
    ID: org.eclipse.platform, Version: 3.1.2
    ID: org.eclipse.rcp, Version: 3.1.2
    ID: org.eclipse.platform.source, Version: 3.1.2
    ID: org.eclipse.jdt, Version: 3.1.2
    ID: org.eclipse.jdt.source, Version: 3.1.2
    ID: org.eclipse.pde, Version: 3.1.2
    ID: org.eclipse.pde.source, Version: 3.1.2
    ID: org.eclipse.sdk, Version: 3.1.2
    ID: org.eclipse.rcp.source, Version: 3.1.2
    Configured plug-ins:
    file:/export/home/looric/eclipse/plugins/org.eclipse.jdt.core_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui.cheatsheets_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.help.base_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.ant.ui_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.jdt.source_3.1.2/
    file:/export/home/looric/eclipse/plugins/org.eclipse.team.cvs.ui_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.pde.runtime_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.help.webapp_3.1.0/
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui.workbench_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.pde.build_3.1.2/
    file:/export/home/looric/eclipse/plugins/org.eclipse.osgi.util_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.apache.lucene_1.4.3/
    file:/export/home/looric/eclipse/plugins/org.eclipse.core.resources_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.search_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.update.configurator_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.core.expressions_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.pde.doc.user_3.1.2/
    file:/export/home/looric/eclipse/plugins/org.eclipse.core.resources.compatibility_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.tomcat_4.1.30.1/
    file:/export/home/looric/eclipse/plugins/org.eclipse.team.cvs.ssh_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.jdt.debug_3.1.1/
    file:/export/home/looric/eclipse/plugins/org.eclipse.team.cvs.ssh2_3.1.0/
    file:/export/home/looric/eclipse/plugins/org.eclipse.core.runtime.compatibility_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.update.core_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.jdt.debug.ui_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.help.ui_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui.presentations.r21_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.jface_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.jdt.doc.user_3.1.1/
    file:/export/home/looric/eclipse/plugins/org.eclipse.core.commands_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.osgi_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.compare_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.rcp.source.solaris.gtk.i386_3.1.2/
    file:/export/home/looric/eclipse/plugins/org.eclipse.team.cvs.core_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.sdk_3.1.2/
    file:/export/home/looric/eclipse/plugins/org.eclipse.update.ui_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.platform.source_3.1.2/
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui.forms_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.platform.doc.user_3.1.1/
    file:/export/home/looric/eclipse/plugins/org.eclipse.pde_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui.intro_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui.console_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.help_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.rcp.source_3.1.2/
    file:/export/home/looric/eclipse/plugins/org.eclipse.core.filebuffers_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui.editors_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.pde.junit.runtime_3.1.0/
    file:/export/home/looric/eclipse/plugins/org.eclipse.core.runtime_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.rcp_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.jface.text_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.pde.source_3.1.2/
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.ltk.core.refactoring_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.jdt.junit.runtime_3.1.0/
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui.views_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.jdt.doc.isv_3.1.2/
    file:/export/home/looric/eclipse/plugins/org.eclipse.text_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.swt_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.pde.ui_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui.workbench.compatibility_3.1.0/
    file:/export/home/looric/eclipse/plugins/org.eclipse.platform_3.1.2/
    file:/export/home/looric/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.swt.gtk.solaris.i386_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.help.appserver_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.apache.ant_1.6.5/
    file:/export/home/looric/eclipse/plugins/org.eclipse.core.variables_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui.externaltools_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.ant.core_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.core.boot_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.team.ui_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.update.scheduler_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.jdt_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.debug.core_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.debug.ui_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.team.core_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui.ide_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.osgi.services_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.jdt.launching_3.1.0.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.jdt.ui_3.1.2.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.jdt.junit_3.1.1/
    file:/export/home/looric/eclipse/plugins/org.junit_3.8.1/
    file:/export/home/looric/eclipse/plugins/org.eclipse.ui.browser_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.pde.core_3.1.1.jar
    file:/export/home/looric/eclipse/plugins/org.eclipse.platform.doc.isv_3.1.2/

  • Workshop for WebLogic and Solaris

    I know there is no support for this currently. Is this something which may change down the road?
    I am one of a few people in our company that would like to be able to do development on our solaris x86 boxes, but end up having to remote desktop into a development windows server in order to be able to do so.
    another option/question, would it be possible to just get the weblogic plugins - assuming we have support - in order to put them into eclipse ourselves since we can get eclipse for solaris x86. It isn't that we NEED the plugins, but it does make some of the work much nicer/easier.
    thanks
    t-

    I'm not aware of planned Solaris support, but will check on that.
    The next release of Workshop for WebLogic will allow you to use an existing Eclipse rather than requiring you to use the Eclipse it installs.
    -Chris

  • 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

  • Unable to start Eclipse

    Hi;
    I would like to run Eclipse on Solaris 1/08. I downloaded Solaris version of the Eclipse ide as a zip file. After the download had finished, I unzipped the file. In the "Eclipse" directory, I tried to start Eclipse with "./eclipse" command or double clicking the executable "Eclipse" file. But the Eclipse did not start. Is there anything that I forget to do? How can I accomplish it? I will be very pleased, if you can help.

    Thank you for posting the results of those two commands.
    The 'file' command says the eclipse program is compiled for a sparc CPU,
    so it won't work on Solaris x86.
    Is the computer you are using a PC running Solaris x86, or a sparc workstation/server?
    If the former, you'll need to locate an Solaris x86 version of eclipse.
    If eclipse were written in Java, of course, none of this would matter....

  • Why won't eclipse 3.2.2 display properly on solaris 9 sparc?

    hi all,
    please, forgive me if this seems off-topic; but i believe it is on-topic because it has been suggested to me that my problem is down to something specific to solaris 9:
    i installed eclipse 3.2.2 on my sunblade 100 (solaris 9 sparc; 1.5gb ram) from the following eclipse download page:
    http://download.eclipse.org/eclipse/downloads/drops/R-3.2.2-200702121330/
    i updated all of the gtk-related pkgs to their latest versions from sunfreeware.com. however, i have experienced nothing but problems with eclipse 3.2.2 on solaris 9; as i have detailed in the following requests for help that i posted to other forums several weeks ago:
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=177949#c13
    http://www.eclipse.org/newsportal/article.php?id=13466&group=eclipse.webtools#13466
    http://www.eclipse.org/newsportal/article.php?id=14891&group=eclipse.newcomer#14891
    a reply in the above bug report from an eclipse developer says,
       "If you were to run the same eclipse download on a Solaris 10 it would look fine." that comment leads me to my questions:
    1. what is it about solaris 9's gtk setup (vs solaris 10's) that might cause "...broken PangoLayout..." warning messages (see above-mentioned bug report )?
    2. what is it about solaris 9's gtk setup (vs solaris 10's) that might break any app's syntax-highlighting feature?
    3. what is it about solaris 9's gtk setup (vs solaris 10's) that might cause any app's gui icons to appear dithered and grainy (see attachments in the above mentioned bug report).
    thanks in advance for your help.

    I found by issue "mount -v" that our disk slices are
    UFS type. So we don't need apply patch 5257399,
    right? Please confirm. Thanks!!!For your information, you are asking the user community to confirm, not Oracle. Some (many?) of us are not employed by Oracle.
    Therefore, the only answers you can get are from 'friends'. Nothing would be official and Oracle (and Oracle Support) would not be legally responsible.
    Your safest bet would be to escalate the request wityh Oracle Support.

  • Libs for Eclipse 3.3 on Solaris 8 and 10

    I am trying to upgrade the eclipse 3.1 IDE we have installed on our Solaris 8 machine. There are 5 required libraries not presently on the machine. They are:
    libgtk-x11-2.0.so.0
    libgdk-pixbuf-2.0.so.0
    libgobject-2.o.so.0
    libglib-2.0.so.0
    libgdk-x11-s.0.so.0
    I have scrounged around but cannot find a source for these libraries for Solaris. Can someone point me to a source, please?
    I also need to install eclipse 3.3 on our Solaris 10 (SPARC) machines. All the libraries seems already to be there except one:
    libgdk-pixbuf-2.0.so.0
    Am I likely to find this lib for Solaris 10 at the same place I might find the ones for Solaris 8?
    Thanks?

    Albeit Sun Studio 12 doesn't support Solaris 8, while Sun Studio 11 does, you would probably want to use 12's IDE during development process, so give it a try. You can use compilers from Sun Studio 11 (stable version already available) together with IDE/debugger from Sun Studio 12 (EA available for download and stable version on its way).

  • Configuring weblogic 9.2 domain on Solaris box through Eclipse in Windows

    Hi,
    I'm able to configure weblogic domain on a solaris 10 box from eclipse form windows machine. But while trying to start the server through eclipse i'm getting the error "Error Launching Executable"
    Any help appreciated.
    Thanks
    Prasanth

    First of all you should check out which products are supported on 64bit :- http://www.oracle.com/technology/products/bi/hyperion-supported-platforms.html
    If you are planning on using windows 64bit EAS then you will have to manually deploy the web application, it cannot be automatically deployed.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Why keyboard and mouse right click not working in Solaris and Linux?

    Hi all,
    I have two problems:
    1) I am working on AWT/Swing application and its working fine in window enviornment,but while running on solaris and linux mouse right-click option window not poping up.
    2) Ctrl+c,Ctrl+v,Home and End keyboard key are not working in solaris and linux OS for same application.
    Pls provide me some solution for these problem.
    -Dinesh

    Hi Nik,
    Thanks for reply. I found some solution for the above problem.
    For mouse right click there was problem in my source code.I have not implemented the mousePressed() method
    In case of keyboard Home, End and arrow key working fine after exporting AWTUSE_TYPE4_PATCH=false; in solaris and linux
    But still Ctrl-c and Ctrl-v not working.
    I am using JDK1.5.0_07+Eclipse IDE 3.1
    -Dinesh

  • Crystal Reports for eclipse 2.0 deployed on unix

    Hi,
    We have designed few crystal reports using u201CCrystal Reports for Eclipse 2.0u201D on windows platform. We have embedded this report into a J2EE Web application and deployed the web application on Tomcat 6.X server.
    We are able to generate the reports successfully on windows environment. But when deployed the web Application on to Tomcat server 6.X on Solaris environment we get runtime exception as below.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKClientDocException: The document has not been opened.---- Error code:-2147215349.
    It is failing at At clientDoc.open(reportName, OpenReportOptions._openAsReadOnly) of the JSP whaich was shared where clientDoc is an object of ReportClientDocument. That is it is failing to open the .rpt.
    The eclipse generated JSP used to invoke the report sa follows.
    <%@ page contentType="text/html; charset=iso-8859-1" pageEncoding="ISO-8859-1" %><%@ page import="com.businessobjects.samples.CRJavaHelper,
    com.crystaldecisions.report.web.viewer.CrystalReportViewer,
    com.crystaldecisions.sdk.occa.report.application.OpenReportOptions,
    com.crystaldecisions.sdk.occa.report.application.ReportClientDocument,
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase,
    java.util.Calendar,
    java.util.Date,
    java.text.DateFormat,
    java.text.SimpleDateFormat" %><%
    // This sample code calls methods from the CRJavaHelper class, which
    // contains examples of how to use the BusinessObjects APIs. You are free to
    // modify and distribute the source code contained in the CRJavaHelper class.
    try {
      HttpSession sessionObj = request.getSession();
      String reportName = "reports/EmailDataReport.rpt";
      String attStartDate = (String)sessionObj.getAttribute("CalendarStartDate");
      String attEndDate = (String)sessionObj.getAttribute("CalendarEndDate");
      //attStartDate = "2/12/2004";
      //attEndDate = "2/17/2009";
      // spliting the start and end date
      String [] arrStDate = null;
      String [] arrEndDate = null;
      arrStDate = attStartDate.split("/");
      arrEndDate = attEndDate.split("/");
      ReportClientDocument clientDoc = (ReportClientDocument) session.getAttribute(reportName);
      if (clientDoc == null) {
       // Report can be opened from the relative location specified in the CRConfig.xml, or the report location
       // tag can be removed to open the reports as Java resources or using an absolute path
       // (absolute path not recommended for Web applications).
       clientDoc = new ReportClientDocument();
    try{
       clientDoc.setReportAppServer(ReportClientDocument.inprocConnectionString); 
       // Open report
       clientDoc.open(reportName, OpenReportOptions._openAsReadOnly);
       //DateFormat df = new SimpleDateFormat("dd/MM/yyyy");
    }catch(Exception e){
    out.println(" -
    Error while opening the report $$$$$$$$$$$"e.toString()"\n");
       // ****** BEGIN SET RUNTIME DATABASE CREDENTIALS **************** 
        String connectString = "XXXXXX
        String driverName = "oracle.jdbc.OracleDriver";
        String JNDIName = "";
        String userName = "YYYYY";   // TODO: Fill in database user
        String password = "ZZZZZZZZZ";  // TODO: Fill in password
        // Switch all tables on the main report and sub reports
        CRJavaHelper.changeDataSource(clientDoc,reportName,null,userName, password, connectString, driverName, JNDIName);
        // logon to database
        CRJavaHelper.logonDataSource(clientDoc, userName, password);
       // ****** END SET RUNTIME DATABASE CREDENTIALS ****************
       // ****** BEGIN CONNECT PARAMETERS SNIPPET **************** 
        // DATE VALUE PARAMETER.
        Calendar calendar = Calendar.getInstance();
        calendar.set(Integer.parseInt(arrStDate[2]), Integer.parseInt(arrStDate[0])-1, Integer.parseInt(arrStDate[1]));
        Date dateParamVal = calendar.getTime(); // TODO: Fill in value
        CRJavaHelper.addDiscreteParameterValue(clientDoc, "", "StartDate", dateParamVal);
        // DATE VALUE PARAMETER.
        Calendar calendar = Calendar.getInstance();
        calendar.set(Integer.parseInt(arrEndDate[2]), Integer.parseInt(arrEndDate[0])-1, Integer.parseInt(arrEndDate[1]));
        Date dateParamVal = calendar.getTime(); // TODO: Fill in value
        CRJavaHelper.addDiscreteParameterValue(clientDoc, "", "EndDate", dateParamVal);
       // ****** END CONNECT PARAMETERS SNIPPET ****************
       // Store the report document in session
       session.setAttribute(reportName, clientDoc);
      // ****** BEGIN CONNECT CRYSTALREPORTPAGEVIEWER SNIPPET **************** 
       // Create the CrystalReportViewer object
       CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();
       String reportSourceSessionKey = reportName+"ReportSource";
       Object reportSource = session.getAttribute(reportSourceSessionKey);
       if (reportSource == null)
        reportSource = clientDoc.getReportSource();
        session.setAttribute(reportSourceSessionKey, reportSource);
       // set the reportsource property of the viewer
       crystalReportPageViewer.setReportSource(reportSource);
       // Apply the viewer preference attributes
       // Process the report
       crystalReportPageViewer.processHttpRequest(request, response, application, null);
      // ****** END CONNECT CRYSTALREPORTPAGEVIEWER SNIPPET **************** 
    } catch (ReportSDKExceptionBase e) {
         out.println(e);
    %>
    Note : We have not installed any crystal report servers in both windows or UNIX environment.But we have deployed all the relavant crystal report jars for the java runtime environment.
    If anyone has come across such error please help. Also let me know if we need to have external RAS set up for this?By default the the RAS will be set to "inproc:jrc"  which works fine on windows environment.
    regards,
    Madhu

    I am having similar problems.  Environment works perfectly in Windows.  All JARS and config files moved to AIX UNIX machine.  I get nothing more than a Crystal Reports 'Error' on the screen!!!
    Any ideas since this was posted??

Maybe you are looking for

  • I'm having major issues with closed captioning

    I can't bring in SCC files. I'm working on a mac using 6 and cc and it's driving mad.

  • Parallel process Chain

    There is an InfoObject ZCUSMAS with master data and a process chain is running on this InfoObject to load master data. This Object was enhanced by adding 2 attributes(already contains data). Attribute change run was performed to activate the master d

  • Error ORA-06502, numeric or value error character to number conversion

    I have been trying to create an email including data from a table as part of the body. Whenever I try to send it, I get an error ORA-06502, numeric or value error, character to number conversion. If I take out the part referencing the table, the emai

  • Error: Enter numeric values

    Dear All,   I am creating a company code in ECC5 IDES, but shows an error the error message is :enter numeric value only what can be the problem, please guide me

  • HT1338 HDMI to tv

    I want to stream home videos and photos from my macbook to my tv. Nothing shows up just the Apple default screen from when I first purchased my computer