A little lambda
Sunday, July 28, 2019
Java Development on the BeagleBone Black
Get a JDK:
Then you have all the familiar JRE and JDK tools, like java, javac, jar, etc.
If you are able to install, but there is a dependency error, try to install all of the individual packages:
It might be that your particular distribution don't have those packages in the package list. In that case:
URLs in required installation order:
Download the newest version for armv7a (or all) architecture, example:
Install using: opkg install <filename>
Test:
root@beaglebone:/usr/src/javatest# cat HelloWorld.java
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!"); // Display the string.
}
}
root@beaglebone:/usr/src/javatest# javac HelloWorld.java
root@beaglebone:/usr/src/javatest# java HelloWorld
Hello World!
root@beaglebone:/usr/src/javatest#
|
Friday, January 11, 2013
Hmmm. All these blogging sites are a little different from one another. Here in Google-territory, the creation of a new post presents you with a blank editing screen -- and no context within which to compose. Elsewhere, it's more Wiki-like, and you simply insert text below (or above, if that's how you roll) all prior entries.
No matter. They all work, and after some floundering perhaps I'll settle on a single one.
No matter. They all work, and after some floundering perhaps I'll settle on a single one.
Testing +Thomas Maynard +Thomas Maynard +carolynmaynard +Carolyn Maynard +Carolyn Maynard
So: One needs to type "+" followed by the correct case of the first name "T" or "T" -- although in my own case, "t" also works but not for Carolyn. I'm not sure I understand it fully, but at least I know the secret now. +David Maynard +Martha Patterson ... just like that!
So: One needs to type "+" followed by the correct case of the first name "T" or "T" -- although in my own case, "t" also works but not for Carolyn. I'm not sure I understand it fully, but at least I know the secret now. +David Maynard +Martha Patterson ... just like that!
Subscribe to:
Posts (Atom)