Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4041459

Incosistency between rmic and javac/java when CLASSPATH is not set.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.2.0
    • 1.1, 1.1.3
    • core-libs
    • 1.2beta
    • x86, sparc
    • solaris_2.5.1, windows_95, windows_nt
    • Not verified


      On Solaris in JDK 1.1 There is an inconsistency between rmic and java and javac.

      If you do not have your classpath set both java and javac will make the current
      working directory part of your path.

      However, rmic will not.

      So if do not have my class path set and I run the command

      rmic HelloImpl

      And HelloImpl is in the current working directory

      I get the following error message:

       timor 64 =>!rmic
      rmic HelloImpl
      error: Class {0} not found.
      1 error
       timor 65 =>ls

      (The fact that in prints {0} as opposed to HelloImpl is another bug
      that is all ready being addressed).


      However, if I run the command

      java HelloImpl

      and my classpath is not set and HelloImpl is in the current working
      directory everything works fine.

            peterjones Peter Jones (Inactive)
            tkincaidsunw Tom Kincaid (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: