User Tag List

Results 1 to 6 of 6

Thread: Problem with .ini Java standalone build

  1. #1
    No Products Registered

    Join Date
    Oct 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Problem with .ini Java standalone build

    I have a bunch of score information stored in a .ini file that is loaded at the beginning of the frame. Everything works fine when I build it as a .exe but when I do it as a standalone Java application it doesn't let me load and save the scores. Does anyone know what might be the cause of this or how to fix it? I would really appreciate it.


    Thanks

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Problem with .ini Java standalone build

    This must come from a pathname problem with your INI file. What pathname do you use?

  3. #3
    No Products Registered

    Join Date
    Oct 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem with .ini Java standalone build

    I've tried Apppath$+"inifilename.ini" and Appdir$+"inifilename.ini" both seem to work when built as an .exe and also when I'm testing them before they are built, but once I build it as a stand alone Java file it doesn't seem to work, everything else in the file works, but it dosen't pull the info from the .ini file.

    When I try to put the full path name it doesn't seem to work, in this case though I have a feeling I don't have the syntax right for writing the path properly because when I type in the full path I always get a syntax error.

    My other thought was that maybe the application needs to be signed? Do I need to do this for a stand alone Java application?

    So if anyone has any ideas I would truly appreciate it.

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Problem with .ini Java standalone build

    It is a Java applet or application? If it is an Applet, yes your application needs to be signed.

  5. #5
    No Products Registered

    Join Date
    Oct 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem with .ini Java standalone build

    It's a Java application

  6. #6
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Problem with .ini Java standalone build

    I would like to see you application. But I wont be able to look at it before next Monday.
    Can you send it to me?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •