| Thread | Last Post | Replies |
|
| C:\ant or C:\tools\ant | 18 Jan 2005 20:39 GMT | 6 |
<http://ant.apache.org/manual/index.html> assumes C:\ant , but <http://ca.wiley.com/WileyCDA/WileyAncillary/productCd-047120708X.html> goes with C:\tools\ant, which is correct/standard? thanks,
|
| Recurring task (REVISED QUESTION) | 18 Jan 2005 13:57 GMT | 2 |
I am writing an applet that does a calculation. how do iwrite a code so that it automatically continues USING this foRMULA as long as n increases? Note: n & p are variables and gotten from the textfield.I'm supposed
|
| Rounding numbers | 18 Jan 2005 12:31 GMT | 4 |
I need to write a function that rounds a number to 2 decimal places, ie if I have 10.46554 it should round it to 10.47. How do I go about doing such a thing? Is there an in built function to do this, or will I have to write one myself?
|
| loosing focus getcaretposiotion doesn't work | 18 Jan 2005 12:09 GMT | 1 |
I create some JFrame and this class has method witch creat second JFrame, but in second JFrame I have textPane, and each time when i write MyTextPane.getCaretPosiotion it returns 0 also after inserting text to Pane. After creating second window is not active.
|
| Where do I find good excercises? | 18 Jan 2005 11:12 GMT | 8 |
I am rather new at Java and would like to find some excercises that deal with small project where you are supposed to connect a couple of classes and interfaces. I know a little about inheritance, return statements for, while, try-catch statements so if they contain these elements ...
|
| need some help with basic java usage | 18 Jan 2005 10:38 GMT | 5 |
hi everybody, i just encountered a problem, hope i can get some help here. I try to let user enter a data, but i want to convert that string into Character, can anybody tell me how to do it? thank you very much.
|
| Java equivalent of cin | 18 Jan 2005 10:05 GMT | 2 |
I am new to Java programming and I was wondering if anyone can tell me the java equivalent to a cin>>...; that is normally used in c++. I want to get user input and automatically assign it to a variable. So in other words what would be the equivant java statement of this c++ ...
|
| Writing to a text file contd... | 18 Jan 2005 09:50 GMT | 4 |
the error that i get when i try to write something on a file called Details.txt is as follows:(Please guide me as to what to do further?) Exception in thread "AWT-EventQueue-1" java.security.AccessControlException: acc
|
| Recurring task | 18 Jan 2005 05:01 GMT | 2 |
I am writing an applet that does a calculation.suppose i have a formula A=P*y^n A2=A*y^n A3=A2*y^n
|
| Java And COM objects | 18 Jan 2005 04:34 GMT | 3 |
Can anyone tell me or point me in the right direction to find out how to access and create an instance of a COM object from within java ? I have done some googling but can't find any clear instructions, do I need to use the Microsoft java VM ?
|
| File | 17 Jan 2005 21:45 GMT | 8 |
File tempFile = new File("temp.txt"); should create the file on disk. Yes? The file is not created... Java would be corrupted?
|
| java.langNoClassDefFoundError | 17 Jan 2005 18:49 GMT | 2 |
We have been trying to figure this out for days. We set up JRE 1.4.0 on linux, and we get a valid version returned when we type "java -version", but we can not get our application to run. We use the -cp for the classpath in the java command, followed by a list of the jar
|
| Auto Install for MIDlets | 17 Jan 2005 18:48 GMT | 6 |
I have limited Java experience and have not done any J2ME or J2SE programming before, so of course I was the perfect choice to get assigned with figuring out the following: We have a J2ME application currently running on Nextel phones. The
|
| Bit Manipulation | 17 Jan 2005 12:49 GMT | 9 |
I want to work with bits (e.g. 4-bit, 8-bit, ... or 32-bit blocks)Where can I find the functions for bits. For example left-shift, circular shift. I know that BitSet has logical AND, OR, XOR and ... But I need more detailed instructions. BitSet uses a default size of 64
|
| Packages & javac 101 error: cannot read: foo.java | 16 Jan 2005 22:15 GMT | 4 |
I'm trying to compile from sources into classes while importing an external package. How should I modify the options and code files, please? C:\>javac @options @code
|