Best IDE for slow system

what is the good IDE with drag and drop interface for slow system running on P3 500mhz ,ram256

I said relatively svelte. If Eclipse seemed slow, you'd shoot yourself in the head after trying to use TogetherSoft or TogetherJ or whatever the hell it's called. At one place I worked, where they wanted us all to use that IDE, I used to start the thing up, then leave to get a cup of coffee. I mean, I went downstairs, waited in line at the Starbucks, etc., and when I got back it still wasn't even finished starting up.
Later I learned that they didn't even check what IDEs we were using, so I just used vi. I also tried using Eclipse and it ran OK but I prefer vi.
I tend not to use IDEs much but when I've used Eclipse, it's always been pretty good, and it was never on the latest and greatest hardware.
So try it, and if it doesn't seem fast enough, use something else. I suggest vi.

Similar Messages

  • Can anyone help me with getting the best setting for me system

    can anyone help me with getting the best setting for me system on cpufan it says my temp is 38c but on corecentre it says 42c can anyone help get my system overclocked any more but keeping it stable as well thanx in advance for the help  

    my corecenter temp sometimes says im at 60 cel at idle....and i have the most recent update...i would rely on speedfan for temp control...core center seems to always read 3 degrees higher than speedfan on my pc....
    i wouldnt be too concerned...those temps are pretty low to begin with.

  • What is the best IDE for database programming in java?

    im just new to java, i have experience in powerbuilder and visual basic. Im looking for an IDE for JAVA Database Programming that have same ease of use of the GUI builder of visual basic and power of the Datawindow in Powerbuilder.
    What is the best IDE for database programming in java?

    hey sabre why not just help me? instead of posting
    annoying replies. You want me to browse all the post
    two weeks ago to find what im looking for. stoopsMost regulars to this forum find X-posting annoying. Since you are lazy and want me to search the posts of the last couple of week for you, I find you very annoying.

  • Best IDE for WebLogic

    Hi there,
    Can anybody recommend the best IDE (JBuilder, WebGain, ...) for
    developing EJBs on a WebLogic Server?
    Any ones that are no good? Which is the one you would recommend?
    Chris

    Visual Slick Edit. Mmm. Donuts.
    Do they still sell it?
    Cameron Purdy
    [email protected]
    http://www.tangosol.com
    Consulting Services Available
    "Jesse E Tilly" <[email protected]> wrote in message
    news:[email protected]...
    [email protected] (Christof Prenninger) wrote in <3986a8c5
    @newsgroups.bea.com>:
    Hi there,
    Can anybody recommend the best IDE (JBuilder, WebGain, ...) for
    developing EJBs on a WebLogic Server?
    Any ones that are no good? Which is the one you would recommend?
    Chris
    WARNING: Questions such as these can be akin to asking what is the onetrue
    religion at a UN Assembly.
    I have been desparately trying (for 4 months) to properly review four IDEs
    in the hopes of finding something to beat Emacs (or Visual SlickEdit), a
    command-line, and a third-party profiler/debugger (like JProbe). I have
    and I've stopped. Here's why:
    (1) When I started WebGain 4.0 didn't exist. Was I to suddenly trust a
    buggy IDE (VisualCafe) being attached to what may or may not be a well
    integrated suite of tools. I know StructureBuilder rocks, but how wouldit
    work within these confines? My evaluation lasted two days. I counted the
    number of crashes and where. I timed how long VC could stay open on my
    machine (PIII 866/512MB). Final result? StructureBuilder (not an IDE,but
    a class wizard that really does kick butt), over VisualAge, JBuilder,
    Forte' and WebGain, offered the best bang for my buck in terms of
    developing EJBs. Did we get it? No, but the reasons are not technical.
    We already had Together/J to create class templates and didn't want to
    spend $1000 per seat for a program that consolodates file templates and
    command-line programs.
    (2) Which brings me to cost. $3k (the usual street price for the
    "enterprise" IDEs) is just too much. I told my company that I'd rather
    have everyone handed a $3k bonus than to be saddled with an IDE (I'll
    explain later). Java 2 SE and EE and all the libraries are free.
    Furthermore, WebLogic wants you to use their compilation of the EE
    libraries. Why should I pay $3k just to be able to compile theseprograms?
    Only JBuilder and Forte allow you to compile EE programs, and only by
    adding the libs yourself. VisualAge Pro won't let you import the library
    and Cafe Pro balks as well. WebLogic has a plug-in for VAJ which allows
    Pro, at $150 a good deal, to compile EE but the plug-in has its ownissues.
    This, of course, does not address the reality of what you want, and thatis
    wizards to create these special classes.
    (3) Which brings me to code generation. Has anyone analyzed Visual Cafe's
    generated code? It's pathetic. Monolithic, wasteful and very touchy.Any
    manual adjustment may or may not break the IDE's interpretation of the
    logic. JBuilder is no better. Forte' usually crashes before I get tocode
    generation. Visual Age generates some dynamite (and complex) code.
    (4) Which brings me to VisualAge. I think a lot of developers would agree
    with me that if VisualAge had a "use repository/file system" toggle it
    would be the hands-down, most kick-ass IDE in the land. It's a current
    "change request" at IBM, but no promises have been made, that I know of.
    The debugger is hands down the best of the big 4, it's visual composer is
    easy to use, visualizes beans and components very well (considering the
    limitations Java's AWT places on visual coding), and generates the best
    component initializing code. If it wasn't for the repository. For the
    unitialized, the repository is IBM's way of convincing (strongarming)
    developers into having version control and on-the-fly code compilation.If
    you begin and end your project in VisualAge and everything VAJ gives youis
    fine, then VAJ is the way to go. However, if you already have a corporate
    version control system (please tell me you do), you're at a loss as to how
    to integrate with it. I worked at IBM and was told to use VisualAge. I
    replied "How can it interface CMVC (IBM's workflow and VCS, which rules,
    btw)?" The reply "Uh...we didn't think of that. Keep using Emacs". That
    was 1997. Little has changed, apparently. That little is IBM'senterprise
    repository, a way to let an entire group of developers have VAJ's
    repository features across a network. Course, it's only available on the
    enterprise version, don't pass go, cough up the $3k/seat. Oh, if you want
    to not use the repository or need to have actual file system files (the
    repository is one big file) you have to import and export your source
    regularly. Not fun.
    (5) Which brings me to version control. None of the offerings connect to
    version control very well. That's not their fault. On Solaris, there is
    no "scc" (windows' universal source control API, like ODBC cept forversion
    control) so you go back to command line world. The IDE makers didn'tspend
    a lot of time considering non-SCC solutions so you're pretty much screwed
    on non-Wintel platforms. SCC? It sucks. It relies on the VCS vendor's
    dlls. PVCS' SCC interface is buggy, slow and hard to use. Visual Source
    Safe? I refuse to use it to manage source code, although it has thesecond
    best SCC interface. The first? Perforce's. Course, it mimmicks RCS/CVS.
    Concurrent version control has seem to have lost favor with people (BSD
    uses it, you should too) and its concept is not reflected in the SCC
    interfaces built on IDEs. Bottom line? SlickEdit + Perforce or Emacs +
    CVS (or CMVC, a lisp module exists within IBM) is still the best
    "integrated version control" development platform with propers given to
    VisualAge and its repository for an alternative solution with no prior VCS
    in place.
    Trying to tell a group of eclectic and highly motivated (and paid) people
    to settle on one development environment is very hard. Properly done, you
    must settle on an IDE, have everyone trained (I can't stress thatenough.
    Handing a hammer to a monkey usually results in broken skulls) in it and
    use it religiously. For small startups like mine or fixed-budgetprojects,
    this is just not feasible and thus we settled on a development environment
    rather than an IDE.
    Was that a long (it could be thorough) enough answer?
    Jesse

  • Best Practice for setting systems up in SMSY

    Good afternoon - I want to cleanup our SMSY information and I am looking for some best practice advice on this. We started with an ERP 6.0 dual-stack system. So I created a logical component Z_ECC under "SAP ERP" --> "SAP ECC Server" and I assigned all of my various instances (Dev, QA, Train, Prod) to this logical component. We then applied Enhancement Package 4 to these systems. I see under logical components there is an entry for "SAP ERP ENHANCE PACKAGE". Now that we are on EhP4, should I create a different logical component for my ERP 6.0 EhP4 systems? I see in logical components under "SAP ERP ENHANCE PACKAGE" there are entries for the different products that can be updated to EhP4, such as "ABAP Technology for ERP EHP4", "Central Applications", ... "Utilities/Waste&Recycl./Telco". If I am supposed to change the logical component to something based on EhP4, which should I choose?
    The reason that this is important is that when I go to Maintenance Optimizer, I need to ensure that my version information is correct so that I am presented with all of the available patches for the parts that I have installed.
    My Solution Manager system is 7.01 SPS 26. The ERP systems are ECC 6.0 EhP4 SPS 7.
    Any assistance is appreciated!
    Regards,
    Blair Towe

    Hello Blair,
    In this case you have to assign products EHP 4 for ERP 6 and SAP ERP 6 for your system in SMSY.
    You will then have 2 entries in SMSY, one under each product, the main instance for EHP 4 for ERP 6 must be central applications and the one for SAP ERP 6 is SAP ECC SERVER.
    This way your system should be correctly configured to use the MOPZ.
    Unfortunately I'm not aware of a guide explaining these details.
    Some times the System Landscape guide at service.sap.com/diagnostics can be very useful. See also note 987835.
    Hope it can help.
    Regards,
    Daniel.
    Edited by: Daniel Nicol on May 24, 2011 10:36 PM

  • Best IDE for developing Applets,Servlets,JSP

    Hi,
    I'm looking for a little bit of advise. I have been developing prototypes using Apache Tomcat. Now I need to go into a full development phase, and I need an IDE to help speedup my work, especially when it comes to debugging applets and servlets. So the following are my questions:
    1. What is the best IDE to use in conjunction with Apache Tomcat? Does JBuilder, for example, fit this bill?
    2. Outside of Apache, I believe there is for example IBM's Websphere, which includes an IDE and a Servlet/JSP container. Which is the best of these packages?
    Thank you for your help.
    Miguel

    Check out NetBeans 3.5 at www.netbeans.org

  • Best IDE for a new team (Help)

    We are embarking on a brand new project with new team (startup). This application is JSP/Servlet and most probably J2EE (dont know yet)
    Others (CSS, AJAX, JScript, JDBC etc usual)
    Can you please suggest me what is the best IDE if we have to
    start fresh.
    I have the following in mind: NetBeans 5.0, Sun Studio Enterprise 8 (or wait for 8.1) and Eclipse. (or) please suggest another which you find excellent.
    Thanks
    - Ravi

    Netbeans is probably the best for JavaEE development.

  • Best IDE for JSP,Servlet ?

    Whis is the best IDE to code JSP and Servlets, i hope it includes a Debugger too.
    rc

    Hai shinoy
    YES, thats really true. but its not like NetBean if you see Eclipse plutin its very small.
    if you download Eclipse and without adding any plut-ins and starting it this time is very much faster than NetBean b'cos Netbean is using Modules. i tryed both i prefer Eclipse is good eventhouth the Visual AWT/Swint is not available default in Eclipse we can add it.
    i mostly prefer Eclipse more that JDeveloper,NetBean,JCreator,Editplus etc...
    just my knowledge is consern.
    bye
    RR

  • Best dock for sound system

    I'm looking for either a dock or a/v cable that will give me the best sound from a high-powered serious sound system, not a "micro" system. I've tried a Belkin audio cable connected to my headphone (audio out) jack but the sound is unacceptable. Is the Apple Universal dock or Apple AV connection kit the way to go or something else. I have a Denon receiver pumping out 7 x 110 watts per channel.

    i think i have the same denon, it's a 3805. Don't have an answer to your question though.

  • Best practices for Project Systems

    Hello Experts,
    I am working from BI side to integrate Project systems to BI for reporting purposes.
    On the sdn, I have seen the term 'Best Practices guide'.
    1) What is this 'Best Practices mean'
    2) Where can we find it from
    3) How is that going to be useful if I am working from BI side.
    Kindly advise on above questions
    Regards
    Shanthi

    Hi
    Bc set is avilable on service market place you download this file and than you found the method and i am sending you a link its give you help This link is for  retail.
    http://help.sap.com/bp_retailv1500/Retail_IN/html/Retail_toc.htm
    http://help.sap.com/bp_retailv1500/Retail_IN/index.htm
    Reward point if helpful
    Thanks
    Pankaj Kumar
    Message was edited by:
            Pankaj Kumar

  • Best workflow for slow motion from Canon 7D?

    Hey guys,
    I am working with a slow motion clip for the first time and I am realizing that there isn't really an easy workflow with this. First of all, the clip was filmed with the Canon 7D, 60 fps. When I put in on the timeline, obviously I get rid of the audio. But then if I slow it down to 50% I get the typical frame blending crappy looking image that FCP gives me EVEN THOUGH the sequence settings are set to playing 30fps. In reality, I thought that when I import the clip in the timeline with those settings the clip would automatically be double-length... Stupid me. It's treating the clip like a normal regular clip and so when I slow it down it does the same thing it does with all clips - a terrible job at slow motion. So basically, at 50% it should be playing every frame and there should be no frame blending but apparently that's not the case.
    So.. What's the best way to work with this? I tried putting the clip on a separate sequence and then slowing it down which did a much better job but then I had to export the clip out of FCP and bring it back in as a "new slow motion" clip if I wanted to preserve the effect. What happens if I have more than one clip? Is there a way to do "batch export" on all of them at once and not just one clip at a time? What's the fastest and best way to work with a 60fps clip in FCP and mix it in with the rest of my clips which are 30fps without it looking like crap?
    I also just found out about Optical Flow in Motion and that's great but wow... the render time is many many hours for a 5 minute clip... that's crazy. I don't have that kind of time.
    So... Please help! Thanks guys!

    Step 1: Convert to ProRes.  Log and Transfer, MPEG STREAMCLIP, Magic Bullet Grinder...whatever.  Make it ProRes.
    Step 2: Duplicate the clip if you want to also have it normal speed, because Step 3 is not undoable.
    Step 3: Take into Cinema Tools and CONFORM to the frame rate you want.  29.97, 23.98...whatever the rest of the project is.  This conform is permanent. It takes seconds, but is undoable.  Thus what you did in Step 2.
    TUTORIAL!
    SMOOTH SLOW MOTION FROM 60P USING CINEMA TOOLS
    http://library.creativecow.net/ross_shane/slow-motion_cinema-tools/1

  • FCP 7. Best technique for slow motion

    What is the best techique or plugin for effective slow motion?
    Right-clicking on a clip and adjusting time is not good. I have tried sending to Motion and adjusting the timing there but it softens the image.
    Is Twixtor the way to go??
    Thanks

    I'm late to the party but somehow I ended up here.  I'm reteaching myself this now.  I remember Captain Mench had a solution for this on the ProVideoCoalition site at one point for taking 60i footage and conforming to 24p using Shake.  The key element was Optical Flow, Motion uses OF as you know.  But I've just been doing a bunch of tests all night with some 60p (59.94) that we shot last week.  The CrumplePop tut is the one I've been following for Motion 4 and some random youtube stuff using Time Warp for AE tests.  The consensus seems to be each technique, including Twixtor, has limitations depending on the footage. AE better in one instance, Motion/Shake/Boris Red in another, Twixtor generally better than everything but still with flaws.  Let alone the other factors like did you shoot 60p to begin with?  Was the shutter 1/60 or 1/1600?  Other great tidbits like  this slomo conversion chart and this other Motion tut, 3 steps and bang!  I gotta go to sleep, hope this helps.
    Forgot this guy, of course he has some great tips from his friend on  using Twixtor.

  • Best configuration for Transport System

    Hi everyone
    I like to know what is the best way to configure my transport system.
    We have 2 server QAS and PRD in two distinct machines. SERVERQAS and SERVERPRD, accessible from network.
    We need what when all transport request from QAS when released, all files must be copied to PRD server, today we need to use the button to adjust queue, but we can't use this option, we need what this process is automatic.
    Thks.

    Hello Emerson,
    You don't have Development system?
    In a standard 3 system landscape, if dev, qua and prod systems are assigned with single domain controller and sharing same /usr/sap/trans then as soon as request is released from dev system, that will be available in qua buffer/import queue. Once it's successfully imported into qua system then it will be available in prod buffer/import queue for import. This is controlled by transport route.
    Please read TMS configuration guide and take necessary actions.
    http://help.sap.com/saphelp_nw04/helpdata/en/44/b4a0137acc11d1899e0000e829fbbd/content.htm
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/bcctstms/bcctstms.pdf
    Thanks,
    Siva Kumar

  • What is the best IDE for JSF

    Hi,
    We are about to start a new project using Technologies like Spring and JSF. I am looking for some IDE which provide us Drag and Drop support for JSF components.
    Moreover, the IDE is plugable with third party JSF components. So that all those component are available at Design Time.
    Till now, i am thinking for Sun Creator, but i am looking for suggestions.

    Hi Ali,
    I would suggest you go with NetBeans IDE 5.5 and using Visual Web. If you want to use Spring Framework, you can also do that because plugin for spring framework is available too.
    I've recently created my project which was using EJBs and I found NetBeans a single IDE to develop complete enterprise application.

  • Best ideas for a video deck

    I am using a Canon ZR65MC DV camcorder, and I am looking to buy a deck for it. Do I need one?

    Depends...do you want your camera to wear out? All that shutting back and forth and rewinding and fast forwarding isn't good for the poor thing.
    Yes...get a deck. It is designed for this.
    DSR-11 at the minimum. You have two 30" Apple displays...you can afford this.
    Shane

Maybe you are looking for

  • Windows on-screen keyboard

    Hye, I'm trying to make Windows on-screen keyboard open right after any text box is getting focus, right now, as default, the user must click the text box twice to activate the keyboard which is a problem, becasue it's on a tablet and not always the

  • Convert Web Page to PDF

    We have an internal web based system in which we would like to 'print' one of the screens as a report.  However, when we use the Convert Web Page to PDF option, the resulting PDF doesn't look anything close to the web page.  We are wanting to use the

  • Suggestions for story updates

    I have two recurring issues that I think could bb addressed in subsequent updates. 1. Why can't the formatting of text (double spaced, add space after paragraph) be applied throughout the document as a preset? It is laborious to go to every paragraph

  • Convert from string to datetime

    I'm getting a date from a textbox in form and i want to insert it into the database....The format of the date i let user key into the textbox is 2003/03/28...But the field of the date in the database is in this format 2003-02-25 00:00:00.000 so when

  • Quicktime .mov files opens up Safari during video

    I have this .mov quicktime file, i can watch it but every few seconds and when it first opens up safari starts up and each time it creats a new window. Is there any way i can stop this?