• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Issues with JDK 1.4??

 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm banging my head against the desk over here trying to compile my source. The compilation executes without any errors, however, the packages aren't created in the directory structure. I know it's not a classpath problem and I have the correct parameters added to 'javac'. Has anyone else run into this??
TIA,
CG
 
town drunk
( and author)
Posts: 4118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Christian Garcia:
I'm banging my head against the desk over here trying to compile my source. The compilation executes without any errors, however, the packages aren't created in the directory structure. I know it's not a classpath problem and I have the correct parameters added to 'javac'. Has anyone else run into this??
TIA,
CG


Christian,
I'm suprised you're having this problem. What OS are you on? Also, have you tried feeding in the path explicitly?
M
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I and possibly others may want to see your CLASSPATH, (echo $CLASSPATH, (unix)), a snapshot of your directory structure, ls -lR(unix), the source code (the package statement would be of immediate interest) the complete listing will do no harm. Your command line for compilation javac ...... anything else relevant to your issue.
Good Luck -
Michael Ciaccio B.Sc.
SUN Certified Programmer for the JAVA 2 Platform
Java Consultant
Menfi Systems Incorporated

Originally posted by Christian Garcia:
I'm banging my head against the desk over here trying to compile my source. The compilation executes without any errors, however, the packages aren't created in the directory structure. I know it's not a classpath problem and I have the correct parameters added to 'javac'. Has anyone else run into this??
TIA,
CG

 
Christian Garcia
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm working on WIN2K w/ SP2. I uninstalled JDK 1.3 and did a fresh install for JDK 1.4. Since then (yesterday) I've had this problem. If this is the 1st time the issue has come up I'll do some more digging around on my system to see if there's some anomaly.
CG
 
Christian Garcia
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Problem fixed. I re-installed JDK 1.4 and the packages were created. There must have been a conflict amongst the binaries.
Thanks for help.
CG
 
"Don't believe every tiny ad you see on the internet. But this one is rock solid." - George Washington
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic