Find the answer to your Linux question:
Results 1 to 4 of 4
i want to make a pdf reader for my cellphone sony ericsson k750i . my phone only supports jar files so i have to make it using a compiler that ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    89

    rewrite evince for java based cellphones

    i want to make a pdf reader for my cellphone sony ericsson k750i. my phone only supports jar files so i have to make it using a compiler that creates jar file after compiling c, c++ and python codes. please suggest an IDE or the purpose.

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    your phone only supports jar files, or only supports JAVA? You can't just compile c/c++/python into java code . You could though, put the binaries inside a jar (which is just a zip file) but they still couldn't be run by java.

  3. #3
    Just Joined!
    Join Date
    Mar 2009
    Posts
    89
    Quote Originally Posted by coopstah13 View Post
    your phone only supports jar files, or only supports JAVA? You can't just compile c/c++/python into java code . You could though, put the binaries inside a jar (which is just a zip file) but they still couldn't be run by java.
    it can install applications embedded in jar packages. i need to know how to create jar packages. move over u said c/c++ code to java code.......how do we do that.???explain a bit more.
    & main thing is that what ide should i use?

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    I don't think you understood what I said. Jar is just a zip file, it is a container that can hold any type of file. Java code is typically stored inside a jar file. What I was asking is if your phone only supports JAVA applications. There is no direct conversion to java source code from any other language.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...