Sun Java 3D looking glass now available - Package ?

Hi,
justread the following:
https://lg3d-core.dev.java.net/lg3ddevelopersguide.html
Project Looking Glass Open Source
Sun Microsystems is contributing Project Looking Glass, based on Java(tm) technology, to the open source community. Project Looking Glass is an exploration project to bring innovative 3D features to the desktop environment. The desktop interface will offer an intuitive, new 3D environment to interact with desktop applications featuring window transparency, rotation, zoom, multiple desktop workspaces and miniaturization.Project Looking Glass offers a platform to realize far richer and more entertaining user experience for existing and new applications in 2D or 3D. The technology enables developers to build highly visual 3D desktops and applications that will run on Linux systems such as Sun's Java Desktop System. The Solaris(tm) environment will be supported in near future.
What does this mean to you?
If you're a software developer, please go to http://enews.sun.com/CTServlet?id=63058 … 8531213971 and download this early version of the code and join the community in developing the 3D desktop.
Interested in using the Project Looking Glass? The project is in very early stages and a commercial version is not available yet. Please go to http://enews.sun.com/CTServlet?id=63058 … 8531213990 to keep up to date on our progress.
Why Open Source?
Project Looking Glass is in its infancy, and we'd like to explore lots of ideas and possibilities.  We're releasing the Project Looking Glass code to the whole community to explore every aspect of the technology rather than restricting access to a privileged few. We believe this open development is an excellent model to pursue this exciting and vast opportunity.  So, your involvement is eagerly anticipated. We believe new dimension of developer innovation by making Sun's cutting edge technology available at Sun's 3D Desktop Technology Open Source Project on java.net.
We have been working for several months on cleaning the software up, providing basic features and functionality key to 3D window management. A key focus was looking at the existing 2D desktop applications, ensuring minimal compatibility and performance problems. The next step is to look what else we can do to foster real world 3D interactivity. We decided to open source this at a very early stage to ensure that we got good feedback from the community.
What's in the Open Source Project?
The following features are now available in the Project Looking Glass open source release:
3D Window Manager Platform - Java 3D based highly scalable 3D platform with client-server model support.
3D Window Manager and Application Development API - Java API to develop new 3D desktop applications and 3D desktop Window Manager features.
Native Application Integration Module - Allows developers to run conventional X11 applications in the 3D environment.
Sample 3D Window Manager - provides a simple sample implementation for testing and demonstration purposes
3D Environment Lite - Enables developers to run a simplified 3D environment as an application on a Java 3D enabled platform including Linux and Solaris environments. This serves as a development tool to test implementations.
This is all available at: http://enews.sun.com/CTServlet?id=63058 … 8531213971
What's the licensing model?
There are three license choices for developers interested in creating applications using Project Looking Glass.
For developers who are interested in reviewing, revising, and redistributing the source code as part of their own application, Project Looking Glass has been submitted as an Open Source project on java.net under the GNU Public License, or GPL.
For developers who are interested in developing an application on top of the existing Project Looking Glass platform without reviewing and/or altering the code base, there is a binary version of the current state of the project available for download under a traditional Binary Code License. This is also available on java.net.
Finally, for developers or organizations interested in other uses or revising the source code but wish to keep their implementation and related application proprietary, please contact Sun at [email protected].
Project Looking Glass Community Meeting
Wednesday June 30, 2004
4:30pm to 6:00pm
The Argent Hotel, City Room
San Francisco, California, USA
http://www.argenthotel.com/location.htm
4:00-4:30 Registration
4:30-4:45 Welcome, Introductions, and 3D Desktop Project Demo
4:45-5:30 Technology Overview, Possible Sub Projects, How to Get Started
5:30-6:00 Q&A and Networking
Please join the conversation with the Project Looking Glass developers from Sun Microsystems. This meeting will be technically focused introducing developers to the project and letting them know how to get involved.
You can meet the team from "Project Looking Glass" and other developers while enjoying food and refreshments. There is open admission. You do not need a JavaOne Conference Pass to attend.
There will be no webcast available, but we will post the information available at the meeting on the website. We'll also have several presentations and Project Looking Glass at JavaOne, and we'll post as many as we can on the web.
You can see Hideya Kawahara on stage with Jonathan Schwartz and Scott McNealy of Sun Microsystems demonstrating the Project Looking Glass technology and announcing the open source project at http://enews.sun.com/CTServlet?id=63058 … 8531214001 (select View Webcast).
If you have any questions, please send them to: [email protected]
Sun's Project Looking Glass Team
To use our one-click unsubscribe facility, select the following URL:
http://subscriptions.sun.com/unsubscrib … 1002686649

Hi i found something like suns..loking glasses....
METISSE
http://insitu.lri.fr/~chapuis/metisse/index.html
PKGBUILD:
pkgname=metisse
pkgver=0.3.1
pkgrel=1
pkgdesc="A real 3D-Desktop"
url=""
license="GPL"
depends=('xfree86' 'nucleo')
source=(http://insitu.lri.fr/~chapuis/software/metisse/metisse-0.3.1.tar.bz2)
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
PKGBUILD of nucleo
pkgname=nucleo
pkgver=0.1
pkgrel=1
pkgdesc="Nucleo library (needed by metisse)"
url=""
license="GPL"
depends=('xfree86')
source=(http://insitu.lri.fr/~chapuis/software/metisse/nucleo-0.1-20040705.tar.bz2)
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
btw. you need gcc 3.4 not 3.4.1
and if metisse don´t want to compile ..like
ametista.cxx: In function `int main(int, char**)':
ametista.cxx:88: error: array bound forbidden after parenthesized type-id
ametista.cxx:88: note: try removing the parentheses around the type-id
make: *** [ametista.o] Error 1"
you should patch the file src/metisse-0.3.1/FvwmAmetista/main/ametista.cxx:88
before:  char **user_arg  char **user_argv = new (char *) [user_argc] ;
after  :  char **user_argv = new char * [user_argc] ;
sorry but i dont know howto create patch files ...feel free to make a patch
hoppe you find this software as funny as i do
mattux

Similar Messages

  • Sun Studio Express February 2008 - Now Available

    Howdy,
    A new build, February 2008, of Sun Studio Express, which offers preview builds of the next version of Sun Studio software for Solaris and Linux platforms, is now available:
    http://developers.sun.com/sunstudio/downloads/express/index.jsp
    Highlights in this build include:
    * Improved IDE based on NetBeans IDE 6
    * Project D-Light: app profiling that includes Dynamic Tracing (DTrace) instrumentation
    * Updates to the C, C++, & Fortran compilers
    * Improved x86 and SPARC optimizations
    * Latest bug fixes
    For more details, check out the README:
    http://developers.sun.com/sunstudio/downloads/ssx/readme.html#2
    As always, let us know what you think via our forums:
    http://forum.java.sun.com/category.jspa?categoryID=113
    ...and bug (defect) and Request for Enhancement (RFE) facility:
    http://bugs.sun.com/services/bugreport/index.jsp
    Finally, check out the Sun Studio community site on the Sun Developer Network:
    http://developers.sun.com/sunstudio/
    ...and keep up to date by subscribing to our RSS feed:
    http://developers.sun.com/rss/sunstudio.xml
    Thanks!
    /kso

    Hi,
    we are currently using SunStudio 12. I have noticed that early access product, SunStudio Express, Feb2008. It seems that new features coming from NetBeans 6.0 have contributed to SunStudio IDE. I prefer to use SunStudio Express IDE. But i have also noticed that sun CC compiler version is also different. Actually it is no surprise, since SunStudio is a complete product composed of compilers, tools and IDE.Now, i am quite doubtful whether we should use SunStudioExpress. That's why i want to learn when official new release for SunStudio will be announced.
    Though i have searched internet, i couldn't notice any news about the next official release of Sun Studio( Sun Studio 13 ). When will this early release( SunStudio Express, Feb 2008 ) be released as SunStudio13? What is the release roadmap of SunStudio?

  • Sun Studio 12 Update 1 - Now Available!

    Sun Studio 12 Update 1, the latest release of Sun Studio Compilers and Tools, is now available for download:
    [http://developers.sun.com/sunstudio/|http://developers.sun.com/sunstudio/]
    Available on Solaris, the next-generation of Solaris, OpenSolaris, and the latest Linux distributions, feature highlights since Sun Studio 12 include:
    - C, C++ and Fortran compiler optimizations for the latest UltraSPARC and SPARC64-based architectures
    - C, C++ and Fortran compiler optimizations for the latest x86 architectures from Intel and AMD including SSSE3, SSSE4a, SSe4.1, SSE4.2 compiler intrinsics support
    - Compiler, debugger, and profiling support for OpenMP 3.0
    - Profiling of distributed MPI-based applications
    - DLight - New tool for unified application and system profiling using Dynamic Tracing (DTrace) technology on Solaris platforms
    - dbxTool - New stand-alone graphical debugger
    - Highly tuned and parallelized scientific libraries, including ScaLAPACK
    - Update IDE based on NetBeans 6.5.1 software
    For more information, visit the Sun Studio 12 Update 1 Features page: [http://developers.sun.com/sunstudio/features/index.jsp|http://developers.sun.com/sunstudio/features/index.jsp]
    For the latest documentation, visit: [http://developers.sun.com/sunstudio/documentation/ss12u1/index.jsp|http://developers.sun.com/sunstudio/documentation/ss12u1/index.jsp]
    Share your experience with us by participating in the Sun Studio Blogging Contest: [http://developers.sun.com/sunstudio/community/campaigns/blogcontest_062009/welcome.jsp|http://developers.sun.com/sunstudio/community/campaigns/blogcontest_062009/welcome.jsp]

    >
    Run Sun Studio 12 (wait, this is Netbeans?):*"sunstudio", the IDE, is based on NetBeans cnd.
    run this command in any terminal (I have no idea what the & does):
    sunstudio &
    The & causes the process to be started in the background (and that's the background in the process sense, not the window manager sense). Otherwise the IDE will start, and as long as it runs, you won't be able to interact with the terminal where you launched the application [unless you do something like hit "ctrl-z", which will suspend the IDE, and then type "bg" to background it].
    Paul

  • Sun Ray Software release updates now available

    The following maintenance release updates are now available from My Oracle Support:
    Sun Ray Software 5.4.2
    Sun Ray Operating Software 11.1.3
    For a list of bugs fixed, see the product Release Notes Documentation.
    Download these releases from My Oracle Support, or go to Downloads on OTN for download instructions.

    I'm getting bugged by my gf.. she has an unbranded 5800, a CV but it's stuck on v21.. problem is, her phone is hanging at the start of, during, and at the end of calls.. locking up hard. Thing is, we've never installed anything new on the phone with the exception of the maps update.. She does use it as an alarm clock, so I guess she'd be particularly miffed at it being inaccurate (like I was with my N97.. I now use a real alarm clock instead.. pittyful, I know!)
    Introducing timing issues.. I think she can cope with.. She's not using it to read/access email she really just wants a working phone.. I didn't realise how bad it had got until I observed its performance first hand over a day.. 2 crashes! ouch!
    So, seeing as Nokia haven't released a CV variant for this product code since v21 (which was very late when it came out earlier this year) and it is very nearly a year old.. is it worth forcing the update issue to try and get a Euro generic v31? Has anyone else noticed basic usage stability improvements? That's the key thing.. new features, speed aren't too important.. its the ability to answer a call without removing the battery that's getting her down

  • Sun Studio Express 3/09 Now Available!

    Sun Studio Express 3/09, the official build used for the Sun Studio 12 Update 1 Early Access Program, is now available for download:
    http://developers.sun.com/sunstudio/downloads/express/index.jsp
    The Sun Studio Early Access build is available on Solaris, OpenSolaris and the latest Linux distributions (Red Hat Enterprise Linux, SuSE,Linux Enterprise, CentOS, Ubuntu). Feature highlights since the Sun Studio 12 release include:
    * C/C++/Fortran compiler optimizations for the latest x86 architectures from Intel and AMD including SSSE3, SSSE4a, SSe4.1, SSE4.2 compiler intrinsics support
    * C/C++/Fortran compiler optimizations for the latest UltraSPARC and SPARC64-based architectures
    * DLight - New tool to utilize and visualize the power of Solaris Dynamic Tracing (DTrace) technology
    * dbxTool - New stand-alone GUI debugger
    * Full OpenMP 3.0 compilers and tools support
    * MPI performance analysis in the Performance Analyzer
    * NetBeans IDE 6.5 including new remote development features
    These new features are all described in the README and wiki pages:
    * March 2009 Express README:
    http://developers.sun.com/sunstudio/downloads/ssx/express_March2009.html
    * Wiki pages:
    http://wikis.sun.com/display/SunStudio/Sun+Studio+Express+March+2009+Release
    We are exited to hear your feedback on the new features/enhancements in this Early Access build and encourage your participation in the Sun Studio 12 Update 1 Early Access Program so that we can gather valuable feedback to assess the readiness of our release.
    Sun Studio 12 Update 1 Early Access Program:
    http://developers.sun.com/sunstudio/overview/earlyaccess/index.jsp
    View the Sun Studio Express 3/09 podcast to learn more: http://mediacast.sun.com/users/ikroopdhillon/media/sunstudioexpress0309/details
    Thanks,
    Ikroop Dhillon

    Hi,
    we are currently using SunStudio 12. I have noticed that early access product, SunStudio Express, Feb2008. It seems that new features coming from NetBeans 6.0 have contributed to SunStudio IDE. I prefer to use SunStudio Express IDE. But i have also noticed that sun CC compiler version is also different. Actually it is no surprise, since SunStudio is a complete product composed of compilers, tools and IDE.Now, i am quite doubtful whether we should use SunStudioExpress. That's why i want to learn when official new release for SunStudio will be announced.
    Though i have searched internet, i couldn't notice any news about the next official release of Sun Studio( Sun Studio 13 ). When will this early release( SunStudio Express, Feb 2008 ) be released as SunStudio13? What is the release roadmap of SunStudio?

  • LiveCycle Data Services for Java EE 4.6 now available

    I'm pleased to announce the general availability of LiveCycle Data Services version 4.6. It is the latest update to the JEE or LiveCycle version of Data Services and it is a feature-rich major release, including expanded support for mobile applications (HTML5/JavaScript, native iOS and Java/Google Android), adds an SAP Connector, introduces managed remoting, and enhancements to model driven development and the offline synchronization framework.
    For more information check out the following two sites:
    Product overview on Adobe.com: http://www.adobe.com/products/livecycle/dataservices/
    LiveCycle Developer Center on the Adobe Developer Connection: http://www.adobe.com/devnet/livecycle/dataservices.html
    For existing customers with maintenance and support contracts, the Data Services 4.6 release along with Flash Builder 4.6 has been automatically pushed into your Licence Web Site (LWS) account. This includes ADEP/Livecycle V10 customers that have licence rights to Data Services.
    Juergen Hauser - Sr. Product Manager - LiveCycle Data Services

    This certification is currently being evaluated for upgrade to a new version. At this time, I cannot give a definitive answer about whether or not there will be an EE 6 version. We also do not have any info on retirement of the EE 5 version. I don't expect that this certification will retire terribly soon, as it is still getting a good amount of traffic. I'm sorry, I realize that my answer is not very informative or helpful, but that is the only info I have at this time. If you are interested in this certification, I would recommend that you go ahead and go for it. Even if we do end up retiring the certification path, the certification remains valid. It remains on your list of certifications in CertView and you can continue to use the OCM logo.
    If you are worried about getting 1/2 way through the path and having the path retire, I can tell you that we typically provide at least 3 months notice for a retiring exam/certification path. This path may require extra time because of the length of time that it takes to complete this certification path. Whenever this certification path is set to retire, we will make every effort to contact all candidates who are working on the certification at that time, so always be sure that your email address is updated and correct in your Pearson VUE profile.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • JSF using Sun Java Studio Creator 2

    hi every body:
    i developed an application using Sun Java Studio Creator 2 , now by default the url patterns the creator generates is like this:
    ...../faces/page1.jsp
    now i want the ,, i need to change the extension of the page , so i want to replace it from .jsp to .abc for example , and i want to remove the /faces prefix for each page....
    that's all
    thanks in advance

    Modify URL-PATTERN for your Faces Servlet from /faces/* to *.abc in web.xml
    change
    <servlet>
            <servlet-name>Faces Servlet</servlet-name>
            <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
            <load-on-startup>1</load-on-startup>
        </servlet>
      <servlet-mapping>
            <servlet-name>Faces Servlet</servlet-name>
            <url-pattern>/faces/*</url-pattern>
        </servlet-mapping>to
      <servlet>
           <servlet-name>Faces Servlet</servlet-name>
           <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
           <load-on-startup>1</load-on-startup>
      </servlet>
      <servlet-mapping>
            <servlet-name>Faces Servlet</servlet-name>
            <url-pattern>*.abc</url-pattern>
        </servlet-mapping>hope that might help :)
    REGARDS,
    RaHuL

  • Sun Java Wireless Toolkit 2.5.1 for CLDC - now available with Linux support

    Sun is proud to announce the release of Sun Java Wireless Toolkit 2.5.1 for CLDC. It includes some minor implementation bug fixes, support for hardware USB tokens for midlet signing, and support on Ubuntu linux is provided.
    Download from here:
    http://java.sun.com/products/sjwtoolkit/download-2_5_1.html

    Hi,
    Yes, we are working on making a linux release available, but we don't have a specific date as of yet. We'll provide updates as soon as we have a better idea.
    Thanks,
    E-ming

  • Sun Java System Web Server 7.0 available

    I am delighted to announce that Sun Java System Web Server 7.0 is now available for download, purchase, deployment, and more.
    This release builds on the highly scalable and stable heritage of Web Server. It features an entirely re-designed Administration interface designed around clusters, easy access to frequently performed tasks, simplification of frequently performed tasks., and a fully scriptable command line interface featuring functional parity with the browser-based interface.
    In addition to the administration changes this release features:
    o Full 64-bit support for Solaris SPARC and Solaris AMD64 platforms
    o Regular expression pattern matching for URL re-writing and mass hosting
    o If/Then/Else constructs within request processing
    o Advanced sed based input and output filters
    o Dynamic loading of Certificate Revocation Lists (CRLs) without requiring daemon restart
    o Elliptic Curve Cryptography (ECC)
    o Built in request mapping for protection against abnormal load patterns and Denial of Service protection
    o WebDAV ACL support
    o Out-of-box Java support for Servlets 2.4, JSP 2.0, JSF 1.1, JSTL 1.1, JWSDP 2.0 based web services
    o Java session failover and recovery within a cluster of peers
    o Integrated HTTP reverse proxy User-Agent
    o Bundled FastCGI client for use with third party scripting environments such as Perl, PHP, Ruby on Rails, etc
    o Enhancement of perfdump, stats-xml, and SNMP as well as more ability to monitor the Java container and the ACL system
    o Much more
    The software can be downloaded from:
    http://www.sun.com/download/products.xml?id=45ad781d
    The documentation is available at:
    http://docs.sun.com/app/docs/coll/1308.3

    If 7.0 was released, how come http://www.sun.com/webserver still only talks about 6.1?

  • Java Web Services Developer Pack 1.3 now available

    All,
    The Java Web Services Developer Pack 1.3 is now available for
    download from http://java.sun.com/webservices. This release of JWSDP includes the fcs release of JAXRPC 1.1 and SAAJ 1.2 based on the WS-I basic profile 1.0 in addition to bug fixes /maintenance relases of the other components that have been in there in the previous releases. Feel free to download and send us comments at [email protected]
    - Rajiv
    :wq

    I was pumped when I saw this post, then deflated when I read what was new...
    No new JSF. I'm sooo ready for an update :-)
    TTFN,
    -bd-
    http://bill.dudney.net/roller/page/bill

  • Sun ONE Message Queue 3.0.1 is now available

    Sun One Message Queue 3.0.1 is now available. Sun ONE Message Queue 3.0.1
    is an implementation of the Java Message Service version 1.1 specification.
    It comes in two editions; a free Platform Edition as well as an Enterprise
    Edition for full-scale, enterprise deployments.
    Noteworthy changes in 3.0.1 (compared to 3.0):
    * Substantial performance boost
    MQ 3.0.1 provides message delivery throughput up to double that
    attained with MQ 3.0, a performance boost that is especially important
    under heavy load conditions.
    * Certified for use with the Sun ONE Application Server 7.0
    MQ 3.0.1 is certified for Sun ONE Application Server 7.0, and is used as
    its native JMS provider. MQ has been integrated with the Application
    Server, providing JMS messaging support in an Application Server
    environment. You can configure the system for an internal MQ message
    server managed with Application Server administration tools, or an
    external MQ message server requiring MQ administration tools.
    * Support for Linux Red Hat 7.2 (JDK 1.4.1)
    MQ 3.0.1 is now certified for JDK 1.4.1 on Linux Red Hat 7.2 (and still
    supported on Linux Red Hat 7.1).
    * Bundled on Solaris
    MQ 3.0.1 Platform Edition will be bundled with Solaris 9 Update 2 when
    it ships in early 2003.
    For more specific details about 3.0.1 please see the product Release Notes
    at: http://docs.sun.com/source/816-6454-10/index.html
    The two editions of Sun ONE Message Queue 3.0.1 are:
    * The Platform Edition provides a free commercial grade JMS implementation,
    ideal for small-scale deployments and development environments on various
    operating environments.
    * The Enterprise Edition delivers maximum scalability and security features
    necessary for larger full-scale deployments.
    For specific details about the editions see the Administration Guide at:
    http://docs.sun.com/source/817-0354-10/overview.html#20864
    For more information about the product or to download the current version
    please visit:
    http://www.sun.com/software/products/message_queue
    Receiving feedback from current and potential customers is important to the
    product team. If you have questions, thoughts for additional features or
    think you have found a bug, we encourage you to send the team feedback.
    Please send mail to [email protected]. If appropriate, be sure to
    include the product version, information on the platform you are using and
    steps to duplicate the problem you are experiencing. If you are interested
    in purchasing the product and have a sales related question send mail to
    [email protected]
    Thank you for your interest in Sun ONE Message Queue!

    Customers who purchased the iPlanet Message Queue for Java version 2.0
    Enterprise Edition, or the iPlanet Java Message Queue version 1.1 Business Edition,
    who also have a current maintenance contract for this product, are entitled to a free
    upgrade. Sun customers should use their normal support channels to request the
    upgrade. All corporate customers with Sun Software Support contracts should be
    automatically notified of the upgrade via the ProductTracker by SubscribeNet
    program. If you haven't, please contact Sun Customer Service online or by phone at
    888-786-8111. Parties interested in upgrading will be required to provide
    proof-of-purchase. Customers of previous versions of the free Developer Editions, or
    customers without a current maintenance contract on this product, can not upgrade
    for free, they must buy the Sun ONE Message Queue 3.0 Enterprise Edition product,
    or they can download the Sun ONE Message Queue 3.0 Platform Edition product for
    free from: http://wwws.sun.com/software/download/download/5275.html

  • Sun Update Connection Client 1.0.8 now available

    The Sun Update Connection System client, version 1.0.8 is now available as
    software update 121118-08 (SPARC) or 121119-08 (x86). Version 1.0.8
    is the biggest update we have produced since the initial release of the Sun Update
    Connection and includes the following enhancements:
    o Sun Update Manager has a brand new user interface which includes a new
    look and icons, numerous usability improvements such as better progress
    reporting and the ability to print/save installed and available patch lists and
    patch README files.
    o Support for Solaris Live Upgrade so patches can be added to an inactive
    alternate boot environment.
    o The Solaris 10 SMF configuration framework is now used to trigger the
    installation of patches with special handling requirements (single user mode
    or restart-after required) which will improve compatibility and reliability.
    o The version 1.0.8 client uses a new Sun-hosted patch server that outsources
    content delivery to Akamai. This enables us to provide superior download
    performance to our customers worldwide.
    For a complete list of the defects corrected in this release please
    refer to the patch README file for this patch. Note also that this
    update includes fixes that were delivered in prior releases of the
    Sun Update Connection client software patch. By installing this update
    you may be getting fixes that were previously available but not present
    on your system.
    Sun Update Connection Hosted application has been refreshed to include
    numerous user interface adjustments and fixes that have been suggested by a
    customer focus group usability study. Although there are no new features,
    the usability of the product is substantially improved.
    Thank You,
    Sun Update Connection Team

    On the SunStudio Patches - I dont believe that this will be fully fixed since part of the problem is the patches themselves. I however do not have access to a SunStudio installed test system at present so I'd be interested to hear feedback from someone who has tried installing these through the SunUC 1.0.8 toolset
    Fonts - I believe that greater flexibility will be coming in future releases. Work on the Update Manager gui is still ongoing
    Patch server - Yes the SunUC proxy will use the new servers providing it has been upgarded to 1.0.8
    Sun4u patch - This is an issue with the patch metadata being incorrect and not the toolset.

  • Looking for training on Sun Java(tm) System Messaging Server 6

    Hi All,
    I looking to take training on Sun Java(tm) System Messaging Server 6 i checked SUN Training Site but i didn't find
    Can ant one tell me if its available or not.
    regards,
    Mariam

    MariamS wrote:
    I see that you know so much about Sun Java System Messaging staff. I've been using Messaging Server for over 8 years in various roles so I have a good head-start.
    from where you learned all these i like to expert in this area but i dont know from where i have to start.The Messaging Server admin guide is the best place to start:
    http://docs.sun.com/app/docs/doc/819-4428
    Regards,
    Shane.

  • JavaOne 2009 Java RTS /RTSJ Hands-On Lab now available through SDN

    The hands-on labs for this years JavaOne are now available through SDN:
    http://developers.sun.com/learning/javaoneonline/j1labs2009.jsp?track=1&yr=2009
    The Java RTS lab was 5538.
    Unfortunately due to a process glitch the Netbeans Module used in the lab is not yet available for download from the JRTS website. We apologize for this delay and will advise as soon as it is available.
    Thanks for your patience.
    David Holmes

    It's for NB 6.5
    It's also intended primarily for Solaris as that's the only place the DTrace scripts can be run.
    I don't know what will happen if you try to install it on Linux. It may be able to open TSV jrt3 files and launch TSV - if you wanted to do that. But I don't know.
    We're hoping to make this available by around August 10th.
    David

  • Sun Java Wireless Toolkit 2.5 for CLDC final release available for download

    We are proud to annouce that the final release of the WTK 2.5 is now available for download: http://java.sun.com/products/sjwtoolkit/download-2_5.html
    New features include:
    -support for the Mobile Service Architecture (JSR 248) platform
    -new supporting utilities to support application development for newly supported JSRs
    -new and updated emulator skins
    Download today!
    http://java.sun.com/products/sjwtoolkit/download-2_5.html

    Hi,
    Yes, we are working on making a linux release available, but we don't have a specific date as of yet. We'll provide updates as soon as we have a better idea.
    Thanks,
    E-ming

Maybe you are looking for

  • Need help in modifing the following code to display required output

    Hi this is the code which i am going to displayoutput here i used FM VRM_SET_VALUES for getting dropdown box when i used it my output race field is not getting any values and blank space is getting displayed what i want is just i need to display the

  • Memory ID concept in Sap Abap

    Hi All, I am working on a user-exit which I picked up in middle of developement and which is using memory id concept. The requirement is like display error message in ME21N transaction and when clicking the Additionl Information in error msg it shoul

  • Where is stored Current Period?

    Hi all, I have look for this data without success. The periods list is stored in the OFPR, but havent see any field wich defines the current one. Thanks in advance, Ibai Peñ

  • My droid says that I have no sim card, what does that mean?

    Hi, when I press the bottom at the too of my phone, it says that I don't have a sim card. I had the same droid a few months ago, but I had to get a new one. The old one had a sim card and this one doesn't have one.  I am trying to upload pictures fro

  • VideoDisplay Won't display video unless I hit the stop button

    If I click the stop buttton then click play, I can see the video fine. Anybody know why this might be happening. Obviously it is getting the video fine since it does display it, but why do I have to click stop before it will display?