I was able to compile Java at the command prompt. Unfortunately, I had some issues so in order for it to work I had to move the actual file I wanted to be compiled to the same folder javac.exe was in. I will have to do some more work with that. My goal is to create an executable file. I now have a .class file but it wont launch?
ok so with this .java file that i have. I agree with your original statement that its editable, but how do i make it executable? do i need to compile or decompile it?
Edit
I am still a bit confused so I think the best way for me to understand is to use a metaphor. If I want to edit HTML code I simply edit an html file in notepad. If I want to edit the java code found on this page http://docs.oracle.com/javase/tutorial/uiswing/examples/components/, the simpletabledemo, how do I edit it? Pardon my stupidity or slowness to learn. Please help me get from point A to point B. Thanks!
I am still a bit confused so I think the best way for me to understand is to use a metaphor. If I want to edit HTML code I simply edit an html file in notepad. If I want to edit the java code found on this page http://docs.oracle.com/javase/tutorial/uiswing/examples/components/, the simpletabledemo, how do I edit it? Pardon my stupidity or slowness to learn. Please help me get from point A to point B. Thanks!
I downloaded the Simple Table Demo Project and it only has a .java file in it along with other items, but I cant RUN it like i can a jnlp file. Sorry im still learning.
Ah. I guess I am slightly confused. Right now i have the zip file for the SimpleTable Demo but I want to see what I am doing. Thus I am looking for the JNLP file. I know you said to use the run command but that didnt work for me. if possible I would like to have a file that loads what I have done automatically, just like the JNLP file does. So if I wanted to show it to someone on the intranet level I could. Thanks!
I have not created any java apps before but I am a quick learner. I know it can be launched in that manner but how can I sync up the jnlp file with the java file. It doesnt even appear they reference each other. Just looking to start somewhere
So at this point I would like to start working with JTable but do they have an official website? More importantly, is there a simple example that I can modify? I found a few but they are all referencing external files. I am familiar with html and php so this shouldnt be too hard.
I found this link, but I am not sure how to create the files locally.
Ah ok perfect. I guess the only question that remains is what route to take with this. #1. use jquery tablesorter to read/write the excel files is this possible using the yoplet or using jtable within IE? or #2. Use this sample which i believe is jTable and make something from it http://docs.oracle.com/javase/tutorialJWS/uiswing/components/ex6/TableSortDemo.jnlp Or #3 is there an better option? I think Jtable may have the options I am looking for but I have put so much time into the look and layout in HTML per the jquery Tablesorter work. thank you