Code Search for Developers
 
 
  

java_project.html from CSDerby at Krugle


Show java_project.html syntax highlighted

<html>
<head>
<title>Creating an Eclipse Java project</title>
</head>
<body>
<h2>Creating an Eclipse Java project</h2>
<p>
The steps below outline how to create a Java project using many of the default
settings to make it easy to get started.
</p>
<p>
<ul>
<li>
From the main workbench window, click File > New > Project. The New Project 
wizard opens. <br/><br/>
</li>
<li>
Select Java Project and click Next.<br/><br/>
</li>
<li>
In the Project name field, type a name for your new Java project, like 
myJavaProject. <br/><br/>
</li>
<li>
For Location, choose <b>Create project in workspace</b> and for the Project
Layout, select <b>Use project folder as root for sources and class files</b>.
<br/>
<br/>
</li>
<li>
Click the Next button, then Finish.
<br/>
<br/>
</li>

<li>
You may be prompted about switching to the Java Perspective.  Answer Yes to 
this question.
<br/>
<br/>
</li>

<li>
The Package Explorer view now shows your new Java project.
<br/>
<br/>
</li>
</ul>

</p>

</body>
</html>




See more files for this project here

CSDerby

CSDerby is not CloudScape-Derby(for Java) but rather Derby forked/ported to CSharp. Specifically it is intended to be a native c# Embedded DB for the mono/net platform with the ADO.NET API instead of the JDBC API.

Project homepage: http://sourceforge.net/projects/csharpderbyport
Programming language(s): Java,SQL
License: apache20

  images/
    add_nature.GIF
    completed_javaapp.GIF
    create_class.GIF
    create_file.GIF
    create_restaurant.GIF
    ij_commands.GIF
    new_class.GIF
    properties.gif
    property_sheet.GIF
    remove_nature.GIF
    restaurant_editor.GIF
    restaurant_script.GIF
    run_javaapp.GIF
    server_popup.gif
    shutdown_success.gif
    start_ij.GIF
    start_server.GIF
    start_server_console.gif
    stop_popup.gif
    stop_server.GIF
    sysinfo_output.GIF
    sysinfo_start.GIF
  derby_app.html
  ij.html
  ij2.html
  ij_toc.html
  java_project.html
  nature.html
  nature_toc.html
  properties.html
  remove_nature.html
  resources.html
  server_toc.html
  start_server.html
  start_toc.html
  stop_server.html
  sysinfo.html