Questions tagged [eclipse-juno]

Juno is the code name for Eclipse versions 3.8 and 4.2 that were released on June 27, 2012. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

For more information visit the official Juno site.

Download from here

641 questions
0
votes
1 answer

Eclipse E4 Model Fragment LazyStackRenderer NullPointerException on Restart

I created one plugin with the "Eclipse E4 Application Project" wizard, then added a second plugin with a model Fragment which contributes a Part to the one PartStack of the E4 application. For this I followed…
Kay
  • 527
  • 2
  • 8
0
votes
1 answer

Connection timed out: connect, Eclipse juno + EGit

I'm using Windows 7 with Eclipse Juno and EGit plugins Whenever I try to Import > Project from Git, it always return eror message Connection timed out: connect. I try to import from git via ssh. with username/password Did someone experienced this…
Permana
  • 1,972
  • 2
  • 33
  • 51
0
votes
1 answer

Working with WebLogic in Eclipse Juno

Is there a way to work with WebLogic in Juno until Oracle releases OEPE for Juno?
abaelter
  • 887
  • 1
  • 11
  • 22
0
votes
1 answer

-Duser.language=zh doesn't work in ecilpse JUNO

I use ubuntu 12.04 64 bits with locale en_US.UTF-8 (I muse use english locale). The default key binding content assist in ecilpse is ctrl+spacebar. I want to change it to alt+/ because ctrl+spacebar is used to activate the chinese input method. In…
0
votes
7 answers

R cannot be resolved to a variable on newly installed eclipse

I have been looking for this on stack overflow for the past two hours and have tried a lot of things but nothing worked. I have installed eclipse juno just this morning and i am getting this error R cannot be resolved to a variable in any project…
tanvi
  • 927
  • 5
  • 17
  • 32
-1
votes
2 answers

org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]

I've gone through a lot of similar posts and I was unable to find anything that's a help.iam new to java web development Oct 07, 2016 6:52:14 PM org.apache.catalina.startup.VersionLoggerListener log INFO: Server version: Apache…
-1
votes
1 answer

Android Eclipse after taken signed build, when try to install getting error for while parsing the package

I am using Android Juno 64 bit Eclipse, 64 bit jdk, 64 bit os windows. I am tried to take Signed build in eclipse,Its could not take full mb apk file. Actually while running application, get apk from bin folder, Its for 5.5 mb exact size. while…
harikrishnan
  • 1,985
  • 4
  • 32
  • 63
-1
votes
1 answer

How to remote debug an enterprise application running on web logic server in eclipse IDE(same machine)

I am new to weblogic application server and remote debugging & have gone through several post to set up remote debugging. Some post suggest to edit setDomainEnv.cmd file while others suggest to edit startWeblogic.cmd file in my…
Karthik
  • 1,302
  • 5
  • 25
  • 56
-1
votes
1 answer

Eclipse CVS repository properties issue

When I'm using Team Commit on my checked out code, its asking for some other credentials and creating a repository in the CVS repositories tab. I discarded the CVS repository. But when I try Team Commit again the same thing is happening. Can anyone…
-1
votes
3 answers

Error in Eclipse Luna 'Variable is not initialized' when declared outside of For loop and initialized within it

When using Eclipse Luna I run into this issue: When I declare a variable outside of the for loop (or another structure), then initialize it within the For loop, upon closing the for loop the value assigned to the variable within the for loop is not…
-1
votes
1 answer

Eclipse saves configuration even when removed

I'm in trouble with Eclipse configuration. I had Eclipse Juno with a certain configuration (perspectives, opened views like Logcat, console, etc), I removed it from my system and downloaded Eclipse Luna. When I opened it the first time and…
ProtectedVoid
  • 1,293
  • 3
  • 17
  • 42
-1
votes
1 answer

Ctrl + Alt + Down Arrow not working in STS 3.6.2.RELEASE

The keyboard shortcut Ctrl + Alt + Down Arrow is not working in STS 3.6.2.RELEASE. Please note: I have already disabled the graphics card hot keys. Can anybody tell me how to fix it?
paragm
  • 54
  • 7
-1
votes
1 answer

ListActivity cannot be resolved to a type

I am new to Android development . While creating a Task reminder application I got stuck at this point where it says "ListActivity cannot be resolved as a type". I tried to find a solution for this but I couldn't. This is the full code. package…
Xanzy
  • 3
  • 2
-1
votes
1 answer

Tomcat Server does not start from the command line

I used Eclipse EE luna. I couldn't start the tomcat7 server from inside eclipse while i can start it from cmd.It gave Server Tomcat v7.0 Server at localhost failed to start. error.I tried all the answers here but none of them helped me. Then i…
ofb
  • 1
  • 3
-1
votes
2 answers

How to navigate from first.xml to second.xml file with the click of login button which is present in first.xml in android application

Please help me .I want to navigate from my first page to second with the click of login button which is designed in first.xml
1 2 3
42
43