Hey there
so thank you all for helping me out with my problem
and that is the issue -
i was doing some work from Java for dummies and i got stuck when compiling to project in Jcreator its saying javac: file not found: src_mynewproject.txt
also i didn't extract my SRC.zip folder but i dont remember him saying so on the book my docs is in the jdk1.7.0_02 which is inside java on programfiles
that's it thank you all again!;)
5 replies to this topic
#1
Posted 06 February 2012 - 08:40 AM
|
|
|
#2
Posted 24 February 2012 - 06:20 PM
What Editor/Compiler are you using with your code?
#3
Posted 24 February 2012 - 06:22 PM
The javac program works with java source files (have extension of .java).
What is the src_mynewproject.txt file? If it is your source program, rename it to src_mynewproject.java
What is the src_mynewproject.txt file? If it is your source program, rename it to src_mynewproject.java
#4
Posted 24 February 2012 - 06:39 PM
Try Eclipse,its really simple to use,has a built in compiler so you don't have to mess with the cmd and setting it up is pretty straight forward. :] (google java eclipse
---------- Post added at 03:39 AM ---------- Previous post was at 03:37 AM ----------
Or do what Norm said -_- XD :]
---------- Post added at 03:39 AM ---------- Previous post was at 03:37 AM ----------
Or do what Norm said -_- XD :]
#5
Posted 24 February 2012 - 06:41 PM
Eclipse hides a lot of details that you should know about before you use it.
I see lots of students that are lost when letting their IDE hide the details of what the javac and java commands do.
I'd suggest you stay with the commandline for a few programs until you understand about what the javac and java commands do and how they use the classpath and packages.
I see lots of students that are lost when letting their IDE hide the details of what the javac and java commands do.
I'd suggest you stay with the commandline for a few programs until you understand about what the javac and java commands do and how they use the classpath and packages.
#6
Posted 16 March 2012 - 12:57 AM
Extract SRC.zip
--look for a file called *.java (* indicates irrespective of the name of the file )
-- you dont find this file , rename the .txt to .java
-- then run "javac" command from command prompt
--look for a file called *.java (* indicates irrespective of the name of the file )
-- you dont find this file , rename the .txt to .java
-- then run "javac" command from command prompt
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









