Oh boy. I am using Windows 98. I have tried all of these suggestions and I still cannot get the package "concept" to compile, so let me explain again what I have tried.
First, both DummyClass.java and LovePotion.java are in the c:\com\group1 directory. When each file has no package...
I am still receiving errors. Both LovePotion and DummyClass are in c:\com\group1. I have included a classpath line in my autoexec.bat file: CLASSPATH=.;C:\JDK1.2.2BIN;C:\COM;C:\COM\GROUP1;C:\COM\GROUP2
If I comment out the package line in both source files, they compile okay and run from a...
I have tried this, but I am still unsuccessful. Here is the new directory structure:
c:\com\group1
c:\com\group2
The calling java class, LovePotion is in the com\gourp1 folder. The called java class, DummyClass, is in com\group2. No matter what combination of pakage statements I write, I...
I am experimenting with packages in Java using the Certification book examples. I tried to expand to use a package. I have two classes, LovePotion and DummyClass. Without the Java package line of: package com.group1;, LovePotion executes properly and creates the DummyClass object. No matter...
I am trying to attach an HTML report to an e-mail message. The actual e-mail message is created in by Java. I am able to successfully send and receive the e-mail. Does anyone know the commands to attach an html file to the e-mail?
Nick and Will,<br><br>Thank you for this information. Unfortunately, I agree with you that this is not just a simple case of making a quick adjustments, such as adding a drop down menu. My client has a system built and I am just doing some modifications to it. I...
I do not think that I explained the problem correctly. I apologize. As the field is being filled, the format must change. I believe cdate returns a formated date, which would mean that the date field has to be filled cpmppletely. Correct me if I am...
Here is the problem: A text field represents a date. If the first character entered is 9, then the field should automatically change to look like 09/. If the first character entered is 1, then nothing happens until the second character entered is 0, 1 or 2. For...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.