Menu

#1 Install fails

closed
nobody
Installer (1)
5
2001-12-07
2000-06-18
No

The install simply fails.
I'm running JDK 1.3 on Windows 2000 and thats about all I can tell you. I've included all the info I have below.
=========
C:\junk>java -cp . Install
try path C:\junk\ set Url base to
MalformedURL ; java.net.MalformedURLException: no protocol:
can not get flavour null for os Windows 2000
check for lib in classpath
exception in called method installer.Install2.main
java.lang.NullPointerException
at installer.items.InstallableContainer.initInstallables(InstallableContainer
.java:252)
at installer.items.InstallableContainer.<init>(InstallableContainer.java:92)
at installer.Info.loadInstallerProps(Info.java:301)
at installer.Install2.<init>(Install2.java:61)
at installer.Install2.main(Install2.java:81)
at java.lang.reflect.Method.invoke(Native Method)
at Install.main(Install.java:355)
java.lang.reflect.InvocationTargetException

C:\junk>

Discussion

  • Carlos Rueda

    Carlos Rueda - 2000-08-15

    I get exactly the same on Win98 i586
    java version "1.2.2"
    Classic VM (build JDK-1.2.2-W, native threads, symcjit)

     
  • g

    g - 2001-03-15

    Logged In: YES
    user_id=173254

    When setting the URL, did you use the following method:
    URL url = new URL("file:C:/path_to_stuff");

     
  • Michael Westbay

    Michael Westbay - 2001-04-20

    Logged In: YES
    user_id=25386

    Failed here on FreeBSD 4.3 with native 1.2.2 JDK, too. But
    with different cause.

    bash-2.04$ java Install
    try path /home/me/projects/installer/
    set Url base to
    exception in called method installer.Install2.main
    java.lang.IllegalArgumentException: illegal Choice item
    position: -1
    at java.awt.Choice.select(Choice.java:372)
    at
    installer.awt.HelloCard.setupGUI(HelloCard.java:183)
    at installer.awt.HelloCard.<init>(HelloCard.java:69)
    at installer.Install2.<init>(Install2.java:65)
    at installer.Install2.main(Install2.java:81)
    at java.lang.reflect.Method.invoke(Native Method)
    at Install.main(Install.java:355)
    java.lang.reflect.InvocationTargetException

     
  • Brill Pappin

    Brill Pappin - 2001-12-07
    • status: open --> closed
     

Log in to post a comment.