Can Java SDK 2.1 run on solaris 8?

hi
anyone knows whether java sdk 2.1 runs on solaris 8??
cheers
mike

Hi mike,
JSDK2.1 will support Solaris 8.You can downlpad JSDK2.1 solaris version from
http://java.sun.com/products/servlet/archive.html.
If you have any doubts please post the error ,essages so that it can be helpful for me to solve your problem.
Hope this will help you.
Regards,
Anil.
Technical Support Engineer.

Similar Messages

  • Can Java evaluate code at runtime ?

    Hi all !
    Can Java evaluate (compile and run on the fly) runtime defined code (as text) ? Like JavaScript does :
    eval("Object1.DoSomething(0);") or eval("a = a +1; b = a;")
    How complex statements are allowed to be evaluated at runtime if so ?
    Thanks !

    Hi all !
    Can Java evaluate (compile and run on the fly) runtime
    defined code (as text) ? Like JavaScript does :No, but maybe BeanShell may be of interest to you:
    http://www.beanshell.org/
    Jesper

  • How can install java sdk for mac os x 10.6.8

    How can install java sdk for mac os x 10.6.8?

    Deanwdd wrote:
    I mean to update Quicktime for Mac Os X 10.6.8...
    If you're running 10.6.8, Apple menu > Software Update. What version of QT do you have?

  • Problem running sdk 1.5.0 on solaris 5.6 sparc

    After installing the sdk, I try to run java -version and it gives me this error:
    dl failure on line 704Error: failed /usr/jdk1.5.0/jre/lib/sparc/client/libjvm.so, because ld.so.1: ./java: fatal: relocation error: file /usr/jdk1.5.0/jre/lib/sparc/client/libjvm.so: symbol getloadavg: referenced symbol not found
    I have also downloaded and applied http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/J2SE recommended patches but still no joy.
    Please help

    Yes something happened between 1.4.2_08 and 1.4.2_09 which prevents it from running on Solaris 2.6. My guess is the VM added a call to "getloadavg()" which is not in the 2.6 objects. This really stinks since now I cannot remediate the security issues with Java past _08. I would REALLY like this call removed. Doesn't seem that it is a real necessity.

  • Can Java SE run in a Window PE (Preinstallation Environment)

    Hi there,
    Can Java SE run in a Window PE (Preinstallation Environment).
    Thank you for all your help....

    One simple reason is that ME has a lot less core classes than SE. So there is a big possibility that you use something that will not be available on the ME.

  • Is SUN's Java Web Server 2.0 running on Solaris 8?

    Hi,
    I had installed Java Web Server 2.0 on Solaris 8 under /opt/SUNWjws/JavaWebServer2.0 directory.
    When I tried to start up the java web server by calling "./httpd &" from /opt/SUNWjws/JavaWebServer2.0/bin directory I got the error message "jre was not found in /opt/SUNWjws/JavaWebServer2.0/jre/bin/../bin/i386/native_threads/jre"
    The directory /opt/SUNWjws/JavaWebServer2.0/jre/bin/ directory does exist.
    Thanks
    Tom

    Thanks.
    After I add JAVA_HOME=/usr/java and PATH=/usr/java/bin:$PATH setting,the httpd still doesn't work.
    But I try the httpd.nojre then it work.
    Httpd.nojre runs jserv -nojre.

  • I can not get any updates and therefor not use Java as it only run updates for Mac 10.7. and later? How do i get the updates to install and use Java?

    I can not get ny updates and therefore not use Java, as it only run updates for MAC 10.7. and later. How do i get the updates to install and use JAVA ?

    In Snow Leopard you update Java from Software Update (in the Apple menu). You can check your version by opening Terminal and typing
    java -version
    (don't get creative and type anything else)
    The latest version is 1.6.0_65.

  • Can I safely download and run Java 7 on my OS X 10.6.8?

    Hello,
    Just purchased software that requires Java 7 ("runtime?"), but my system seems to only be able to run Java 6. How can I safely download and run Java 7 on my OS X 10.6.8? What is the solution or workaround?
    (PLEASE NOTE: I'm not a programmer. I rate my tech skills at a "3" on a scale from 1 to 10; 10 being strongest. I don't even know what "runtime" is... lol)
    Can anyone suggest anything? If so, I appreciate it.
    -Alysyn Curd

    How can I safely download and run Java 7 on my OS X 10.6.8?
    You can't. Java 7 requires OS X Lion or above.

  • CS5 requires Java SE 6 to run on Yosemite, install of Java 6 from apple site fails. Can you help?

    CS5 requires Java SE 6 to run on Yosemite, install of Java 6 from apple site fails. I get as far as final click to install but nothing happens. Can you help?

    LOL !     
    Gregory, I wasn't "asking" anything.  I just provided a link to the OP.  Click on what you thought was my question.  It's a link with the answer!
    I don't need any "good luck".  Try to be a bit more astute before responding to a non-question.

  • Can Java create HTML tables without running a web server?

    Hello,
    I would like to know if Java can output data into a simple HTML-like table without having to run a web server or jsp etc.
    I want my program to access a database and print records in HTML-like table cells.
    It is actually for an events calendar program, where each event would be printed in a cell (date). There would be a variable number of events per cell (date), with each one being editable.
    I have seen various "web" calendars like this but I want to make it a desktop application so that it is not dependant on the functioning (or non-functioning!) of a web server.
    Can Java do this? I would settle for any type of prewritten table creator (not necessarily HTML) but I do not want Excel type tables or a table where entries must be GUI buttons, such as in Outlook.
    Thank you very much for any idea you may have,
    Cat

    Thank you for the replies :)
    I found something with Jeditorpane (JTextComponent and HTML Text Display) at
    http://msp-of.de/oreilly/books/javaenterprise/jfc/ch03_21.htm
    which looks like what I want. It allows hyperlinks within the table cells and I'm not sure if JTable allows for that. Also, I will want multiple lines and even images (eg moon phases for the calendar) in each cell. I ran the example above and it works great. And yes, it makes use of the HyperlinkListener.
    I don't want to create an HTML file for those who suggested that. I just want the flexibility of HTML formatting withing my standalone Java application.
    I am still not sure why everyone is suggesting JTable though :) So I will look at it some more. The link above also has a turorial on JTable and does say its faster that JEditor pane because it doesn't have to do any HTML rendering. But it doesn't look to me like it can really ever look like a calendar.....
    Thank you again! Being a total Java novice, I am very impressed with how easy JEditorpane is.
    Cat

  • Where can I find Microsoft Java SDK?

    Hi,
    I need the Microsoft Java SDK.
    Proof that I need it bad: I post a thread on the Sun's page to obtain the Microsoft Java SDK :D
    Thanks for your help!

    sorry i may be completely wrong
    but im sure the microsoft runtime is compliant with java 1.0 or 1.1, as far as i can tell if you use stuff from 1.0 ONLY(and compile it in 1.0)) then it should work on the microsoft vm
    but im not 100% certain.

  • Can we set prompts value in Webi to schedule thru JAVA SDK 4.0

    Hi,
    I need to schedule webi report which has prompts.  Can we have schedule webi report with prompts in 4.0.
    I was able set values for prompts and refresh the webi report using documentInstance object. I think we can't use this object for scheduling right?
    Also, I would like set values from LOV.
    Could you please help to find solution.
    Thanks
    Venkat

    Hello Venkat,
    Unfortunately the feature of scheculing a webi reports with prompts have been deprecated from the
    version 4.0 using the enterprise java sdks.
    In XI 3.1, promtsutil class was used for setting prompts while scheduling a webi report using java sdks, which have been deprectaed from 4.0 and there is no replacement for the same in enterprise java sdks.
    However, this feature was re-implemented in the new Restful web services and is availble for BI 4.0 SP6 onwards as far as I am aware of.
    Please refer to the below document for better understanding.
    http://help.sap.com/businessobject/product_guides/boexir4/en/xi4sp6_webi_restful_ws_en.pdf
    Also please refer to the forum http://scn.sap.com/community/restful-sdk for any queries related to Restful webservices sdks.
    Thanks,
    Prithvi

  • Can Solaris v 9 SPARC software run on Solaris v9 x86 OS?

    Can certifiied Solaris v9 SPARC software run on Solaris v9 x86 OS? If not what is the benefit of using the x86 version of Solaris 9?
    Marius Roets

    If you are asking will the binaries run, the short answer is no, the binaries are not compatible.
    If you have src you should be able to compile and then install/run the software.

  • Which fortran9 compiler can run on solaris 1.2? or Fortran can migrate fom

    Which fortran9 compiler can run on solaris 1.2?Where can I get it?
    Fortran can migrate from sparc to x86? all on solaris os. is there any difficulty? any reference?
    thanks alot!

    Which fortran9 compiler can run on solaris 1.2?Where
    can I get it?Please check the support matrix at:
    http://developers.sun.com/prodtech/cc/support/support_matrix.jsp
    Rose

  • How can Java program convert to .exe file which can run on window system?

    Hi,
    I am a new programmer, now I wrote a program on the Eclipse, and now I want to convert to .exe file and make the program can be run on other window office system PC.
    I had downed EXE4J software to make the program to .exe. BUT the exe file can not be run on other PC with the error message that warning the PC have not set up JVE. IS it necessary to set up JVE?
    OR give me your experience on how to do it?
    Thanks!

    >
    I am a new programmer, now I wrote a program on the Eclipse, and now I want to convert to .exe file and make the program can be run on other window office system PC.>If you only code for Windows, why not use dotNet or C# or whatever system MS is pushing at this instant?
    If you wish to code for computers, Java is good, but it needs a JRE.
    The easiest way to get a Java application up and running on a client PC is to launch it via. webstart, and to use deployJava.js to ensure the minimum Java is on the client PC, ready to use webstart.
    Used this way, you link to a web page where the user clicks a link that downloads and installs the application (and adds extras like splash screens, desktop integration, registration of interest in file types, automatic update..).
    As an aside. The best way to ensure answers is to indicate your interest in solutions, by adding a lot of Duke stars to a thread.

Maybe you are looking for