About java IDE's.........

hi
i started my java session with IDE's like kawa,Jbiulder. i dont use javac,java. but since i having problem with a freezing IDE i consider to combain with the pure java and IDE to write and read my code.
can u reccomand on java IDE that support 1.3 and swing, no API support is needed.
i need it to full support with visual disgn of the applet or application window.
best regards
Shay

Dispite my dislike for auto-gen code it generates :-(
IBMS visual age for java sounds like what your looking for. You can put together apps pretty quickly with it, and it has some nice features.. Again though the ocde it generates is nothing shy of disgusting!!!!!
ivjthis, ivjthat,
kinda reminds me of "java this and java that ya....."
family joke dont expect anyone to understand

Similar Messages

  • About  java ide

    Solaris 8
    cde
    C shell
    run ide in studio 5
    get message:
    sunblade2000% runide.sh
    ld.so.1: /opt/SUNWappserver/jdk/bin/java: fatal: relocation error: file /opt/SUNWappserver/jdk/jre/lib/sparc/motif21/libmawt.so: symbol XdbeGetVisualInfo: referenced symbol not found
    Killed
    run ide in netbeans
    get message:
    sunblade2000% pwd
    /opt/j2sdk_nb/netbeans3.5.1/bin
    sunblade2000% ./runide.sh
    ld.so.1: /opt/j2sdk_nb/j2sdk1.4.2/bin/java: fatal: relocation error: file /opt/j2sdk_nb/j2sdk1.4.2/jre/lib/sparc/motif21/libmawt.so: symbol XdbeGetVisualInfo: referenced symbol not found
    sunblade2000%
    version of java:
    sunblade2000% java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
    Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)
    sunblade2000%
    how can i solve the run problem of ide.
    ps: installations of studio and netbeans are all successfull

    do motif version matter?

  • Simple Object Modelling and Java IDE for OSX?

    I haven't been technical for a while and I want to refresh my Java and object modelling skills. I'm looking for two things. If I can find both in the same environment so much the better.
    1) A basic UML modelling tool. All I really care about is describing a medium size object model: classes, sub-classes, attributes, relations, etc.
    2) A basic Java IDE. Don't need EJB or anything complex. Just want to compile run and debug simple Java programs.
    I down loaded Net Objects but it seems like overkill for what I want. I looked on some open source sites but almost nothing was native to OSX it all ran under Windows or required a Java virtual machine. Actually I guess that's another question, is there already a Java virtual machine as part of OSX or do I need to download one and if so which would be the best.
    I'm willing to spend a few $$ but free stuff would be better and no more than $50. So far I found one product native to OSX but the starting cost was $400+ for a five person license.

    In case anyone has the same question, I just found this very nice tool on the Apple web site called Visual Paradigm for UML:
    http://www.apple.com/downloads/macosx/development_tools/visualparadigmforumlente rpriseedition.html
    I'm still getting to know it but this is exactly what I was looking for. Fairly easy to use if you already know OO but not as complex as some other tools and works well on the Mac.

  • URGENT !!!! I know nothing about java .... ;o)

    Hi all,
    here is my problem, I am working on a demo for a customer, I am business consultant and I know nothing about java and I have noone next to give a hand, so please help.
    I integrated a content in a Learning Management System. When launching this content in the LMS, an applet is created. I get a first page where I have to chose an option. When clicking on any of the options, I get nothing. On my java console, I can read this :
    java.lang.NoSuchMethodError: javax.swing.UIManager.c()Ljava/lang/String;
         at com.cbt.jasmine.Jasmine.Jasmine.b([DashoPro-V1.32-013000])
         at com.cbt.jasmine.Jasmine.JasmineApplet.run([DashoPro-V1.32-013000])
         at java.lang.Thread.run(Unknown Source)
    What can I do to make this ******* content work.
    Many thanks for your answers.
    XToff.

    First of all, nothing is urgent to us, only to you.
    Second, the error is clearly stated being NoSuchMethodError i.e. the program is trying to call a method that hasn't been for some reason included in the program.
    Third, I have no idea what Learning Management System is (and I'm not the only one).
    Fourth, why did you put "Re: URGENT !!!! I know nothing about java .... ;o)" as the topic instead of "Learning Management System"?

  • Looking for the BEST java IDE

    Hi
    We're evaluating java IDE's (especially JBuilder & VisualAge) for a Client-Server project that uses RMI (there is no Web development\HTML\Bens involved)
    I would appreciate any recommendations, suggestions, articles or reviews that you have.
    thanks in Advance...

    Both of these IDEs are very solid pieces of software each with their own advantages.
    JBuilder is similar to most other java IDEs. It takes less time to become productive in JBuilder than it will take in Visual Age because Visual Age takes a non-standard approach to java development. Be sure to look at a recent version of JBuilder because early version support for remote debugging was very poor.
    Visual Age has some of the most advanced java development features of any IDE I've ever used. The downside of this functionality is that it takes quite a bit of time to get accustomed to the IDE. Visual Age doesn't use files like most other IDEs opting instead to provide a completely separate archiving mechanism called a Repository.
    If you're looking for something that will take very little time to learn, JBuilder is the better choice. It doesn't have as many features as Visual Age but it's also a lot more like most IDEs and has just about everything most java projects will need.
    If you're team is composed primarily of Sr. developers and you're willing to take the time to learn the IDE, Visual Age is well worth the investment. It's a pain to learn but once you learn it you won't want to go back to file based development.
    Of course, if you're looking for something between these 2 in terms of features and complexity, download the community edition of forte and give it a whirl.

  • JAVA IDE options for development against OAS and Oracle8i

    I'm wondering whether JDeveloper is the only Java IDE option
    when developing Java apps for deployment on OAS and Oracle8i.
    Is it possible to use VisualCaf     or Jbuilder instead and how
    does these tools compare to JDeveloper?
    null

    Jesper Bech Petersen (guest) wrote:
    : I'm wondering whether JDeveloper is the only Java IDE option
    : when developing Java apps for deployment on OAS and Oracle8i.
    : Is it possible to use VisualCaf     or Jbuilder instead and how
    : does these tools compare to JDeveloper?
    JDeveloper2 provides a natural coupling to OAS and 8i which no
    other tools offer. The Connection Manager, Oracle's InfoBus
    beans, Info Form wizards, CORBA definition wizards, deployment
    wizards for 8i etc. are all there to tie the suite together.
    I used JBuilder with 8i813beta well before JDev2Beta was
    released for Web Server Applications/CORBA. 8i provides a
    number of command line utilities(loadjava, dropjava, publish,
    sess_sh etc) to perform the deployment of CORBA objects. JDev2
    are essentially calling those utilities but wrapped around a GUI.
    You can certainly use other tools but you will probably discover
    some critical features are missing. Features such as SQLJ
    support and a light weight servlet engine for debugging servlets
    are well worth it.
    One thing I hope Oracle would address is remote debugging of
    Java in the Database(either JSProcs/CORBA objects). You can
    certainly debug CORBA objects outside the database using
    Visibroker/OSAgent but this means you have to change a lot of
    code for debugging b/c Visibroker doesn't support sess_iiop nor
    AuroraJTS.
    DEV TEAM ARE YOU LISTENING!!!<g>
    There are a number of other concerns that I've listed in a
    post "heavy IIOP issues - 8i/408" but nobody has responded to
    that and probably never will.
    I think JDev3 with OBC4J will offer further encouragement to
    move away from other dev tools though. Depending on whether
    your organisation will take advantage of this new enterprise app
    framework you may not need to make the move. I dont know I
    haven't used it but I'm waiting in anticipation. I'd be
    interested in hearing what the beta testers are saying about the
    speed issues!
    rgds ash
    null

  • Low cost Java IDE

    i'm new to java but i used to program a little in C++ so the core of the language is not that difficult to learn. basically what i am going to use it for is discrete math (that seems kind of wierd, i should be using something like Fortran 90). anyway i was wondering if anyone had any knowledge about low cost IDE Java compilers, something like a student version of an IDE compiler without all the features that i cannot even begin to understand because i was a math major in college and not a compsci major. some one told me (actually my psychiatrist of all people) that SAMS publishing company might publish a Java tutorial in book format with an attatched CD that is a Java IDE compiler. basicaly i don't want to have to learn how to compile and link and change classpath variables from a comand line. i'm lazy, so sue me.
    anyway any advice would be appreciated.

    >
    No it doesn't! People who hightlight their knowledge
    of IDE 'X' on their resume inevitably don't know the
    language, they only know the tool. You take away their
    tool and they have no idea how to write code. This is
    true regardless of platform or language.
    I agree with most of what rtg54 says here, but sometimes when people list an IDE they really DO know the language and the IDE. "Invariably" might not be the right word here. The probability might be high that listing an IDE means little understanding, but it's not 100% certain.
    Standard (Java) IDE Advice:
    As someone new to Java this person should not be using
    an IDE until they can install the JDK, setup
    classpaths, run 'java' and 'javac' from the
    commandline, navigate the JavaDocs and manage packages
    manually, i.e. through a command line. Yes, this will
    result in a higher initial learning curve, but will
    pay off greatly in the future. If they want to use a
    simple text editor like JEdit or TextPad for syntax
    highlighting that's fine, but by using anything more
    like JBuilder, Eclipse, IntelliJ, NetBeans, etc.
    they'll be doing themselves a huge disservice.I agree with all this. - MOD

  • NO clue about JAVA but need help please

    I am cleaning up someone's else work who used to be employed here. I know ZIP about Java but am becoming more and more familiar with WAR files and deplying them with Jrun on an NT2K Server.So here is what I have. I have a deployed app from months ago. I have a new app to deploy. I did this successfully. I can access it, etc. But I am getting some SQL error.
    Can anyone give me any idea what it could be? I have looked at my sqlcustomauthentication.java file and i have not anything to it. Why would something change on this when all I really did was re-deploy it.
    Here is the error.
    Thanks a TON!!
    java.lang.NullPointerException:
         at allaire.jrun.security.SQLCustomAuthentication.getName(SQLCustomAuthentication.java:76)
         at jrun__members2ejspc._jspService(jrun__members2ejspc.java:62)
         at allaire.jrun.jsp.HttpJSPServlet.service(HttpJSPServlet.java:39)
         at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:228)
         at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:196)
         at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled Code)
         at allaire.jrun.session.JRunSessionService.service(JRunSessionService.java, Compiled Code)
         at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code)
         at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java, Compiled Code)
         at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled Code)
         at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled Code)
         at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java, Compiled Code)
         at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java, Compiled Code)
         at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)
         at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)

    It looks like maybe you are having a problem in the way you are accessing the authentication on your db. From the error message, I would say the name field needed to log in is never being set

  • Dr Java IDE help

    Ok, so i want to move into java 3D but i guess the Dr Java IDE doesn't want me to. I built the first program supplied in a tutorial and it compiled with no errors. However, when i run this compiled code in the eclipse IDE, it works... wtf?!?. When i went to run the program in the Dr Java IDE, nothing happens and i get this error in the console listed below. Anyways, i want to do this in Dr Java because eclipse confuses me as I've had no experience with it. Thanks.
    Unhandled exception: java.lang.NoClassDefFoundError: com/sun/jdi/VMOutOfMemoryException
    Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/sun/jdi/VMOutOfMemoryException
         at edu.rice.cs.drjava.ui.DrJavaErrorHandler$1.run(DrJavaErrorHandler.java:109)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    This is the code btw:
    import com.sun.j3d.utils.universe.*;
    import com.sun.j3d.utils.geometry.*;
    import javax.media.j3d.*;
    class HelloWorld3D {
    public static void main(String args[]) {
    SimpleUniverse su = new SimpleUniverse();
    BranchGroup groups = new BranchGroup();
    groups.addChild(new ColorCube(0.5));
    su.getViewingPlatform().setNominalViewingTransform();
    su.addBranchGraph(groups);
    }

    1. Enterprise, about the same dl as personal, so why not.
    2. Win2k Pro will do nicely(dont bother with Server, unless u need server for other purposes as well)
    3. JDeveloper is good, however as a newbie i think u should start out in notepad or alike.

  • Java ide productivity gain

    Hello -
    I'm building a business case for a client regarding Return on Investment (ROI) of Java IDE (not necessarily JDevelopler). The client has 2 different non-IDE environments (one with microsoft products, the other with CORBA). The million dollar question is what productivity gain will they see by moving to a common Java IDE? Thank you.

    Depends upon your staff, their training and understanding; your specific deployment method, your established infrastructure that you must stay within. sigh Productivity gain is relative to starting point, so your question can not be simply responded to without some way of knowing and measuring your current "productivity" and determining a method of projecting, via a metric, the target "productivity" produced by the use of the IDE.
    What is your deployment target? Do you need to debug server side java?
    Another example, if you use BC4J, and currently have no framework for dealing with databases in your Java... you may achieve great "productivity" by not writing your own custom layer. And then there is the "immediate" gain vs the gain over the long haul. ( maintaining/enhancing your proprietary custom layer, dealing with new situations that you didn't know about when you started, etc ).
    Do you have well designed/built templates as a starting place... or will JDEV's wizards help generate code for you and remove a lot of muck work?
    FWIW, I've seen folk use notepad and W95 to create complex Java apps/websites ( or for that matter C++ apps ) faster than fancy development IDEs for spot, narrowly focused and discrete tasks and projects. Those folk also knew how to use the web to find re-usable components quickly. Not that the resulting apps were all necessarily MAINTAINABLE.
    I'm glad to discern that you are not looking at JDev as a "RAD" tool, or mistake it for a 4GL.
    But when looking at JDEV as an Enterprise level database applications toolset for building Java/Web applications for the long haul... well... I picked it. grin
    You might look at the JDEV 9i white paper. See closer integration for Repository, PL/SQL, UML modeling/Designer... etc.
    Lastly, I think any IDE you get will NOT be a productivity gain until your staff has training in how to use it, has some time to learn the quirks and workarounds, determines how to set up infrastructure/standards... the first project will probably be a bear.. but AFTER the first project, if you persevered, kept the staff, and use the same approach and look/feel ( application/applet/jsp/servelet/ad nauseam ) then you should see fairly good productivity gain. What's fairly good? ( What's quality? I know it when I see it. )
    Heheh. Good Luck.

  • I keep getting an error window about java since I updated to firefox 8, my tabs will flash, tabs will close and open in a new window, everything stops working, firefox is non responsive, please help

    Since I upgraded to firefox 8, I get this error window that pops up says something about java. My tabs flicker or flash, the tabs will close and open in a new window then everything stops. Then firefox does not respond. When I get this error message, I have to close all tabs wait a few seconds then open it back up it will work for a little while and then do the same thing. I have disabled plug-ins that I do not use, I have cleared my cache and cookies, I am not happy at all with this new version. I waited a while before updating. The first time I was going to update, firefox would not let me keep my anti-virus plug-in. PLEASE HELP

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Why can't i install java on os 10.7, under install it says error  something about java script

    why can't i install java on os 10.7, under install it says error  something about java script

    If you can't get any software updates, there is something wrong and I would suggest reinstalling Lion.
    What errors do you get when you try to install the updates?
    What is the build number of Lion. Look in About this Mac and click on the version number.

  • Give me description about JAVA Proxy Runtime and JAVA Proxy Server

    Give me description about JAVA Proxy Runtime and JAVA Proxy Server with some examples.

    Hi,
    Java proxy runtime :
    Using the Java proxy runtime you can receive messages or send messages to the Integration Server.
    This will help you
    http://help.sap.com/saphelp_nw04/helpdata/en/64/7e5e3c754e476ee10000000a11405a/frameset.htm
    Java proxy server :
    The connection to the Integration Server by using the Java proxy runtime.
    This will help you
    http://help.sap.com/saphelp_nw04/helpdata/en/87/5305adc23540b8ac7bce08dbe96bd5/frameset.htm
    Regards
    Agasthuri Doss

  • Java IDE Security Issues

    I'm evaluating Java IDE's. My boss wants me to evaluate IDE security issues. I can't think of any issues, or how an IDE can have anything to do with security, but didn't want to sweep it under the rug without asking all of you security experts.
    Are there any security concerns when selecting a Java IDE?

    Yeah, you confirmed what I already knew I suppose.
    Unfortunately, I know nothing if this organization, as
    I'm only consulting. The management here INSISTS that
    security be addressed, but I think it's out of scope
    for Java IDE selection. Thanks!In that context, things like "supports HTTPS and ssh access for remote development" may be exactly what they're looking for. It lets managers say "Yes we considered security in making this purchase, and yes the developers of this tool take security seriously." Doesn't mean that security is ever going to impact the actual use of the product.
    Remember that a portion of any management decision goes to insuring you can show a good-faith effort to avoid problems, when/if they happen down the road and someone's looking for a fall guy...
    Good luck!
    Grant

  • Java IDE Internationization Tools

    Is there any Java IDE(s) out there that have built in tools to support internationalization?

    I'm using 2.0.1. It's not a plugin - look at \Source\Externalize Strings... menu.
    Regarding Websphere - I can only imagine that it works as well or better than base Eclipse - but I'm not using WS right now, so you'll want to check for yourself.
    Grant

Maybe you are looking for

  • How to compare all columns in a SELECT with all columns in a Cursor ?

    Hi All, I would like to know if something like this is possible in PL/SQL I have a cursor CUR1 which is a SELECT * FROM T1. And in my loop for every record found in CUR1 I am trying to retrieve its consecutive record in the table T2. Unfortunately T1

  • Urgent help with itunes

    Can anyone help. I was happily using itunes and then went to upgrade and now I have had all manner of issues with itunes. First I could use itunes but could not get web access wirelessly, so have reintalled itunes about 20 times, trying to follow adv

  • Differences between Ant launched and JDev launched JUnit causing an error

    I've got a JUnit test which tests a web service. The test runs fine when launched in from JDeveloper but when launched from an Ant script I get: [junit] oracle.fabric.common.PolicyEnforcementException: Action header is required when addressing is enf

  • How to see rolling time marker in imovie 10?

    In iMovie 9, when i was in a clip, there was a rolling timestamp for whereever the play bar thingie is. Now I dont see that anywhere in imovie 10. This was a REALLY useful feature to me!!! How can I get it back?

  • Exporting to XML

    I'm considering building a small app to build my photo web site and is currently trying to figure out how to manage my photos. I've looked at iView MediaPro and it can do what I want but feel a little doubtful of using it because of what seem to be i