I'm having a hard time figuring out how to send my teacher my eclipse java files. every time i get them out of eclipse they turn into an compiled file and then when they go back into eclipse they look absolutely crazy. I'm sure their is an easy answer to why this is happening, but i can't figure it out for the life of me.
anyone experienced in eclipse that can help me out?
Thank you
Related
I have this chess engine i wrote in java. Thing is, I need to make a exe application that can take commands following a certain protocol (UCI). Ive had many problems trying to get this to work, but ill keep this brief and share the most important ones.
Other engines pop up cmd when you click on them, mine is just a basic java CLI (Dont know if this is a problem).
My anti virus keeps stopping me from opening the exe. Launch4j gives me a warning telling me I should sign it to prevent this sort of thing, but I dont know what that means.
So heres the deal, I know this post is word vomit, but Im truly at a loss right now. Id like general order advice on how I should approach the problem and maybe some advice on wether i should be using launch4j in the first place.
UPDATE: The reason i wanted to make an exe in the first place is because thats the format that was suggested in the lichess documentation (I wanted to upload my bot to lichess). I wrote a bat file that executes the jar file and it worked fine. Thanks to everyone for the suggestions.
I have recently started learning android development, and I just built an app that changes color and text based on pushing buttons and gestures. It ran fine on my phone (Yay!), but then on my second run, an error occurred. When hitting the "run" button, an edit configurations window opened up:
I also noticed, that on the side where my project tree should be is this instead:
I don't think there is an issue in the code because it was running fine before, but I would be happy to post the code if needed.
Also
I dont know if this was the reason, but i'll include this anyway, I tried changing the name of my project, but it wouldn't work, but I changed it back. I included this in my question because that's literally the only thing I did before this error occured.
Thank you so much for helping out a fellow programmer, I really appreciate it. I have been looking at many other forums (for some hours) about this topic, but still couldn't trouble shoot this problem. It seems kind of odd that it was working first, and then it just randomly stopped working. I cant wait for your response!
Here is the dropdown for Module:
As you can see, that is the only option.
Are you sure you are opening the project as android gradle project ?
Try to import the program not open it
I'm developing a new plugin/step for my pentaho PDI installation.
The thing is, that i can't start spoon if the step is in the plugin/steps folder, if i take it out, i can start it normally, so, it is deffinitelly a problem with my step, but can't see anything wrong with it, at least not just by reviewing the code...
I have made some others with no problem, but this one doesn't want to let my spoon installation run :/
Can someone give some kind of input? I know there is someone who had to do a plugin at least...
I have just completed my first java program. It's sitting in Eclipse pretty as a newborn (which really isn't all that pretty). Anyway, I need to have an icon on the desktop that allows users to click and run the code. I found an example of how to make a .jar from the project in Eclipse, but nothing happens when I click on it. There are a LOT of options in Eclipse so I'm guessing I need to select/deselect something, but the examples online are very few and far between. Since I'm sure I'm not the first person who has done this, I'm assuming I lack the vocabulary to find an answer. Could someone please give me a little direction to find help?
I have tried "compiling" but that's running the code. Anything with .java just tells me how to install Java. There have been too many searches to list them here. Suffice it to say I need a push in the right direction, please.
There isn't realy much to do wrong. Just go to Project -> export and select runnable jar file. Then you just have to pick the right launch configuration and click finish. There is a tutorial with picutres on wikiHow here.
I'm just a beginner and installed eclipse php few days back. Today I just setup debugger in Eclipse and when I start debugging my first project I noticed that the values of variables is shown in Chinese or Japanese but not in English and the same is in Browser Output and Debug Output tabs. Please let me know how to change this to English.
Thanks everyone for your support and information.
I just found the solution of this problem. I just changed some settings in windows->preferences->php->debug.
Screenshot http://img545.imageshack.us/img545/6617/eclipsesolution.jpg
And i don't know what are the effects of Enable CLI Debug. If anyone knows about it please let me know so that I could know its consequences.