java - Eclipse: Change the current workspace -
i have 2 workspace , b. call b class in workspace a. occures errors, becuase code made called workspace a. there way call special workspace?
my example:
resource.factory.registry reg = resource.factory.registry.instance; map m = reg.getextensiontofactorymap();
this code works (is in workspace a) when calling workspace a, when call workspace b contains wrong error. tried this
resource.factory.registry reg = this.resource.factory.registry.instance;
do not work. has idea?
the way can , make jar of project containing class workspace , add in build path of b .
Comments
Post a Comment