XCode or eclipse for C development

I am just curious to know which one is better in reference to development of classical C, xCode or eclipse.

xNik wrote:
I am new to programming so can you fill me in for your comments b
If you want to program on a Mac, use Xcode. No Mac users use Eclipse so if you get stuck, there will be no one to help. Plus, with Eclipse you couldn't build true Mac programs. Eclipse is designed for Java. It can do C and C++ too, but it can't build true Mac programs. Mac programmers speak Xcode.
If you are new to programming, start with vi and the terminal. Write some simple command-line programs that way to learn how to use a text-based editor and to learn how the compiler works. Once you are ready to do something more interesting, you can write the same kind of program in Xcode. Start with one of the Project templates. There are a few versions of command-line tools.

Similar Messages

  • Best Eclipse for Web development

    I am going to download Eclipse and was wondering which one is the best for Web development on Tomcat?
    Eclipse IDE for Java Developers
    Eclipse IDE for Java EE Developers // I assume this is best for web development?
    Eclipse Classic 3.3.1.1

    hi,
    Not only Eclipse,
    Netbeans,
    IntellijIdea is also there, but it comes under licence,
    so what you feel is better, use that IDE..

  • NetBeans or Eclipse: Which is better for GUI development ?

    I am relatively new with JAVA, came from embedded software domain mostly in C.
    My interest is to learn and develop the GUI applications using Swing.
    I am currently in a process of evaluating the IDEs, Eclipse and NetBeans on Linux desktop environment (SuSE 10.3).
    My primary findings found that, NetBeans is better equipped with GUI development while Eclipse needs to have a plugin installed.
    For GUI development, I found that few of my fellow Java developer friends have mixed feelings about these two wonderful IDEs, in summary here are the comments:
    1) Developing GUI is better without any assistance from built in designers of IDEs (e.g. NetBeans or Visual Swing of Eclipse). Because, they put extra 'garbage" codes which are very much IDE specific.
    2) GUI development in NetBeans is faster and more productive than Eclipse
    3) Visual Swing for Eclipse is not a matured product and it is far inferior than NetBeans' capabaility
    Now I ask a question, what is the best practice to adopt for starting the GUI development ? NetBeans or Eclispse or IDE-less development ?
    Thanks.

    atomodachi wrote:
    Now I ask a question, what is the best practice to adopt for starting the GUI development ?
    NetBeansThis is my preference for IDE's. Please note that as I stated that is my preference. There isn't any best, some are clearly better than others for one reason or another, but once again, that boils down to personal preference.
    EclispseNot my preference.
    IDE-less development ?IMO: that is just silly. Unless you just enjoy tons of typing; why would you ever embark on doing something without a tool to speed up the process. Now that is not to say that in using your IDE you should start out by just dragging and dropping up a storm and merrily running down the road in ignorance until you hit a rough spot and have things dramatically pointed out that you've really not a clue about what is happening. Use the IDE, but learn how to do the manual processes along with it. That means that sometimes you'll not drag and drop to build your GUI, you'll actually code the entire thing. And you really should learn to do things command-line like compile. Do yourself a really big favor too, learn the debugger. The integrated debuggers is, perhaps, one of the best inventions in productivity tools that has as of yet been invented for developers.
    In any case, have fun... choose what you like, it really does come down to personal preference. I've worked in several shops over the years and most have come to the conclusion that if you can get the work done, and have projects that others can use, then to each their own preferences. The discussion rages on for and against each of the systems that you have mention--each have valid arguments--it boils down to what do you want and like.

  • How to configure eclipse for Oracle SOA 11gR1 development

    Hi,
    I have installed oracle 11gR1 ( 11.1.1.3.0) and have found that Eclipse (Galileo) as development tool. When I opened Eclipse to create new SOA Project for BPEL development, I could not able to find a SOA Project category. I assume that we need to install plug-in for developing the SOA Project.
    I browse through the site and could not able to locate anything quite useful. Could you please guide me on how to proceed..
    Is Eclipse the strategic development environment for Oracle SOA 11gR1, R2 development.. ?

    http://download.oracle.com/docs/cd/E10291_01/doc.1013/e10538/toc.htm

  • Using XCode for Cross Developing (Target would be Linux x86)

    I'm developing RealTime Software - running as RT-Kernel modules - written in C for Linux x86 (RTlinux on Kernel Version >2.4.32 or RTAI on Kernel Version 2.6.x).
    At the moment I develop using ssh and vi on the target machine. This is NOT very comfortable.
    After searching your forum I found:
    http://discussions.apple.com/thread.jspa?messageID=2322911&#2322911
    Fine Links to the XCode Documentation. But reading it I just found how to cross develop to MacOS X targets (x86 and PPC).
    Can you please tell me, if it is possible to use XCode for cross development with target machines using Linux on x86?
    Thank you
    Johann

    In theory, yes. In practice, no. You would need a version of GCC that supports targeting that architecture and all the header and library files for that architecture. It is highly unlikely to be worth the time and effort to try it and it may not even work even if you do everything right. Plus, you would still have to run and test on the target platform.
    You'll just have to make life the best that you can on Linux. I suggest downloading the NEdit editor for X Windows. It is as good as any Mac editor and very easy to script for automation.

  • Best Eclipse Book for J2EE Development ?

    Dear all,
    Give me the names of some good books dealing with J2EE development by Eclipse. Step by Step details should be there and developing a full fledged J2EE applications like a Library management for example. I am using Eclipse 3.1.2 , ObjectWeb Lomboz for JavaEE Development.
    Version: 3.1.2.
    Please help me.
    Best Regards
    Taton

    The best book is The Internet. And Google is where
    I'd start for a good TOC.I will take Eclipse Cookbook. O Reilly

  • WYSIWYG for Eclipse (HTML5/Java development) ?

    Hi Experts,
    I would like to know if there are some useful WYSIWYG for UI development that could be integrated to Eclipse ?
    Thank you in advance.
    Best regards.

    I'm sorry. I should start thinking before posting.
    Just after writing this, I thought about what if Project Lombok is the reason.
    To test I removed lombok from eclipse.ini and the errors are gone.
    Sorry for blaming the wrong tool.

  • Setting up Eclipse for C++ OpenGL development on Arch (Help, please!)

    I've recently switched over to Arch (and love it) from Windows 7, and am trying to start developing in OpenGL using C++. I've used Eclipse a lot on the Windows side for Java development, but I'm having trouble referencing the OpenGL libraries in the C++ stuff.
    My code is as follows:
    #include <GL/gl.h>
    #include <GL/freeglut.h>
    int main(int argc, char **argv) {
    glutInit(&argc, argv);
    return 0;
    I don't believe the problem's there because the code won't even begin to compile.
    I tried to find and select the libraries I need in the project properties, but I really have no idea what I'm doing in there. In the current state of things, this is my console output:
    **** Build of configuration Debug for project CGame ****
    make all
    Building target: CGame
    Invoking: Cross G++ Linker
    g++ -L/usr/include/GL -o "CGame" ./main.o -l/usr/include/GL
    /usr/bin/ld: cannot find -l/usr/include/GL
    collect2: error: ld returned 1 exit status
    make: *** [CGame] Error 1
    **** Build Finished ****
    This is what some parts of Eclipse's configuration look like:
    Can anybody lend me a hand? I've been searching around on the Internet for a little while now, but I'm getting tired of all the shitty information there is. Many thanks if you can point out how to include the OpenGL/freeglut libraries in my project. If you want to see how my Eclipse stuff is configured, I can show you over Skype or TeamViewer.
    Last edited by BLACKwave (2012-04-04 21:37:47)

    Got it working? Great!
    Personally, I use the GLFW window library for OpenGL coding. You can get it by:
    pacman -S glfw
    triangle.cpp
    //========================================================================
    // This is a small test application for GLFW.
    // The program opens a window (640x480), and renders a spinning colored
    // triangle (it is controlled with both the GLFW timer and the mouse).
    //========================================================================
    #include <stdio.h>
    #include <stdlib.h>
    #include <GL/glfw.h>
    int main( void )
    int width, height, x;
    double t;
    // Initialise GLFW
    if( !glfwInit() )
    fprintf( stderr, "Failed to initialize GLFW\n" );
    exit( EXIT_FAILURE );
    // Open a window and create its OpenGL context
    if( !glfwOpenWindow( 640, 480, 0,0,0,0, 0,0, GLFW_WINDOW ) )
    fprintf( stderr, "Failed to open GLFW window\n" );
    glfwTerminate();
    exit( EXIT_FAILURE );
    glfwSetWindowTitle( "Spinning Triangle" );
    // Ensure we can capture the escape key being pressed below
    glfwEnable( GLFW_STICKY_KEYS );
    // Enable vertical sync (on cards that support it)
    glfwSwapInterval( 1 );
    do
    t = glfwGetTime();
    glfwGetMousePos( &x, NULL );
    // Get window size (may be different than the requested size)
    glfwGetWindowSize( &width, &height );
    // Special case: avoid division by zero below
    height = height > 0 ? height : 1;
    glViewport( 0, 0, width, height );
    // Clear color buffer to black
    glClearColor( 0.0f, 0.0f, 0.0f, 0.0f );
    glClear( GL_COLOR_BUFFER_BIT );
    // Select and setup the projection matrix
    glMatrixMode( GL_PROJECTION );
    glLoadIdentity();
    gluPerspective( 65.0f, (GLfloat)width/(GLfloat)height, 1.0f, 100.0f );
    // Select and setup the modelview matrix
    glMatrixMode( GL_MODELVIEW );
    glLoadIdentity();
    gluLookAt( 0.0f, 1.0f, 0.0f, // Eye-position
    0.0f, 20.0f, 0.0f, // View-point
    0.0f, 0.0f, 1.0f ); // Up-vector
    // Draw a rotating colorful triangle
    glTranslatef( 0.0f, 14.0f, 0.0f );
    glRotatef( 0.3f*(GLfloat)x + (GLfloat)t*100.0f, 0.0f, 0.0f, 1.0f );
    glBegin( GL_TRIANGLES );
    glColor3f( 1.0f, 0.0f, 0.0f );
    glVertex3f( -5.0f, 0.0f, -4.0f );
    glColor3f( 0.0f, 1.0f, 0.0f );
    glVertex3f( 5.0f, 0.0f, -4.0f );
    glColor3f( 0.0f, 0.0f, 1.0f );
    glVertex3f( 0.0f, 0.0f, 6.0f );
    glEnd();
    // Swap buffers
    glfwSwapBuffers();
    } // Check if the ESC key was pressed or the window was closed
    while( glfwGetKey( GLFW_KEY_ESC ) != GLFW_PRESS &&
    glfwGetWindowParam( GLFW_OPENED ) );
    // Close OpenGL window and terminate GLFW
    glfwTerminate();
    exit( EXIT_SUCCESS );
    Then you can compile the code above by:
    g++ triangle.cpp -o triangle -l GLFW -l GL
    It just draws a rotating triangle, but should get you started on something more exiting.
    Last edited by krigun (2012-04-04 23:39:45)

  • Tutorial for Eclipse/Flex Compiler Development?

    Hello,
    I cannot find any reliable information on setting up Eclipse with all the right plugins to modify the Flex Compiler.  http://www.darronschall.com/weblog/2005/08/setting-up-eclipse-for-flex.cfm  is too old, and the others are just unclear.
    If anyone could give me a hand that would be great.
    - Eclipse version Flex SDK Developers are using.
    - Required plugins (I'm on a Mac 10.5)
    - How to run a sample Flex SDK Compiler project, or debug it or something, or at least just load it.
    I have everything set up (eclipse installed, the flex source installed and ready according to the developer documentation).  But this last step is missing.  Thanks!
    Lance

    I wouldn't switch if you want to do .NET / SQL Server
    development. Most people on Macs who do SQL Server development
    either use a remote server or run it in a Windows Virtual Machine.
    Important programs are available for both OSes, but without
    knowing which ones you use it's hard to say whether you just need
    to install the "mac version" or whether you'd need to install a
    brand new one.

  • Eclipse plug-in for BPEL development

    Hi
    I have downloaded an Eclipse plug-in for Oracle BPEL process manager around 2 years ago. I don't see the plug-in on the downloads page anymore so I was wondering whether this plug-in is still supported/enhanced. We are solely using Eclipse in our organization and JDeveloper is not an option- so does anyone know of any other plug-ins for BPEL development for Eclipse?
    Thanks.

    There hasn't been a new Eclipse plug-in for BPEL in long time. The old ones available are out of sync of the new functionality and are supported on only the older versions of Eclipse. You can google for exact details.
    But my advise is that if you are using the Oracle BPEL PM, then use Jdeveloper.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Eclipse 4.5: Making it ready for plugin development

    Hi,
    I just installed Mars, Eclipse 4.5 for Java Developers.
    I started a plugin development tutorial, where the the read is told to go this path to start a new plugin project:
    File → New → Project... → Plug-in Development → Plug-in Project.
    I don't have that path.
    How can I find and install of the components I need for plugin development?
    Thanks
    Steve

    From the menu select Help > Install New Software...
    In the Available Software dialog, select the Mars update site (it's URL is http: //download.eclipse.org/releases/mars), then in the list below find "Eclipse Plug-in Development Environment" under the "General Purpose Tools" section. Select that and then you can proceed to Finish the Install dialog.

  • WebObjects: XCode or Eclipse ?

    I am new to developing using WebObjects. I get the sense that Apple is not actively working on WebObjects since the WebObjects manuals are quite old (2002-2004). Even books on Amazon are dated. Is that true?
    Should I not be using WebObjects at all and code to straight J2EE (via Eclipse)?
    Which IDE should I be using to develop a web server application, XCode or Eclipse? I hope the answer is XCode and not both.
    Some guidance would be greatly appreciated.

    Yes, Apple are actively working on WebObjects, but they no longer officially support the legacy development tools, which includes XCode, for new development. The recommended tools are Eclipse + WOLips, however much of the existing documentation still makes reference to the legacy tools.
    In some cases, such as EOModeler, the eclipse based tools attempt to emulate the legacy UI and concepts fairly closely, so the legacy documentation is still relevant.
    The documentation is slowly being addressed by apple, but isn't a serious issue because the vast majority of it is still accurate, and there is good community written documentation and support available on the wocommunity wiki:
    http://wiki.objectstyle.org/confluence/display/WO/Home
    A good place to start learning about WebObjects is the WOCommunity website:
    http://www.wocommunity.org
    WebObjects has a small yet thriving community, I encourage you to give it a try.

  • C++: Xcode vs Eclipse

    Hello.
    I am just a new Mac OS X (Intel-based) user. I've been a C++ software developer for years under the Windows and using Visual Studio. I want to know which among the two IDEs are the best for C++ development. I plan to develop applications (mostly games) on Mac and iOS. Though my real plan right now is to make C++ game engine work in Mac OS X as well. I know the choice of IDE is a matter of preference but I want to hear the pro and cons. (But please don't fight over this).
    So far here's what I know about the two.
    Xcode
    + Already by Apple (better compatibility, hence not a bloatware)
    Eclipse
    + Some Intellisense
    + Refactoring
    To be honest, my current choice is to stick with Xcode since I don't have to install another app (Eclipse) as I can sacrifice Intellisense and refactoring features. I am not affected by source control decisions as well because I am using Perforce (I think that itself doesn't integrate well on any of the two).
    Please share me your experiences and thoughts on this.

    adam.roth wrote:
    I see. No specifics as to why you feel that way?
    The original poster asked for "experiences and thoughts", not specifics.
    I used Eclipse back in 2006, I think. I was working in Java. As an IDE it was adequate, but no more than that. It was like the first layer of options all worked well, but if you went one layer deeper, nothing worked. The best part about it was the custom UI library for Java. That is the only decent Java UI I have ever seen. I found Eclipse a bit ugly, awkward to use, and not entirely pleasant. Xcode is much better in all those respects. Plus, trying to build Mac applications in Eclipse is just a waste of time.
    For instance, I can say that XCode4 is junk because it crashes several times a day (for me and for everyone else in the office), and brings up messages asking if it should crash or "continue in an inconsistent state" several times more.
    You mean the beta version? Have you been submitting bug reports on these?
    It's junk because its SCM diff tool does not work correctly when comparing incoming updates against the workspace copy (when it works at all...half the time I have to fall back to command-line SVN because the integrated version gets wedged). It's junk because although I can now manage multiple projects in a single window (and XCode3 is junk because it can't manage multiple projects in a single window at all), I cannot set the file search to filter to a single project or group of resources when I search. It's junk because I can't move the search navigator (or any of the other navigators) somewhere else so that I can see both my search results and my project files at the same time.
    You are just hung up on my use of the word "junk". I'm no fan of Xcode's SCM. That part of Xcode truly is junk. Amazingly, SCM support in Xcode gets worse with each new version. I use CVS and will continue to do so, so I guess I won't be complaining about it anymore in Xcode4. Apple's Package Maker is also junk. Overall, however, the Xcode experience is fairly pleasant. I also use it for building websites and eBooks too. I would never try that in Eclipse.
    However, I do agree that Eclipse is not great for C and C++ development. It was designed as an IDE for coding in Java, and while there are plugins to add support for other languages they are typically not that great. Generally speaking, you'd be better off with an IDE that was designed expressly for C/C++ development. However as for the question of Eclipse vs. XCode for C++ I think there is no clear winner. Eclipse is not very good at C++, and XCode is just not very good.
    It is a moot point. The original poster was wrong on one key point - "I know the choice of IDE is a matter of preference". It isn't a matter of preference. There is Xcode and nothing else. There used to be CodeWarrior, but they are gone through their own misdeeds.
    Anyone is welcome to build their own IDE for MacOS X if they want. You could even enhance Eclipse. I suspect it would be much easier to just start from scratch with Cocoa and Xcode.

  • Eclipse as a development environment with Jakarta Tomcat - Need help!!

    Hello:
    Subject: Eclipse as a development environment with Jakarta Tomcat
    I am setting up the new development environment for my application (project). Below are the components involved::
    �     Eclipse 3.1
    �     myEclipse - EnterpriseWorkbenchInstaller_4.0GA_E3.1
    �     jakarta-tomcat-5.0.28 (Application Server)
    �     Sysdeo Eclipse Tomcat Launcher plugin - tomcatPluginV31beta
    �     SDK 1.4.2_08
    �     Microsoft XP sp2 operating system
    I have no issue with creation of project structure in eclipse IDE, compilation, and deployment, but there are some exception upon running the application.
    My project folder structure as follows:
    MyApplication/
    src/
    Conf/
    Web/
    classes
    taglib
    lib
    web.xml
    �     my application has few dependent projects, therefore I copied all the dependent projects final compiled classes (jars) to �lib� folder.
    �     I set all necessary classpath according to tomcat documentation.
    �     I created MyApplication.xml file under D:\jakarta-tomcat-5.0.28\conf\Catalina\localhost\ folder with the below context
    <Context path="/MyApplication " docBase="D:/xx/xxx/dev/src/ MyApplication/web" debug="0" reloadable="true" />
    �     I don�t get any exception during compilation and deployment process.
    �     I would greatly appreciate if you could give me a tips!!!!!!!!!!!!!!!!!!!!!!
    Error as follows:
    2005-10-10 17:31:45 StandardContext[balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
    2005-10-10 17:31:47 StandardContext[jsp-examples]ContextListener: contextInitialized()
    2005-10-10 17:31:47 StandardContext[jsp-examples]SessionListener: contextInitialized()
    2005-10-10 17:31:47 StandardContext[servlets-examples]ContextListener: contextInitialized()
    2005-10-10 17:31:47 StandardContext[servlets-examples]SessionListener: contextInitialized()
    2005-10-10 17:32:27 StandardContext[manager]HTMLManager: init: Associated with Deployer 'localhost'
    2005-10-10 17:32:27 StandardContext[manager]HTMLManager: init: Global resources are available
    2005-10-10 17:32:27 StandardContext[manager]HTMLManager: list: Listing contexts for virtual host 'localhost'
    2005-10-10 17:32:35 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
    java.lang.IllegalStateException: getOutputStream() has already been called for this response
         at org.apache.coyote.tomcat5.CoyoteResponse.getWriter(CoyoteResponse.java:599)
         at org.apache.coyote.tomcat5.CoyoteResponseFacade.getWriter(CoyoteResponseFacade.java:163)
         at org.apache.jasper.runtime.JspWriterImpl.initOut(JspWriterImpl.java:122)
         at org.apache.jasper.runtime.JspWriterImpl.flushBuffer(JspWriterImpl.java:115)
         at org.apache.jasper.runtime.PageContextImpl.release(PageContextImpl.java:190)
         at org.apache.jasper.runtime.JspFactoryImpl.internalReleasePageContext(JspFactoryImpl.java:115)
         at org.apache.jasper.runtime.JspFactoryImpl.releasePageContext(JspFactoryImpl.java:75)
         at org.apache.jsp.default_jsp._jspService(default_jsp.java:101)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    path setting as follows:
    %JAVA_HOME%\bin;D:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Borland\AppServer\bin;C:\Program Files\CA\PEC\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SystemRoot%\system32\nls;%SystemRoot%\system32\nls\ENGLISH;C:\Program Files\Attachmate\E!E2K\;C:\Program Files\CA\AllFusion Harvest Change Manager;D:\jwsdp-1.1\jaxb-1.0\bin;D:\jwsdp-1.1\jwsdp-shared\bin;C:\Borland\classes12.zip;C:\Program Files\UltraEdit;D:\jakarta-tomcat-5.0.28\webapps\cst\WEB-INF\classes;D:\EPS\EB_CST_v3.7.2\dev\src\cst;%PATH%
    Classpath setting as follows:
    .;%third_pty%\xerces.jar;D:\EPS\EB_CST_v3.7.2\dev\src\cst;D:\jakarta-tomcat-5.0.28\webapps\cst;D:\jakarta-tomcat-5.0.28\common\lib\servlet-api.jar;D:\jakarta-tomcat-5.0.28\common\lib\jsp-api.jar;D:\jwsdp-1.1\jaxb-1.0\lib\jaxb-api.jar;D:\jwsdp-1.1\jaxb-1.0\lib\jaxb-ri.jar;%third_pty%\ant.jar;D:\jwsdp-1.1\jaxp-1.2.2\lib\endorsed\dom.jar;D:\jwsdp-1.1\jwsdp-shared\lib\jax-qname.jar;D:\jwsdp-1.1\jaxb-1.0\lib\jaxb-libs.jar;D:\jwsdp-1.1\jaxb-1.0\lib\jaxb-xjc.jar;D:\jwsdp-1.1\jaxp-1.2.2\lib\jaxp-api.jar;D:\jwsdp-1.1\jaxp-1.2.2\lib\endorsed\sax.jar;D:\jwsdp-1.1\jaxp-1.2.2\lib\endorsed\xercesImpl.jar;%third_pty%\activation.jar;%third_pty%\ant-optional.jar;%third_pty%\j2ee.jar;%third_pty%\jakarta-regexp.jar;%third_pty%\jaxp.jar;%third_pty%\jcert.jar;%third_pty%\jnet.jar;%third_pty%\jsse.jar;%third_pty%\xalan.jar;C:\MSJDBSLib\msbase.jar;C:\MSJDBSLib\mssqlserver.jar;C:\MSJDBSLib\msutil.jar;
    Other IDE setting:
    As per tomcat documentation.

    Need tips to solve this issue!!!

  • Announcement: OrindaBuild 5.0 Extension for SQL Developer 1.5.1

    Folks,
    OrindaBuild is now available as an extension for SQL Developer 1.5.1.
    OrindaBuild creates Java source code to run your existing PL/SQL. This is a non-trivial task and for large projects can consume hundreds on man hours as well as delay development.
    OrindaBuild does roughly the same thing that JPublisher does, but writes human readable code, doesn't need SQLJ and doesn't require that you use oracle TYPE objects as parameters for records and arrays.
    Another way of thinking of OrindaBuild is "We reach that parts of your application that Hibernate can't".
    OrindaBuild is available as extensions for JDeveloper and SQL Developer 1.1. After an unreasonably long gestation OrindaBuild is now available as an extension for SQL Developer 1.5.1 The delay has been caused by us rewriting both the JDeveloper and SQL Developer extensions so that code base has now been unforked. We've also standardized the functionality with that of our recently upgraded Eclipse extension.
    To install the demo select 'Help/Check for updates' and then use the 'Add' button to create an update center for Orinda Software using this URL:
    http://www.orindasoft.com/public/sqldev15Center.xml
    Functionality:
    The demo version is fully playable, with the only limitation being that it expires after 1 month. You can install the demo multiple times.
    In addition to generating Java to call PL/SQL it also allows you to create code to run any SQL statement and access database tables.
    OrindaBuild generates code for PL/SQL procedures that take %ROWTYPE and Package Records as parameters. Generated code uses a library. If you buy OrindaBuild you get the source code for the library and end up with a 100% source code solution - i.e. there are no mysterious runtime binary dependencies.
    Limitations:
    The extension does not work with versions of SQLDeveloper prior to 1.5.1 (build 5440). We expect you to buy a licence if you deploy generated code in a production environment.
    For more information see
    http://www.orindasoft.com/public/sdefeatures.php4
    David Rolfe

    It is possible that the patch has replaced you shortcut with one pointing to the version within the 11g home. Try running sqldeveloper directly from the executable in the 151 directory.

Maybe you are looking for