Java Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesJava Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 15th, 2001, 09:19 AM
rnth79 rnth79 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2001
Posts: 2 rnth79 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Help Need on Directory Path Specifying

I had double checked yet, I still don't know what's going wrong. Can anyone please kindly pin point it out to me?

Below is the Partial Coding, System and Directory Setting Path

in BoUser.java which I had compiled, I had set :-

in BoUser.java file

package eFriendsNeBytes.Bo;

// ********** //

import java.io.*;

Note: BoUser compiled without any compilation error.

in DbiRegistration.java file

package eFriendsNeBytes.Dbi;

// ********** //

import java.util.*;
import java.sql.*;
import java.io.*;

import project.eFriendsNeBytes.Bo.*;

import eFriendsNeBytes.Bo.BoUser;
import eFriendsNeBytes.Bo.BoCountry;

Note: it compiled with the following error.

C:\Project\eFriendsNeBytes\Dbi>javac DbiRegistration.java
DbiRegistration.java:9: Package project.eFriendsNeBytes.Bo not found in import.
import project.eFriendsNeBytes.Bo.*;
^
DbiRegistration.java:11: Class eFriendsNeBytes.Bo.BoUser not found in import.
import eFriendsNeBytes.Bo.BoUser;
^
DbiRegistration.java:12: Class eFriendsNeBytes.Bo.BoCountry not found in import.

import eFriendsNeBytes.Bo.BoCountry;
^
DbiRegistration.java:48: Type expected.
{
^
4 errors

Please take note that the Bo and Dbi files is under 2 different sub-directory of the same parent directory.

Project
|--------> eFriendsNeBytes
|----------------- Bo
| ---------------- Dbi
|----------------- Dbh
| ---------------- App

System that I am currently using: Win98 operating system

Autoexec.bat setting :-

SET PATH=C:\MYSQL\BIN;C:\PROGRA~1\ULTRAE~1;C:\JDK12~1.2\BIN;C:\PROJECT\;.;%PATH%

SET TOMCAT_HOME=C:\TOMCAT
SET JAVA_HOME=C:\JDK12~1.2
SET CLASSPATH=%TOMCAT_HOME%\LIB\SERVLET.JAR; %TOMCAT_HOME%\WEBAPPS\WEB-INF\CLASSES\; C:\mysql\mm.mysql-2.0.4-bin.jar; C:\Project; C:\; .;

///////////////////////////////////////

I am really sorry bout this lengthy problem. But this is the best way I could shorten the length of this problem with every necessary information that may eventually be effecting this problem. Thanks for your help again.

Regards,

Randy

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesJava Help > Help Need on Directory Path Specifying

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap