sdk1.4 for the ide but sdk.13 for the application

Hi!

How to do this:

I want to run the ide using sdk1.4. But applications developed with the ide

(executing, debugging, compiling, ...) should use sdk1.3.

I know how to this for a single class (via the properties). But how to make

this the standard?

Best regards

Henning

--

GMX - Die Kommunikationsplattform im Internet.

http://www.gmx.net

[421 byte] By [Moll,Henning] at [2007-11-25 16:49:21]
# 1
> I know how to this for a single class (via the properties). But how tomake> this the standard?You can set the default compiler/debugger/executor at Options -> Editing ->Java Sources
Dreyer,Frank at 2007-7-2 23:46:00 > top of Java-index,Archived Forums,Sun ONE Studio 4...
# 2

Hi!

(Hope, that this will show up in the correct thread...)

Frank Dreyer <frank.d@planet-interkom.de> wrotes

> You can set the default compiler/debugger/executor at Options -> Editing

->Java Sources

Hmm, yes, but this only affects the current project. I want these changes

for all (existing and new) projects. Is that possible?

Best regards

Henning

--

GMX - Die Kommunikationsplattform im Internet.

http://www.gmx.net

Moll,Henning at 2007-7-2 23:46:00 > top of Java-index,Archived Forums,Sun ONE Studio 4...
# 3

Henning Moll wrote:

> Frank Dreyer <frank.d@planet-interkom.de> wrotes

>>You can set the default compiler/debugger/executor at Options -> Editing

> ->Java Sources

>

> Hmm, yes, but this only affects the current project. I want these changes

> for all (existing and new) projects. Is that possible?

Go into the Options window, click "<<" to show the magic column, and you

can for example take an existing project-specific setting and move it to

your user directory's main area so that it applies to all projects.

Equivalently, on disk (Unix syntax):

cd $userdir/system/Projects/Default/system

mv CompilerType/ Executor/ DebuggerType/ ../../..

-Jesse

--

Jesse Glick <mailto:jesse.glick@sun.com> x22801

NetBeans, Open APIs <http://www.netbeans.org/>

Glick,Jesse at 2007-7-2 23:46:00 > top of Java-index,Archived Forums,Sun ONE Studio 4...