Ms_mary10
02-12-2009, 03:43 PM
problem importing
im trying to run a this class Helloworld.java which is in folder
SVNLOCAL\src\com\xxx\application
it needs Helloworldcommand
Class Helloworldcomand.java which is in
SVNLOCAL\src\com\xxx\changes\command
i have tried to import Helloworldcommand.java
using
import com.xxx.changes.command.Helloworldcommand;
i have packaged it using
nb:both classes have been packaged in their respective folders
ie package com.xxx.changes.command for Helloworldcommand.java
and package com.xxx.application for Helloworld.java
but i an getting alot of errors,what cold be wrong?:confused:
im trying to run a this class Helloworld.java which is in folder
SVNLOCAL\src\com\xxx\application
it needs Helloworldcommand
Class Helloworldcomand.java which is in
SVNLOCAL\src\com\xxx\changes\command
i have tried to import Helloworldcommand.java
using
import com.xxx.changes.command.Helloworldcommand;
i have packaged it using
nb:both classes have been packaged in their respective folders
ie package com.xxx.changes.command for Helloworldcommand.java
and package com.xxx.application for Helloworld.java
but i an getting alot of errors,what cold be wrong?:confused: