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 ...
- 11-13-2009 #1Just 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.
- 11-13-2009 #2
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.
- 11-13-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 89
- 11-13-2009 #4
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.



