Newbie Q: JS - Unresolved types [message #232257] |
Mon, 08 June 2009 23:02  |
Eclipse User |
|
|
|
hello;
i've got JSDT core and UI of 1.0.105 & JSDT manipulation 1.0.1...
i'm getting unresolved types when i do the following:
a) create a JS project
b) add simple js file one.js whose contents are:
SArray = new Array(5);
function b() {
SArray[0] = "bob";
}
c) add another js file two.js whose contents are:
SArray[1] = "two";
function a() {
b();
}
The function call to b() is resolved ok (or at least there are no errors),
but SArray slot 1 assignment to "two" indicates an error in that SArray
cannot be resolved.
How can i make one js file be "visible" to another w/in a project ??
Project and workspace settings are standard on a clean/new install
(meaning i did not change the libraries, include path or anything)
any help is deeply appreciated.
Kindest regards,
S-
|
|
|
|
Powered by
FUDForum. Page generated in 0.03111 seconds