Help for a beginer
Page 1 of 1
Help for a beginer
#5
Posted 29 April 2009 - 09:28 AM
Locke, on 29 Apr, 2009 - 09:21 AM, said:
Compiling it should make a .class file.
I am not sure about the tool you are using, but normally it will end up in some sort of build folder. If you run javac from the command-line it will be in the same folder as the .java file. Also, the file tends to end up in a subdirectory based on the package name.
So:
package com.some.package
Will end up in:
build\com\some\package\something.class
Hope this helps.
Page 1 of 1

Start a new topic
Add Reply




MultiQuote



| 


