Language
Any
Platform
Java Platform
Remove
License
Any
: As to convert java bytecode into executable code a thied party
: compiler JET Excelsior is used .Could nay body tell me how to work
: with this properly
: Thanks
:
First compile the...
: : :
: : : : I tried both ways and when I compiled the program I received the
: : : : following error:
: : : :
: : : : FileParse.java:92: incompatible types
: : : : found : int
: : : :...
: :
: : : I tried both ways and when I compiled the program I received the
: : : following error:
: : :
: : : FileParse.java:92: incompatible types
: : : found : int
: : : required:...
n DOS is not multitasking os..so can we run multithreading java programs on DOS or not
:
It depends on the JVM. The JVM might support multithreading, while itself isn't multithreaded.
: In an applet, the permission to connect a socket to a machine in any other domain is denied.
:
: I want to make a socket to a machine in another domain, though. If I can't solve or get around...
In an applet, the permission to connect a socket to a machine in any other domain is denied.
I want to make a socket to a machine in another domain, though. If I can't solve or get around this...
:
: It sounds just like the JVM (Java Virtual Machine). On top of a virtual platform, and almost everything is an object (the only things that arent are numbers. Strings are objects)
:
:...
: : I finished building my java application and now i want to merge it all into an *.exe executable.
: :
: : I used eclipse to build the app, is there a way to do this in eclipse?
: :
: : and...
: I finished building my java application and now i want to merge it all into an *.exe executable.
:
: I used eclipse to build the app, is there a way to do this in eclipse?
:
: and if not, do...
geerish...
ive been fiddling with my computer again, and was really starting to get serious with my pet project ( re: lighting system) and starting to migrate it to J2ME ( i've made some MIDLETS...
geerish...
ive been fiddling with my computer again, and was really starting to get serious with my pet project ( re: lighting system) and starting to migrate it to J2ME ( i've made some MIDLETS...
: java is a compiler or interpreter,because when we compile our java program then ,if any error in the program we get error message according to line number of our program.
: but i read in some...
as you might know, textpad is a very good compiler. you also need JVM to create java applications. it can be downloaded from java.sun.com.
a good compiler is eclipse, another is netbeans and BlueJ...
: This is pretty brute force - be careful with Runtime.exec, it can really bite you with deadlock if you're spawning a proc that produces a lot of output to stdout or stderr. If you don't write this...
Mostly worked in ASP,VB
Databases:Oracle,MS SQL Server,MS Access,a bit of DB2.
Studied:
C/C++
core JAVA (NO j2ee stuff)
Some Shell Scripting.
A bit a VB.Net
I am making a project for a bank (MCB) in Java. The objective is to make a task manager in java that can run on JVM and in the end on Unix environment.
I am having problem in getting the list of...
Just wanted to tell everybody who are strugggling with J2me to check out a new TOOL - GoDB. It comes bundeled with its own language called GBasic , its IDE and simulators for PALM, POCKET PC, Nokia....
ok but if I compile with jBuilder's IDE not javac.exe everything works fine. Minde you i have to create a package with jBuilder for my classes.
: : So, how can I eliminate this need! I thought...
: So, how can I eliminate this need! I thought I'm telling the compiler with -classpath about these classes. So why is the JVM requiring them at runtime???
:
If I read this right, you're...
Ok, the error is gone if I copy the applet .jar file to the folder where the .class files are and run it from there.
So, how can I eliminate this need! I thought I'm telling the compiler with...