Results 1 to 2 of 2
- 07-22-2012, 05:57 AM #1
Member
- Join Date
- Jul 2012
- Posts
- 1
- Rep Power
- 0
very wierd! eclipse does not find java on my computer?
Hello I am very new and I have a problem that has been bothering me all day today. I have been working on a ROS (robotic OS) and I am using java for part of it. The java code itself works fine, but I just updated my java to the latest java and my whole entire eclipse can not find java... even programs like minecraft do not work. I did check my web browser and it seems to run java fine and there is a java folder within the program files folder with everything in it.
I have tried to re-install my jdk, jre and java, even installed older java. I would thank anyone who can help me :-)
p.s. I updated my java to java 7 u 5
edit: ohh and I also am now having problems with using the batch files to execute a jar file.
- 07-22-2012, 07:19 AM #2
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,547
- Rep Power
- 11
Re: very wierd! eclipse does not find java on my computer?
What does this mean - specifically, does Eclipse run but is unable to compile and/or run your programs, or does Eclipse not start at all?my entire eclipse can not find java
In either case check that the most recent runtime and compiler are on your path. On Windows you can see the path by entering the command
at the command line. On *nix you would use the commandJava Code:path
Either way you are presented with a list of directories (folders). What you are checking is that bin folders of both the runtime and the compiler are included. On *nix it is common for there to be a symbolic link to the executables on the path rather than the path including the bin folders.Java Code:echo $PATH
Similar Threads
-
wierd question
By stuckonjava in forum New To JavaReplies: 5Last Post: 05-16-2012, 10:02 AM -
Could not Find main class : Eclipse
By rahul405804 in forum EclipseReplies: 5Last Post: 04-08-2012, 11:55 AM -
Eclipse Can't find MarkerSupportView class?
By chris071 in forum EclipseReplies: 1Last Post: 03-04-2011, 05:37 PM -
wierd problem
By f_the_cook in forum Advanced JavaReplies: 4Last Post: 10-09-2008, 05:13 PM -
Using Find And Replace In Eclipse IDE
By JavaForums in forum EclipseReplies: 0Last Post: 04-26-2007, 10:15 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks