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
4 answers

Can't load property file for property-placeholder

my property file is under the following path: src\main\resources\META-INF\app-config.properties and my spring configuration files are under the path: WebContent\WEB-INF and when trying to load the property file as…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
0
votes
1 answer

installed ADT on Eclipse Juno, but can't create Android Projects (32 bit only)

I have two machines, a 64 bit machine and a 32 bit machine, both running Win7. I followed these steps on both: Extract Eclipse to a directory. Run Eclipse in Admin mode. Select Help/Install New Software Click the Add button Enter the following…
djc6535
  • 1,944
  • 4
  • 18
  • 26
0
votes
1 answer

Integrating Phoenix compiler framework with Eclipse for a JAVA class

I want to use the methods of the "Graph" class from the Phx.Graphs Namespace of the Phoenix compiler framework (by Microsoft) in the JAVA class that I built on Eclipse JUNO. Can someone help me figure out as to how to go about it?
Anirudh Sharma
  • 115
  • 3
  • 15
0
votes
1 answer

Can't install glassfish server -EJB 3.1- on eclipse Indigo

I am facing problem with server adapter of glassfish. Whenever I download the adapter I can't use it as I cannot see it in the wizard. I download it using "download additional server adapter", but even when it is successfully downloaded, I still…
user1021743
  • 477
  • 4
  • 16
0
votes
1 answer

Eclipse Juno C++ Binary not found?

I am getting this error. Launch Failed, binary not found. I am new to C++, so I am unsure where to start with this.. it was compiling until I added "swap".
Austin
  • 3,010
  • 23
  • 62
  • 97
0
votes
1 answer

ViewPart not showing in Eclipse Juno

I tried to create a plugin for a clean Eclipse Juno for RCP RAP. Tried to create a basic View extention. But the ViewPart I created doesn't show in the views... it works fine in Indigo. So I was wondering is there something I need to adjust? Or is…
Arninja
  • 735
  • 1
  • 12
  • 24
0
votes
1 answer

mysql jdbc connectivity error in eclipse juno plugin project

I am using mysql-connector-java-5.1.18-bin.jar for database connectivity from a view. The JDBC connectivity code has been used in 3 JSP-struts2 projects in eclipse Helios and works fine there. Here it is throwing ***No suitable driver found for…
Ashrith
  • 655
  • 8
  • 20
0
votes
1 answer

Issue with installing dependent plugins from the command line

We are trying to install a set of eclipse plugins from the commandline. First we need to install ADT plugin. Then we are trying to install a plugin which dependent on the ADT plugin. The installation of the dependent plugin is failing with an…
Frank
  • 149
  • 3
  • 13
0
votes
1 answer

Eclipse Run Configuration to kill python.exe?

I am running a Django server from my run configuration which translates to: python manage.py runserver --noreload The stop button in the error panel doesn't kill the process, so I usually run pskill python How do I add this to my Eclipse run…
user1438003
  • 6,603
  • 8
  • 30
  • 36
0
votes
2 answers

Unable to run Java program in Eclipse Juno 4.2

I reinstall my Eclipse environment every year when the new version is released. The most recent release - Juno - however, does not work as expected. Currently, when I try running demos from Oracle, for example, it asks me to select an Ant file to…
Edwin
  • 2,074
  • 1
  • 21
  • 40
0
votes
1 answer

eclipse juno error on importing a eclipse indigo project

Hi folks When I import a project created in eclipse indigo into eclipse juno then my servlet classes are not recognized by eclipse juno and it shows error on all servlet classes like HTTPServlet etc.What can I do now? But when I am creating a new…
khan
  • 2,664
  • 8
  • 38
  • 64
0
votes
1 answer

eclipse not recognizing servlet

I am getting a very serious and strange problem. When I am creating a servlet in eclipse juno it is not recognizing its methods and annotations.I don't why this is happening.I am using eclipse juno with glassfish server.On my another pc same…
khan
  • 2,664
  • 8
  • 38
  • 64
0
votes
2 answers

What happened to "Compile Prolog Code" (Alt+K) in the SICStus Eclipse SPIDER menu in Juno?

I just upgraded from Eclipse Indigo to the Classic Eclipse 4.2 Juno, by downloading from this URL: ftp://ftp.uninett.no/pub/eclipse/eclipse/downloads/drops4/R-4.2-201206081400/eclipse-SDK-4.2-win32-x86_64.zip I installed the SPIDER in Eclipse Juno,…
Rune
  • 698
  • 1
  • 7
  • 22
0
votes
1 answer

Eclipse Juno: Missing the "Classic Update"

In my project we control the plug-ins through the "Manage Configuration" possibility. Downloaded plu-ins etc. are loaded thorugh an extension point from a file location (managed by SVN) This has proven to be a reliable way of making sure all…
Morten Frank
  • 219
  • 1
  • 3
  • 10
0
votes
1 answer

Error has eccurred in Eclipse during importing class

I am working on Spring MVC project in Eclipse Juno. I have a few packages with my classes. Once I have used one class in another from different package I have occured this error in pop-up message: An error has occurred. See error log for more…
woyaru
  • 5,544
  • 13
  • 54
  • 92