Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Java
  4. Executable created using ant build

Executable created using ant build

Scheduled Pinned Locked Moved Java
helpjava
4 Posts 2 Posters 3 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Benjamin Bruno
    wrote on last edited by
    #1

    hi I have created a java application(exe). Now when I try to execute the application from a directory whose name is in unicode(Japanese),it crashes. I could not figure out the problem ,its showing packager.dll issue. Please help..

    L 1 Reply Last reply
    0
    • B Benjamin Bruno

      hi I have created a java application(exe). Now when I try to execute the application from a directory whose name is in unicode(Japanese),it crashes. I could not figure out the problem ,its showing packager.dll issue. Please help..

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Since we have no idea where the crash occurs, or what code it is trying to execute, it is impossible to guess.

      B 1 Reply Last reply
      0
      • L Lost User

        Since we have no idea where the crash occurs, or what code it is trying to execute, it is impossible to guess.

        B Offline
        B Offline
        Benjamin Bruno
        wrote on last edited by
        #3

        Application developed by javafx while build the application it will create this three file with the application exe msvcp100.dll msvcr100.dll packager.dll then double click the .exe application crash shows the error like Problem Event Name: APPCRASH Application Name: SimulatorEndUser.exe Application Version: 0.0.0.0 Application Timestamp: 55761984 Fault Module Name: packager.dll Fault Module Version: 0.0.0.0 Fault Module Timestamp: 55761993 Exception Code: c0000005 Exception Offset: 000129a0 OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1033 Additional Information 1: 0a9e Additional Information 2: 0a9e372d3b4ad19135b953a78882e789 Additional Information 3: 0a9e Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

        L 1 Reply Last reply
        0
        • B Benjamin Bruno

          Application developed by javafx while build the application it will create this three file with the application exe msvcp100.dll msvcr100.dll packager.dll then double click the .exe application crash shows the error like Problem Event Name: APPCRASH Application Name: SimulatorEndUser.exe Application Version: 0.0.0.0 Application Timestamp: 55761984 Fault Module Name: packager.dll Fault Module Version: 0.0.0.0 Fault Module Timestamp: 55761993 Exception Code: c0000005 Exception Offset: 000129a0 OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1033 Additional Information 1: 0a9e Additional Information 2: 0a9e372d3b4ad19135b953a78882e789 Additional Information 3: 0a9e Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Benjamin Bruno wrote:

          Exception Code: c0000005

          means you are trying to access an address that is not in your address space. You will need to use the debugger to find the actual code that causes the error.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups