Solucionado (ver solução)
Solucionado
(ver solução)
4
respostas

VÍDEO 3 - ATALHO ALT+SHIFT+R NÃO FUNCIONA NO ECLIPSE!!! AJUDEM!!!!!

PESSOAL, BAIXEI O ECLISE CERTINHO IGUAL TA MOSTRANDO NO VÍDEO 1 E O ATALHO ALT+SHIFT+R NÃO FUNCIONA, APARECE A SEGUINTE MENSSAGEM: "The resource is not on the build path of a Java project." SERÁ QUE TEREI QUE BAIXAR OUTRO JAVA PATCH NO SITE DO OFICIAL DO JAVA? SE TIVER, POR FAVOR, ME MANDEM O LINK! Obrigado!

4 respostas

Iann,

esse atalho é para alterar o nome da classe , da variável ou qualquer coisa .

para isso é necessário colocaro curso em cima da variável que você quer modificar e utilizar a tecla de atalho .

tente fazer isso , qualquer coisa poste aqui .

Nao adiantou, fiz o que vc mandou, cliquei com o mouse em cima, ficou laranja, deixei o mouse em cima, apareceu a mesma messagem. Cliquei com o mouse em cima denovo, ficou laranja denovo, só que desta vez deixou o mouse na variável de cor cinza, que é igual a de cor laranja. Apertei as teclas e mesmo assim apareceu a menssagem denovo! O que fazer?

solução!

Iann,

procurei sobre seu erro na internet e encontrei algo parecido ,

de uma olhada nesses forum pode ter a solução .

forum

vamos ver se atende a solução postada nesses forum .

DEU CERTO! FOI SEGUINDO ESSAS INSTRUÇÕES DESSE FORUM QUE EU CONSEGUI!

"I just hit this problem myself, and it's baffling. You get it in a bunch of different places as you try and treat a Java file as, you know, a Java file but Eclipse hasn't figured out that it's actually a class within your project. The reason it doesn't know (or the reason it didn't know in my case) was because the directory hasn't been marked as a source directory for the project. So you need to tell the project configuration that the file is in a directory that holds source files. Here's how:

Open your project's properties.

Under "Java Build Path", click on the "Source" tab.

Click "Add Folder..."

Find the folder where you have the unrecognized java file. (In my case it was test->Java)

Put a check by the folder. (I put it only by "java" and not by "test" given that the test folder holds a lot of other stuff.)

Click ok, click OK again, perhaps refresh, and you should be good to go."