Early Access Program Ends Successfully

As a follow-up to John's previous posting ...
The Sun Java Studio Creator 2 Early Access Program ends with the multilanguage release of the IDE. Longer than a typical EA program, it was joined by over 21,500 enthusiastic developers who posted over 3000 discussion messages and contributed hundreds of bug reports and enhancement requests. Early Access participants can still login and access the EA Discussion at
https://feedbackprograms.sun.com/login.html.
Motivated by the high level of participation, Sun engineers took the time to craft a solid IDE that gave users what they asked for. To get Java Studio Creator 2 now, click the Downloads tab at http://developers.sun.com/jscreator/, or go directly to
http://developers.sun.com/prodtech/javatools/jscreator/downloads/.
To migrate Early Access applications for further development with the new release of the IDE, see the FAQ "How can I migrate to Java Studio Creator 2 applications developed with earlier versions of the IDE?" at
http://developers.sun.com/prodtech/javatools/jscreator/reference/faqs/configuration/jsc2_migration.html.
If you'd like to share some kind words about your experience with the Early Access release of Java Studio Creator 2, we'd love to hear from you. Just post your remarks to this forum thread.
Thank you!

-

Similar Messages

  • Sun Studio Early Access Testers Needed...

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

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

  • [ANNOUNCEMENT] Hetman 1.0 Early Access  - powerful Java file manager

    SoftAge has launched the Early Access Program for Hetman 1.0.
    Handy Java desktop application Hetman is a dual-panel file manager for the huge Java community.
    Hetman is powered by Fusion framework (based on SWT), it has a decent responsive cross platform GUI and impressive overall performance.
    Tabbed rich design interface, native cross platform widgets implementation, powerful text editor, advanced console and much more make Hetman the indispensable and full-featured programmer�s tool.
    The following features are currently almost complete:
    - two panel file management UI
    - powerful incremental file navigation
    - built-in text editor with syntax highlight
    - advanced console
    - Windows networking support
    - Zip archives
    - FTP
    - Open API
    Planned features:
    - Linux and Mac OS X implementations
    - Enhancements for Java developers
    - just ask � and we'll do it :)
    The most important keys to start:
    Alt-F1, Alt-F2 � change drive
    Ctrl-T � open new file tab
    Ctrl-O � open new console
    F4 � edit file under cursor
    Ctrl-W � close tab
    <any symbol in file panel> � start incremental search
    Ctrl-F � start incremental search in editor and console output
    Alt-Up, Alt-Down � go to next/previous item in selection, search results etc.
    Alt-Left, Alt-Right � go to next/previous tab
    You can use Button Bar at the bottom to figure out the most important key combinations yourself. It automatically changes state according to current location and modifier key pressed (Ctrl, Alt, Ctrl+Alt),
    Hetman�s Open API has been designed to enable adding features easily and quickly. You can develop your own implementation of the file system that will be fully supported by Hetman.
    We are focused to bring Java applications to desktop. Hetman is our first attempt in this direction. We invite you to download EAP (Early Access Program) Hetman�s version for testing and evaluation. Your opinion is what matters most to us.
    You can read more about Hetman at http://www.myhetman.com.
    Early Acess Program page: http://www.myhetman.com/download/eap.html
    Should you have any questions or comments, please don�t hesitate to contact us at [email protected].
    Best regards,
    Hetman Team

    You know, I think I'll make it a personal policy to never look at anything that someone dumps an ad for in the formums.

  • How to implement Oracle user/role security with Access front end?

    Hi,
    We have successfully migrated our Access database tables to Oracle 10g using SQL developer. We've recreated all the users and roles(i.e., access groups) in Oracle and granted rights to tables.
    In the Access front end database, in the Database window we have saved linked Oracle tables which replaced the Access tables. The forms, reports, queries run fine with the linked Oracle tables. All the linked table use one ODBC DSN to the Oracle database with the same Oracle user id.
    We need to be able to authenticate users into the Oracle database and RE-link the tables based on their own unique user id. By during so we can allow users to use the Oracle standard user id/role and system privileges to control select, update, ect. rights to the database.
    I've been able to use the VB code within Access to logon into the database with a unique id, but I have not been able to find out how to RE-link the tables to the unique user id using VB. There should be some way to relink tables dynamically, based on users login into the Access front end.
    I don't know a great deal about Access projects, but I do know with SQL server allows login into your Access project and link tables dynamically.
    Can someone give me some assistance or point me in the right direction?
    Thanks in advance,
    Larry

    We had one of our programmers here come up with a VB code solution for re-linking table within Access. However the relinking takes 3-4 minutes for 100+ tables.
    In an effort to help you understand the situation better, I will attempt to elaborate on the problem:
    We have an Access 2003 application which currently has a front end using Access(forms, reports, queries, & VB code) and a MS Access 2003 backend.
    We have migrated the backend tables to Oracle. However, we still have a need to maintain the front end in Access, since we have over 60 forms, 40 reports, 200+ queries in Access. Its easy to understand, we have a significant investment in the front end(Obviously, the plan is to migrate the front end also at some future date).
    In order to utilized the existing front end, we have to validate and modify the current front end connections to the new Oracle backend. One of the features of Access is that you can "link" tables and save the link for runtime. Each Access table can have its own link which is a separate ODBC/JET connection. As such, each separate link has its own userid/database information.
    The other issue with using the Access front-end is that Access utilizes a workgroup file to implement user and group security. The workgroup file contains all the users and which groups the users belong to in Access. Then within Access, you allow users access to object(tables, queries, ect) by their userid and or group. When users open an Access database with Access security enabled, they are required to log into Access. The login is authenticated by the workgroup file. Once, logged into Access, users have rights to Access objects based on their rights granted to their userid and groups they belong. The problem here is that when you remove the linked Access tables and replace them with linked Oracle tables, Access has knowledge about Oracle table rights granted to users; nor would you expect it to.
    The dilema is the disconnect between Access and the fact Oracle utilizes a similar but much more sophisticated security model. It creates users and roles(which are similar to Access groups), and again this is independent of Access security.
    Our solution was to still use the Access workgroup file security along with the Oracle security model. By using the Access userid and then creating a similar Oracle userid with similar table rights granted in Access, you could apply security within Access and also with the Oracle database.
    For example, a user BOB logs into Access via the workgroup file, using VB code, Access then establishes a Oracle connection logining into Oracle using the same unique userid BOB into Oracle.
    After connecting and validating user BOB into Oracle, then the Access tables are relinked to Oracle using the user BOB userid and table rights.
    This Oracle userid has been granted table rights specific for this userid.This allows the user BOB to use the Access application and still be authenticated into the Oracle database.
    The problem with this solution is that the relinking of the saved Access tables takes 3-7 minutes for about 100+ tables. This is not acceptable for users each time they log into the application.
    Our current alternative is to use one Oracle userid to login each user, and use Access form restrictions/security to allow/prevent users from updating/viewing data. Obviously, this is not the optimal solution in respect to security, but it at least allows us to control access to the data(via the forms) by using one logon required for each user, and quick startup time for the application.
    I understand SQL server does a better job in integration, but we use Oracle which is what I am trying to work with.
    Larry

  • How to solve the "type mismatch" error in jCOM early binding program?

    I got a "type mismatch" error jCOM early binding program.
    I use the VB as the jCOM client to access the EJB deployed on WLS7. While using the
    object parameter like "java.lang.Integer" in EJB method call, I got that error message
    and my VB client had to be stopped?
    The same situation, the VB program work perfect when using the "int" as the parameter.
    And I try to instance the "myTLB.JavaLangInteger" in my VB program, but how ? The
    "New", "CreateObject" and "GetObject" all failure, I don't know what to do next ???

    Hi,
    This problem Could happen when you referesh quality or test system.
    Your delta setup for the related master and transaction data needs to be reinit.
    What happens is when you init. the delta and subsequent delta is all maintained in your source system
    please check Notes 852443,424848,834229
    Hope this helps
    Thanks
    Teja
    Message was edited by:
            Teja badugu

  • How can I use an Access front end and Access button to control a LabView Shared variable boolean?

    My company has invested a lot of money on the office network to write many many access databases and front ends. I'm looking for a way to tie a button on an access front end to toggle a LabView boolean shared variable to notify me when they changed something on their side of the network. I'm not seeing anything that helps on a web or forum search. They don't like the idea of a separate labview control that they have to push a button on to let me know.
    Thanks
    Solved!
    Go to Solution.

    Hi Patrick,
    While this is not the intended purpose of Network-Published Shared Variables, you might be able to accomplish this by writing separate accessor VIs for reading from and writing to the variable, making sure to wire the inputs and outputs. Then, you could build a DLL, making sure that you include the accessor VIs as Exported VIs and include the DLL Library in the Always Included section of the DLL Build Specifications. During this process, you will define the function prototype, which will provide the function call, required parameters, and return values. Once the DLL is created, you can then call it and its functions from another programming language (C, C++, C#, VB, etc.). This may or may not work, but it is the only way that I can think of at this point. I have included some references that may help you in this process.
    Building a Shared Library in LabVIEW (White Paper)
    Calling LabVIEW VIs from Other Programming Languages (White Paper)
    Calling LabVIEW DLL From C# (Forum with Examples)
    I hope this helps.
    Regards,
    Mike Watts
    Product Marketing - Modular Instruments

  • I have IE and Mozilla FF loaded on my vista run laptop. I have removed and reloaded the FF program without success. Internet Exployer runs fine. Help!!!!!!

    I have IE and Mozilla FF loaded on my vista run laptop. I have removed and reloaded the FF program without success. Once loaded I click the shortcut, but nothing happens. Internet Exployer runs fine. Help!!!!!!
    == 1 month ago ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729)

    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, maybe after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Firewalls]] and http://kb.mozillazine.org/Firewalls
    See also http://kb.mozillazine.org/Browser_will_not_start_up

  • Project Conventions for J2EE Apps Early Access...

    Hi
    I am trying to set up a standardized directory structure for J2EE apps that is flexible enough from a simple webapp to a complex J2EE App with multiple EJB components, WARs...etc..etc...
    For this, I turned to Java Blueprints Guidelines, Project Conventions for Enterprise Applications Early Access 1 posted on the Sun's web site...
    This document states among follwoing that (quote)
    -----(quote)
    These conventions, which the Java BluePrints team has followed with its applications (which can be accessed from http://java.sun.com/blueprints/code/index.html), assume that developers use the Ant tool for building projects. Developers using other build tools may have to make slight modifications to the conventions.
    ----(end quote)
    I have downloaded the latest J2EE SDk which has samples directory containing the famous , Adventure BUilder, Petstore, etc, etc.....But they do not follow project directory structure as outlined in this document...Moreover, I found each app has different project directory structure even for the same functional part..
    1. Are the J2EE sample apps bundeled with J2EE SDK different than the ones available as separate download?
    2. If they are not, where can I download sample apps that demonstrate project conventions outlined in the guidelines document...
    Any comments are welcome...
    Thanks
    zambak

    Hi,
    The project conventions are new and early access version1. So it will be changing a little bit and as a result the apps may get a little out of sync. We are currently switching the apps over to match with the project conventions. For an app that dempnstrates project conventions, please see the adventure builder on java.net at https://adventurebuilder.dev.java.net/
    We are working on a revised version of the project conventions, so your feedback/comments would be highly appreciated.
    -Smitha
    Hi
    I am trying to set up a standardized directory
    structure for J2EE apps that is flexible enough from a
    simple webapp to a complex J2EE App with multiple EJB
    components, WARs...etc..etc...
    For this, I turned to Java Blueprints Guidelines,
    Project Conventions for Enterprise Applications Early
    Access 1 posted on the Sun's web site...
    This document states among follwoing that (quote)
    -----(quote)
    These conventions, which the Java BluePrints team has
    followed with its applications (which can be accessed
    from http://java.sun.com/blueprints/code/index.html),
    assume that developers use the Ant tool for building
    projects. Developers using other build tools may have
    to make slight modifications to the conventions.
    ----(end quote)
    I have downloaded the latest J2EE SDk which has
    samples directory containing the famous , Adventure
    BUilder, Petstore, etc, etc.....But they do not
    follow project directory structure as outlined in this
    document...Moreover, I found each app has
    different project directory structure even for the
    same functional part..
    1. Are the J2EE sample apps bundeled with J2EE SDK
    different than the ones available as separate
    download?
    2. If they are not, where can I download sample apps
    that demonstrate project conventions outlined in the
    guidelines document...
    Any comments are welcome...
    Thanks
    zambak

  • Early Access Tutorial

    I install JCreator to evaluate. I want to use the following sample from the tutorial website
    Java Studio Creator 2 � Early Access
    Tutorials & Sample Applications :
    Single Page Database Create, Update, and Delete
    But the readme install instruction are not working. I unzip the sample to a direcotory C:\Jcreatorsample
    But how do I get JCreator to load the project.

    Hi,
    Please post messages related to Creator 2 EA at the feedbacks programs portal. The URL is:
    https://feedbackprograms.sun.com/login.html
    Thanks,
    Creator Team

  • Desktop Assist error when trying to access Programs

    Just got this laptop end of December and I've never been able to access Programs (via Desktop Assist).  Every time I try to click on All Programs I get this error:  TosDesktopAssist has stopped working.  Then have to click Close Program.  What's the problem and how do I fix this? 
    I've updated the Bios yesterday and that did not fix it.
    Carolyn

    kimy wrote:
    I'm having the same problem...please help!
    Me too!! Started about 3 weeks after purchasing Toshiba S855

  • New Release of AJAX and Java Petstore 2.0, Early Access 3

    Hi all,
    the BluePrints team has just released a new version of the Java Petstore 2.0. This AJAX petstore shows how to build AJAX enabled applications on the Java EE platform. It has a lot of emerging web use cases like using a CAPTCHA, uploading user images and content, integrating custome search into your application, mashing up with other services such as google maps, building an AJAX UI, and more.
    It also has added a new feature showing how to add tagging to an application.
    Plus it shows how to leverage Java technologies like Servlets, JSF, and the new Java Persistence APIs.
    Its a great resource to learn how to put it all together!
    You can download the Early Access 3 version at
    https://blueprints.dev.java.net/petstore/
    hth,
    Sean

    Hi,
    The Java Petstore 2.0 has a CAPTCHA (see http://en.wikipedia.org/wiki/Captcha for the definition of a CAPTCHA) which is used when a user is uploading a pet for sale to the petstore. The captcha is used to avoid automated graffiti on the community driven content of the petstore. The captcha requires a human to look at the image and type in the words, so it shows this common use case where web sites want to avoid an automated program from being able to post to a site.
    All the source code for the captcha is included in the petstore download at
    https://blueprints.dev.java.net/petstore/ This is useful code to use in your own applicatons as captchas are becoming more common in web applications
    Yutaka Yoshida has a blog entry that discusses the captcha at
    http://blogs.sun.com/yuta/
    hth,
    Sean

  • Tp program ended with error code 0012

    during export client from PRD to QAS i got the following error
    3 ETA072 Exit program "CLIENTCOPY_SELECT_TEXTID_ALL" successfully executed "20:13:54"
    2 ETA090 Command file for "tp" is written under: "PRDKT00029" "20:25:04"
    2 ETA091 For client transport, "        55,612" entries entered in command file
    2 ETA090 Command file for "tp" is written under: "PRDKX00029" "20:25:04"
    2 ETA091 For client transport, "           419" entries entered in command file
    2 ETA375 Transport program TP started successfully for "PRDKX00029" "20:25:05"
    1 EXT200 Transport control program tp ended with error code "0012""A tool used by tp aborted""EXPORT PRDKT00029 client500 U18 pf=/usr/sap/tr
    1 ETA377 Error exporting request "PRDKT00029" "20:54:04"
    1 ETA146 Program ended with error or warning, return code: "F"
    1 ETA027 Runtime (seconds)         : "         2,455"
    1 ETA152 End of processing: "20:54:04"
    any can help me
    Thanks

    Hi Ehab,
    Yes !..
    ALOG and SLOG can help analyze the problem and provide you the possible solution...
    Make sure that you are using updated KERNEL and TP program before exporting the client..
    Regards.
    Rajesh Narkhede

  • Early Access FFXIV: Heavensward PS4

    I preordered today, When do I recieve the code for early access for this friday?

    Hi there plj2828,
    Thank you for pre-ordering Final Fantasy XIV: Heavensward for PlayStation 4! While I enjoy many games, my capabilities don’t quite surpass Mario Bros. or Tetris so sadly I’ve only seen this game rather than played it. The game must be awesome for it to continue being so popular! At this time, you should receive your early access code by the end of the day on 6/18/15. If you should not receive this code or any have any other questions, please let us know!
    Cheers, 
    Tasha|Social Media Specialist | Best Buy® Corporate
     Private Message

  • C++ Error with Early-Access CC

    Hi & happy new year to all.
    Since a forum for the Early-Access versions of the Sun C++ compiler does not yet exist, I post to this forum.
    I encountered a compilation error for a file that seems to be legal C++:
    template <class T> class test;
    template <> class test<int>
    public:
    template <class T> test<int> & operator+=(const test<T> &);
    template <class T> test<int> & test<int>::operator+=(const test<T> &expr)
    return *this;
    int main()
    return 0;
    When trying to compile this file (CC -fast -fns=no -fsimple=1 -xarch=v9), the following error message is displayed:
    "test1.cc", line 10: Error: Could not find a match for test<int>::operator+=<test<int>::T>(const test<int>&).
    The concrete version of the EAP compiler is
    CC: S1SCC 8 C++ 5.5 EA1 2002/11/07
    Is there anybody who can give me a hint about how to compile constructs like these? Is there any developer of the Sun-CC online who can say if this is a bug of the compiler?
    Best regards
    Heiko Falk

    This appears to be an error in template member dereferencing. I got the example that you submitted to compile successfully under gcc versions as far back as 3.0.4 (but it fails under 2.7.2 with parse errors).
    This problem also appears in later builds of the S1S CC compiler (CC: Sun C++ 5.5 DEV 2002/12/08)
    I've submitted a bug against the C++ compiler. You can reference the bug ID 4801467. You can contact me at [email protected] for status on this issue.

  • Sun Ray Software 5 and Sun Ray Soft Client 1.0 Early Access 1 (EA1) is live

    Sun Ray Software 5 and Sun Ray Soft Client 1.0 Early Access 1 (EA1) is live!
    o Sun Ray Software 5 and Sun Ray Soft Client 1.0 EA1 download link
    -> https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=SRS-5-EA1-SP-LX-G-B@CDS-CDS_SMI] .
    o Supporting documentation is available on the [Sun Ray Software Information Center|http://wikis.sun.com/display/SRS5/Home] providing installation, configuration and administration in a topic-based, wiki format.
    o Technical support is available at [Sun Ray Online Forum|http://forums.sun.com/forum.jspa?forumID=875] .
    o [Feedback Survey|http://www.surveymonkey.com/s.aspx?sm=RmabpiADfPy90BMFIJQPXQ_3d_3d]
    -Sunil

    Anyone know when SRSS5 (4.2?) is coming out? Funny I came across SRSS5 today, as just this morning we began research in what it would take to move to LTSP. We have entire departments running off SRSS4.1 on RHEL5. This has been a pretty good solution but Sun insists on keeping SRSS for Linux a poor product when compared to it on Solaris. Things like sound, USB thumb drives, etc are implemented TERRIBLY on their linux software (if at all).
    I'd be willing to give SRSS5 a shot if it became available soon. Even a time frame (like end of 2009, spring 2010, etc) would help.

Maybe you are looking for

  • Problem when try to use 2 computers

    Hello there. I'm now facing a problem when try to use 2 computers. Specifically, I downloaded my ebook (pdf form) in my laptop and open it without problems. But when I tried to reopen the same book (from human kinetics site) to my pc, the known messa

  • Compressor seems to take forever for my video.

    I just started using an older Sony FX1 HDV camcorder. I want the 1080i video which is the component out, so i got a Blackmagic Intensity Pro Card. I'm capturing the component through this card. Is this what is taking my compressor soooooo long to wor

  • Audio level problem

    I'm working with some pretty terrible source audio that I sent over to soundtrack pro. The dialogue is incredible low and applause and laughter are really hot. Is there a way to reduce the amplitude of all the applause and laughter in one shot rather

  • Can't record Acrobat 6 editing

    I'm using Captivate 3 to record a document work flow (using web-based "Documentum" software). At one point the user clicks a link within Internet Explorer to launch Acrobat 6 Pro in order to put comments on a file. Clicking the link opens another IE

  • Date & Time incorrect

    When my Mac has been in sleep mode or shut down, the clock freezes. When logged in the clock runs but on the incorrect time. Date & Time is set to update automatically will only correct when the Date & Time folder is opened from System Preferences. A