Code Monkey home page Code Monkey logo

openjdk-unofficial-builds's People

Contributors

alexkasko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openjdk-unofficial-builds's Issues

JRE is already installed

Is it possible to leave our JRE, since JRE is already installed? The JRE is installed using Oracle's JRE. But this installer insists on installing JRE with the JDK.

Hangs with Eclipse Kepler in combination with OpenJDK 7 update 40 build 43

I installed OpenJDK 7 update 40 build 43 AMD64 on Windows 7 in combination with Eclipse Kepler. Eclipse starts up and I am able to import a project, but quickly after that Eclipse completely hangs and I have to kill the program.

This does not happen with Oracle JDK 7 update 51.

I haven't tried 'OpenJDK 7 update 45 build 31 (IcedTea 2.4.3)' (I only noticed it just now). What exactly is the difference between these OpenJDK 7 releases?

Java path in Windows registry

Can you make the windows installer add this registry stuff with the correct OpenJDK installation-path?

===BEGIN===
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.7]
"JavaHome"="C:\Programme\Java\OpenJDK7_u6\jre"

===END===

It's needed by some (maybe all) Window Software to find Java. Until now, I've successfully tested it with "openjdk-1.7.0-u6-unofficial-b24-windows-i586.zip" and this software:

Thanks!
kolAflash

will openJDK work for java EE?

hi,
I am new to openJDK.
i recently downloaded openJDK-1.7.0-u60-unofficial-windows-amd64-installer.

i am using windows 8.1

it is working fine with java SE, but got struck for java EE. i am unable to edit things in my project, it is showing as not responding.

can you give me solution for this as soon as possible.

Thanks in advance.

GlobNote doesn't start with OpenJDK

I installed openjdk-1.6.0-unofficial-b31-windows_32-bits in Windows XP Pro and then GlobNote 1-4.
http://globonote.info. I checked all the check boxes when installing OpenJDK.
When I start GlobNote, it doesn't find OpenJDK, see error message in joined file
capture
.

Virus detected in OpenJDK 6 installer

Hello,

AVG detects a virus in install.jar (in https://bitbucket.org/alexkasko/openjdk-unofficial-builds/downloads/openjdk-1.6.0-unofficial-b31-windows-i586-installer.zip and in https://bitbucket.org/alexkasko/openjdk-unofficial-builds/downloads/openjdk-1.6.0-unofficial-b31-windows-amd64-installer.zip) :
https://www.virustotal.com/fr/file/208234ef7133c76184f0232099a227415c79d233c99b5962c5bfaaca469a9931/analysis/1413112865/
https://www.virustotal.com/fr/file/958b0f993d956ba222d9400ec074aa06a071cb8b221705bfb6844f9005ea467b/analysis/1413120803/

How OpenJDK is compiled ? Are you using a fresh install of Windows+compiler with original DVD, without installing nothing else downloaded on internet ? (by exemple, using a snapshot in VirtualBox or something similar) ? Viruses can come from mails, downloading something on internet or just connecting an USB key and they can be very very furtive.

Double-Clicking on .jar files in Windows

I installed OpenJDK x64 on Windows 10 Pro (64-bit). When I double-clicked on a .jar file, Windows asked me to find a program to open it.

Can this registry key be added to the installer?

P.S. I managed to fix it by running the following in an Administrator command prompt:

$ assoc .jar=jarfile
$ ftype jarfile="C:\OpenJDK\jre\bin\javaw.exe" -jar "%1" %*

Version name difference can cause issues with Android SDK and/or ant

When trying to run ant debug to build an .apk file with https://bitbucket.org/MartinFelis/love-android-sdl2/ using Android SDK with JAVA_HOME being set to the location of openjdk I get:

-dex:
      [dex] input: C:\Users\ESP\Desktop\loveToAndroid\loveToAndroid\love-android-sdl2\bin\classes
      [dex] Converting compiled files and external libraries into C:\Users\ESP\Desktop\loveToAndroid
\loveToAndroid\love-android-sdl2\bin\classes.dex...
       [dx]
       [dx] ERROR: No suitable Java found. In order to properly use the Android Developer
       [dx] Tools, you need a suitable version of Java JDK installed on your system.
       [dx] We recommend that you install the JDK version of JavaSE, available here:
       [dx]   http://www.oracle.com/technetwork/java/javase/downloads
       [dx]
       [dx] If you already have Java installed, you can define the JAVA_HOME environment
       [dx] variable in Control Panel / System / Avanced System Settings to point to the
       [dx] JDK folder.
       [dx]
       [dx] You can find the complete Android SDK requirements here:
       [dx]   http://developer.android.com/sdk/requirements.html
       [dx]
       [dx] Error: keywords 'java version' not found in 'openjdk version "1.7.0-u80-unoff'

I'm not sure what's responsible for this method of identifying JDK. Perhaps it's find_java.bat and the 32bit/64bit exe files near it. Nonetheless it seems that ant and/or Android SDK are affected.

FreeType-related error

This is the error I get when running my app with openjdk-1.7.0-u45-unofficial-icedtea-2.4.3-macosx-x86_64-bundle

All I could google up suggests an architecture mismatch. There are two FreeType libraries I'm aware of on the system (OSX and Brew) and they're both universal:
$ file /usr/X11/lib/libfreetype.dylib
/usr/X11/lib/libfreetype.dylib: Mach-O universal binary with 2 architectures
/usr/X11/lib/libfreetype.dylib (for architecture i386): Mach-O dynamically linked shared library i386
/usr/X11/lib/libfreetype.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64

$ file /usr/local/Cellar/freetype/2.5.2/lib/libfreetype.dylib
/usr/local/Cellar/freetype/2.5.2/lib/libfreetype.dylib: Mach-O universal binary with 2 architectures
/usr/local/Cellar/freetype/2.5.2/lib/libfreetype.dylib (for architecture i386): Mach-O dynamically linked shared library i386
/usr/local/Cellar/freetype/2.5.2/lib/libfreetype.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64

The error is as follows:
dyld: lazy symbol binding failed: Symbol not found: _FT_Init_FreeType
Referenced from: /Users/.../App.app/Contents/PlugIns/jdk1.7.0.jdk/Contents/Home/jre/lib/libfontmanager.dylib
Expected in: flat namespace

dyld: Symbol not found: _FT_Init_FreeType
Referenced from: /Users/.../App.app/Contents/PlugIns/jdk1.7.0.jdk/Contents/Home/jre/lib/libfontmanager.dylib
Expected in: flat namespace

Trace/BPT trap: 5

Is it possible to create a silent install on windows?

I can't seem to find any information on the install.exe that comes bundeled with the izpack installer for windows. I'd like to create a chocolatey package for installing this silently. I'd need to do the following:

  1. Set the install folder to c:\Program Files
  2. Uncheck the set local variables
  3. check the set local variables.
  4. have everthing happen without GUI interaction. Whether a non-interactive gui, console output or nothing happens is irrevelant.

Problem with classes in rt.jar which appears with GWT

I'm trying to build our codebase using the provided 32-bit OpenJDK 6 build 29 for MS Windows. Almost everything works, but with GWT JUnit tests, I run into the following stack trace:

java.lang.NoSuchFieldError: family
    at sun.nio.ch.ServerSocketChannelImpl.initIDs(Native Method)
    at sun.nio.ch.ServerSocketChannelImpl.(ServerSocketChannelImpl.java:346)
    at sun.nio.ch.SelectorProviderImpl.openServerSocketChannel(SelectorProviderImpl.java:51)
    at java.nio.channels.ServerSocketChannel.open(ServerSocketChannel.java:92)
    at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:89)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.nio.ch.PipeImpl.(PipeImpl.java:140)
    at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:45)
    at java.nio.channels.Pipe.open(Pipe.java:150)
    at sun.nio.ch.WindowsSelectorImpl.(WindowsSelectorImpl.java:122)
    at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:43)
    at java.nio.channels.Selector.open(Selector.java:226)
    at org.mortbay.io.nio.SelectorManager$SelectSet.(SelectorManager.java:277)
    at org.mortbay.io.nio.SelectorManager.doStart(SelectorManager.java:199)
    at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
    at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:303)
    at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
    at org.mortbay.jetty.Server.doStart(Server.java:233)
    at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
    at com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:672)
    at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
    at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
    at com.google.gwt.junit.JUnitShell.getUnitTestShell(JUnitShell.java:707)
    at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:652)
    at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:441)
    at junit.framework.TestCase.runBare(TestCase.java:134)
    at junit.framework.TestResult$1.protect(TestResult.java:110)
    at junit.framework.TestResult.runProtected(TestResult.java:128)
    at junit.framework.TestResult.run(TestResult.java:113)
    at junit.framework.TestCase.run(TestCase.java:124)
    at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:296)
    at junit.framework.TestSuite.runTest(TestSuite.java:232)
    at junit.framework.TestSuite.run(TestSuite.java:227)
    at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
    at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:49)
    at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)

It seems there is a serialization problem with a member 'family' missing from. Everything works with Oracle JDK 6 for Windows 32-bit.

Would more information be needed to solve this?

Error when installing 64 bits version in Windows 7

I installed OpenJDK 7 update 80 build 32 AMD64 on Windows 7, with checking all the options :
capture-clone de windows 7 professionnel instantane 1 en fonction - oracle vm virtualbox-1
I installed it as a user with administrator rights :
capture-clone de windows 7 professionnel instantane 1 en fonction - oracle vm virtualbox-8
but I've got these errors :
capture-clone de windows 7 professionnel instantane 1 en fonction - oracle vm virtualbox-2
capture-clone de windows 7 professionnel instantane 1 en fonction - oracle vm virtualbox-3
And then, ArecaBackup did not start :
capture-clone de windows 7 professionnel instantane 1 en fonction - oracle vm virtualbox-4
It's strange because the user was in the administrator group. Then, I installed OpenJDK again, as administrator :
capture-clone de windows 7 professionnel instantane 1 en fonction - oracle vm virtualbox-5
I had twice times this error :
capture-clone de windows 7 professionnel instantane 1 en fonction - oracle vm virtualbox-6
But now, Areca Backup starts.

Is it normal that a user in the administrator group can't install OpenJDK ?
Is the error with "pathman.cmd" important ?

No JavaScript Support

Tried running an Apache Pivot application, however this failed since no JavaScript engine can be found (this only happens using openjdk-unofficial-builds):

org.apache.pivot.serialization.SerializationException: An error occurred at line number 133 in file *****blanked****.xml:
at org.apache.pivot.beans.BXMLSerializer.logException(BXMLSerializer.java:1434)
at org.apache.pivot.beans.BXMLSerializer.readObject(BXMLSerializer.java:463)
at org.apache.pivot.beans.BXMLSerializer.readObject(BXMLSerializer.java:633)
at org.apache.pivot.beans.BXMLSerializer.readObject(BXMLSerializer.java:588)
at org.apache.pivot.beans.BXMLSerializer.readObject(BXMLSerializer.java:549)
at ***blanked***.App.startup(App.java:46)
at org.apache.pivot.wtk.DesktopApplicationContext$2.run(DesktopApplicationContext.java:641)
at org.apache.pivot.wtk.ApplicationContext$QueuedCallback.run(ApplicationContext.java:1656)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:745)
at java.awt.EventQueue.access$300(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:706)
at java.awt.EventQueue$3.run(EventQueue.java:704)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:715)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: org.apache.pivot.serialization.SerializationException: Script engine for "javascript" not found.
at org.apache.pivot.beans.BXMLSerializer.processEndElement(BXMLSerializer.java:1284)
at org.apache.pivot.beans.BXMLSerializer.readObject(BXMLSerializer.java:447)
... 20 more

Mac OS X installer should contain application bundle

Mac OS X installer's zip file contain lib, install.jar and install executable file. install launches izpack installer and also opens console window. To prevent console window, installer must be bundled as proper native .app bundle (maybe without izpack).

'java -version' output is not consistent with other distributions

Comparing java -version of your build:

$ java -version
openjdk version "1.7.0-u60-unofficial"
OpenJDK Runtime Environment (build 1.7.0-u60-unofficial-b30)
OpenJDK 64-Bit Server VM (build 24.60-b09, mixed mode)

And one packaged for debian:

$ java -version
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.1) (7u65-2.5.1-2)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)

There's a few inconsistencies:

  • The first line says 'openjdk' rather than 'java'.
  • The version on the first line probably should be "1.7.0_60" instead of "1.7.0-u60-unofficial" - It appears that the second line is used for describing the particular distribution details, while the first line is meant to be a common format among distributions.

This was a problem for Cassandra that we had to work around, see CASSANDRA-7799. It would be great if your distribution behaved similarly to others in this regard.

browser plug-in

Does OpenJDK has the Java browser plug-in? Or do I have to use that IcedTea stuff for this?

So if OpenJDK has the plug-in, is it already in the Windows installers like "openjdk-1.7.0-u6-unofficial-b24-windows-i586.zip" and where can I find it, to copy it to my browsers plug-in folder? And could you make the installer auto-install it to the plug-in folders of the installed browsers (at least Firefox and Chrome)?

My intention is to completely replace Oracle Java on the Windows PC's I administrate, not at least because I realized this is so much true!
http://www.zdnet.com/a-close-look-at-how-oracle-installs-deceptive-software-with-java-updates-7000010038/

Thanks
kolAflash

ARM builds?

Hi!

First, thanks for these builds. I will experiment with them soon :)

I'm wondering how difficult it would be to compile OpenJDK for ARM? I have an ARMv6 developer board (called Cubieboard) and i like to test it's Java performance.
Is it possible?

Regards,
István

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.