~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to ide/projectimport/bluej/javahelp/org/netbeans/bluej/docs/bluej-proj-convert.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
Import upstream version 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<!--
 
3
*     Copyright � 2006 Sun Microsystems, Inc. All rights reserved.
 
4
*     Use is subject to license terms.
 
5
*
 
6
-->
 
7
<HTML>
 
8
<HEAD>
 
9
    <TITLE>Converting a BlueJ Project to a Standard IDE Project</TITLE>
 
10
    <link rel="stylesheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
11
    </TITLE>
 
12
</HEAD>
 
13
<BODY>
 
14
 
 
15
<h2>Converting a BlueJ Project to a Standard IDE Project</h2>
 
16
<p> <small><a href="#seealso">See Also</a></small></p>
 
17
 
 
18
<p>If you no longer need the BlueJ visual representation of classes and need to use 
 
19
the capabilities of standard IDE projects, you can convert your BlueJ 
 
20
projects to NetBeans IDE projects.</p>
 
21
 
 
22
<p><b>To convert a BlueJ project into a NetBeans IDE project:</b></p>
 
23
<ol>
 
24
    <li>Open the BlueJ project in NetBeans IDE.</li>
 
25
    <li>In the Projects window, right-click the project's node and choose 
 
26
    Convert to Java SE Project.</li>
 
27
</ol>
 
28
    <p>When you convert a BlueJ project into a standard Java SE project, 
 
29
    the IDE copies the sources from your existing project and places them 
 
30
    into a new project, where sources and compiled classes are separated into 
 
31
    different folders. Your BlueJ project remains, but is separate from the 
 
32
    newly created project. The converted project is not visible in the BlueJ view 
 
33
and can not be opened in BlueJ. </p> 
 
34
<p>In the converted project, you can easily manage the classpath through 
 
35
 the Libraries node. You can manage the way the application is built and packaged 
 
36
through the Project Properties dialog box, which you can open by right-clicking the project's node and choosing 
 
37
Properties.
 
38
 
 
39
        <dl>
 
40
            <dt><a name="seealso">See Also</a></dt>
 
41
            <dd><a href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/project/proj_about.html">About Projects</a></dd>
 
42
            <dd><a href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/project/proj_process.html">Working With Projects</a></dd>
 
43
            <dd><a href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/project/proj_quickref.html">Project Tasks: Quick Reference</a></dd>
 
44
        </dl>
 
45
 
 
46
 
 
47
<hr>
 
48
 
 
49
<small><a href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/credits.html">Legal Notices</a></small> 
 
50
</body>
 
51
</html>