kritivasas / minibuilder

Automatically exported from code.google.com/p/minibuilder
0 stars 0 forks source link

Java Error in Windows 7 64 Bit #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Windows 7 64 bit
2. Install Java (either 64 bit or 32 bit version)
3. Install program and try to run compiler

What is the expected output? What do you see instead?
Normally it works, but the output is as follows

C:\Users\David\Desktop>MBCompiler.lnk
C:\Program Files (x86)\Minibuilder\flex_sdk_3.4.0.9271_mpl
MiniBuilder Compilation server started.
Verbose
Listening to C:\Users\David\.mbcompiler\msg
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Program Files 
(x86
)\Minibuilder\AirMiniBuilder\MBCompiler\jnotify.dll: Can't load IA 32-bit 
.dll o
n a AMD 64-bit platform
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.loadLibrary0(Unknown Source)
        at java.lang.System.loadLibrary(Unknown Source)
        at net.contentobjects.jnotify.win32.JNotify_win32.<clinit>(Unknown 
Sourc
e)
        at 
net.contentobjects.jnotify.win32.JNotifyAdapterWin32.<init>(Unknown S
ource)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown 
Source)

        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at java.lang.Class.newInstance0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at net.contentobjects.jnotify.JNotify.<clinit>(Unknown Source)
        at ro.minibuilder.MBCompiler.main(MBCompiler.java:59)

What version of the product are you using? On what operating system?
Latest with Windows 7 64 bit

Please provide any additional information below.

Original issue reported on code.google.com by djbielej...@gmail.com on 4 Nov 2009 at 1:28

GoogleCodeExporter commented 9 years ago
1.0-alpha2 works should work on win 64 bit
see http://code.google.com/p/minibuilder/wiki/Installation for latest news

Original comment by victor.dramba on 9 Nov 2009 at 8:03

GoogleCodeExporter commented 9 years ago
Thank you! I shall try this tonight and let you know

Original comment by djbielej...@gmail.com on 9 Nov 2009 at 8:06

GoogleCodeExporter commented 9 years ago

Original comment by victor.dramba on 9 Nov 2009 at 8:10

GoogleCodeExporter commented 9 years ago
Works great now.  I had to reconfigure my path for Java (installed the 32bit 
version 
for Windows) and followed these instructions

http://forums.devshed.com/java-help-9/java-is-not-recognized-421068.html

to make sure my path was configured correctly.

Original comment by djbielej...@gmail.com on 9 Nov 2009 at 11:25

GoogleCodeExporter commented 9 years ago
fixed
we will do more tests before we can close this bug

Original comment by victor.dramba on 13 Nov 2009 at 12:39