[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Thread Closed 
Java programs
03-13-2009, 01:34 PM
Post: #16
RE: Java programs
yes, it's from rapidshare
Find all posts by this user
03-13-2009, 02:14 PM
Post: #17
RE: Java programs
(03-13-2009 01:34 PM)mike_leber Wrote:  yes, it's from rapidshare

i saw the download limit of the link at rapidshare was reached, I updated my post on page one and added a new link if someone else also wants do download the mkia build.

bye,
alex
Find all posts by this user
03-15-2009, 01:41 AM
Post: #18
RE: Java programs
howabout YAMJ through mika, is that possible to run or do programs have to be written with mika in mind?

journey4712
Find all posts by this user
03-15-2009, 02:45 PM
Post: #19
RE: Java programs
Excellent question Smile


Btw, if you keep hitting your rapidshare limit... You can host the file up on Omertron's site. he created a website for any NMT program a user makes.

To try and make a one stop shop for NMT downloads.

http://omertron.com/pch
Find all posts by this user
03-15-2009, 03:21 PM
Post: #20
RE: Java programs
(03-15-2009 02:45 PM)excal Wrote:  Excellent question Smile

http://omertron.com/pch

Yeah, that was the first thing I thought when I started reading this thread. I've actually been trying to get YAMJ to build with GCJ so I could compile a native binary, but I haven't been making a whole lot of progress.

Unfortunately, I keep hitting that damned share limit. I'm not sure if Omertron's site lets just anybody upload. If someone could send me a PM with a download link, I'd return the favor by posting it to a regular webserver (and I'd pass it on to Omertron to get it on his site).
Find all posts by this user
03-15-2009, 03:32 PM (This post was last modified: 03-15-2009 03:32 PM by excal.)
Post: #21
RE: Java programs
Anyone can host files up on Omertron's site... Essentially you just need to make an account on his site, then send him a PM or Email and explain that you have NMT software you wanna host on his site....then he'll change your account to a "developer" and give you page creation and upload access.

He's pretty quick about the whole process.

If you guys run into problems i can host it up on my premium rapidshare account till you get it up and running on omertron's site or something

@curien

You want a download link to the mika? Its up on the like 4th post of the first page...
Find all posts by this user
03-15-2009, 05:57 PM
Post: #22
RE: Java programs
Hi,

just a note: while trying to run my java application with mika on the a110, I figured out that there is a bug or misconfiguration while building mika, calls to Thread.sleep() only last a tenth of the specified milliseconds. First workaround is to *10 the specified time, but I contacted the creator of mika for help. Maybe the build configuration has to be changed, or its a bug, don't know..

Best,
Alex
Find all posts by this user
03-15-2009, 07:38 PM
Post: #23
RE: Java programs
(03-15-2009 03:32 PM)excal Wrote:  You want a download link to the mika? Its up on the like 4th post of the first page...

It was used up before I posted.
Find all posts by this user
03-15-2009, 08:39 PM
Post: #24
RE: Java programs
heres a permenant link from my rapidshare untill it gets posted up on omertron's site

http://rapidshare.com/files/209628371/mika-build.rar
Find all posts by this user
[+] 1 user says Thank You to excal for this post
03-15-2009, 08:45 PM
Post: #25
RE: Java programs
(03-15-2009 08:39 PM)excal Wrote:  heres a permenant link from my rapidshare untill it gets posted up on omertron's site

http://rapidshare.com/files/209628371/mika-build.rar

Well, now rapidshare is saying their server is down. Sheesh!

Thanks for the link, excal.
Find all posts by this user
03-16-2009, 12:05 AM
Post: #26
RE: Java programs
Thanks, works like a charm here! I will investigate how I might use this in future projects Smile
(CSI running on popcorn itself or whatever).
Perhaps I want to compile this source myself, do you have any build instructions/tips?

Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer
Visit this user's website Find all posts by this user
03-16-2009, 10:25 AM
Post: #27
RE: Java programs
(03-16-2009 12:05 AM)Ger Teunis Wrote:  Perhaps I want to compile this source myself, do you have any build instructions/tips?

I just followed the instructions on
http://www.k-embedded-java.com/mika/trac...oadMikaNew
and used as target platform "openwrt".

If you encounter problems you may ask here..
Find all posts by this user
03-16-2009, 01:14 PM
Post: #28
RE: Java programs
(03-16-2009 10:25 AM)other77 Wrote:  If you encounter problems you may ask here..

here a note of a change I remember to have done in the provided Configuration for mips/openwrt:

file ...../Configuration/cpu/mips, line 32+, changed to:
CC = $SMP86XX_TOOLCHAIN_PATH/bin/mipsel-linux-uclibc-gcc ;
for every line for using the toolchain

I start the build with
ant -DPLATFORM=openwrt

best,
alex
Find all posts by this user
03-16-2009, 11:26 PM
Post: #29
RE: Java programs
(03-11-2009 03:34 PM)mike_leber Wrote:  Thanks for mika, it's running on my popcorn and i started to implement a mp3 jukebox. I have a nice/fast working draft of my juke on my popcorn. I hope i have some time in the next view days to finish it. Java is great! ;-)

I've got code to parse ID3 v 1 & 2 as well as iTunes meta. If you interested...
Find all posts by this user
03-18-2009, 09:50 AM (This post was last modified: 03-18-2009 09:51 AM by ghostmirror.)
Post: #30
RE: Java programs
Hi,

First at all, sorry my poor english Wink

I’m trying run a simple class whith mika build on my PCH. Extract mika files in folder /share/mika

I put my class HelloWorld.class belonging package "test" in the folder /share/mika/bin/ , the same directory that mika executable and I tried to run several commands without success.

Code:
./mika test.HelloWorld
./mika -cp /share/mika/bin/HelloWorld.class test.HelloWorld

You can put a basic example of how to run a class.

¿Mika can run a class compiled with jdk 1.4?
If anything, i was compile the class with “eclipse-mika fake JRE” with Eclipse under Windows XP, could be the problem?

Thanks
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Wifi On/Off switch project with Java Mika gozothegreat 11 4,481 09-02-2010 08:07 AM
Last Post: gozothegreat
  Which box for Java/Mika development kiffer 4 2,398 03-24-2010 05:11 PM
Last Post: Willem53
  install java 1.5 or 1.6 on PCH-A110 cerber 6 2,751 07-20-2009 12:44 AM
Last Post: dc11ab
  Any programs out there that will automatically create chapters in MKV files? ocean 0 2,097 05-02-2009 08:50 PM
Last Post: ocean
  Running Java applications on the NMT? tiwas 3 2,559 04-13-2009 09:49 AM
Last Post: werner
  First Java Musicbox mike_leber 10 4,461 04-08-2009 09:13 AM
Last Post: Cadish
Lightbulb pchPls - Java PCH Playlist Generator skafoelix 6 3,859 03-29-2009 08:34 AM
Last Post: dc11ab

Forum Jump: