Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: eclipse configuration problem

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Location
    somewhere
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question eclipse configuration problem

    not sure if the right section but i need help on how to fix this.




    !SESSION 2013-08-10 01:50:49.796 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.7.0_25
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -product org.eclipse.epp.package.java.product
    Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.java.product

    !ENTRY org.eclipse.osgi 4 0 2013-08-10 01:50:50.307
    !MESSAGE Application error
    !STACK 1
    java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
    at org.eclipse.core.runtime.internal.adaptor.EclipseA ppLauncher.start(EclipseAppLauncher.java:74)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:354)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework( Main.java:636)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.ja va:591)
    at org.eclipse.equinox.launcher.Main.run(Main.java:14 50)




    i am completely new to this so it might be obvious to you. but i have no clue what all this is.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: eclipse configuration problem

    Are Windows, Eclipse, and the JDK all the correct 32- or 64-bit versions? All the same, whichever version is correct for your environment?

    If not that, the error is not obvious (to me), so we may need more details. This is usually a pretty simple thing to accomplish successfully, so don't despair.

  3. #3
    Junior Member
    Join Date
    Aug 2013
    Location
    somewhere
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: eclipse configuration problem

    what other info do you need?

Similar Threads

  1. Emulating a filesystem in Java for configuration managment?
    By ianc1215 in forum Java Theory & Questions
    Replies: 13
    Last Post: April 4th, 2013, 07:14 AM
  2. Replies: 3
    Last Post: January 5th, 2012, 01:44 AM
  3. configuration of custom error pages in Webserver level
    By dpkcv in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: October 10th, 2011, 04:29 AM
  4. How to display OS configuration ffrom JSF page?
    By rcbandit2 in forum JavaServer Pages: JSP & JSTL
    Replies: 5
    Last Post: August 4th, 2011, 05:59 PM
  5. CAS Configuration Problem
    By pacificz in forum Java Theory & Questions
    Replies: 1
    Last Post: July 24th, 2010, 12:44 PM

Tags for this Thread