niteshmourya / app-inventor-for-android

Automatically exported from code.google.com/p/app-inventor-for-android
Apache License 2.0
2 stars 0 forks source link

get App Inventor working with OpenJDK #969

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The official documentation includes this warning

I'm having various Java problems, and I'm running on Linux and OpenJDK.

Use Sun Java rather than OpenJDK. App Inventor does not work well with OpenJDK.

http://appinventor.googlelabs.com/learn/troubleshooting.html

It would be very nice if App Inventor worked with OpenJDK.

Original issue reported on code.google.com by g...@jsoft.com on 20 Dec 2010 at 5:53

GoogleCodeExporter commented 9 years ago
You have more experience with OpenJDK than we do.   Could you try running App 
Inv with OpenJDK and see if it works?    When  tested it last summer, there 
were problems with sluggish behavior, for example, on opening and closing 
drawers in the Blocks editor.   Maybe OpenJDK has improved to the point where 
things now just work, or there is some Java  parameter setting that's required. 
   Could you check?

Original comment by halabel...@google.com on 21 Dec 2010 at 1:04

GoogleCodeExporter commented 9 years ago
Love to.

I have two more Linux machines up (getting ready for a workshop) and tried it 
on both.

I have NOT installed extras on them
  yet

:-)

Original comment by g...@jsoft.com on 21 Dec 2010 at 1:48

GoogleCodeExporter commented 9 years ago
I'm starting to use Linux again. I was doing most of my work in Windows because 
that is where most of the getting set up and connecting issues are reported. I 
did some testing with a wubi Linux distribution. It looks promising for some 
AND I did not find OpenJDK to be sluggish. In fact someone said it looked 
faster than on his more powerful PC.

I'll probably not report back here unless you want me to. I will let the 
community know how it goes.

Original comment by g...@jsoft.com on 10 Nov 2011 at 11:28

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
If anyone wants to follow up on this issue, post to the forums, Getting Set up 
or one of the others

https://groups.google.com/forum/?hl=en#!forum/getting-started-with-app-inventor

Original comment by g...@jsoft.com on 14 Nov 2011 at 12:20

GoogleCodeExporter commented 9 years ago
I am reviewing some of the issues on the Google App Inventor list to see how 
the MIT jars do. That includes doing more Linux work. I tested with OpenJDK and 
it works fine for me.

I think this should be closes,
  or at least marked as works for Gary.

Original comment by g...@jsoft.com on 1 Dec 2011 at 12:54

GoogleCodeExporter commented 9 years ago
The problem that I've noticed with OpenJDK 7 was that you couldn't join two 
blocks together. They overlay, though never connected.  This problem wasn't 
experienced with Oracle JDK 7.

Tested on Ubuntu 12.10 x32, FF17 and:
$ /usr/lib/jvm/java-7-openjdk-i386/bin/java -version
java version "1.7.0_09"
OpenJDK Runtime Environment (IcedTea7 2.3.3) (7u9-2.3.3-0ubuntu1~12.10.1)
OpenJDK Server VM (build 23.2-b09, mixed mode)
$ /usr/lib/jvm/java-7-oracle/bin/java -version
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) Server VM (build 23.5-b02, mixed mode)

Original comment by bogib...@gmail.com on 2 Dec 2012 at 12:00

GoogleCodeExporter commented 9 years ago
I have used Ubuntu 12.04 64 bit with OpenJDK 6 and 7 a LOT in the last year.

Try using Chromium rather than FF.

Original comment by g...@jsoft.com on 2 Dec 2012 at 12:06