I was trying to do a rebase from one branch to another.
Unexpectedly there was a conflict. I opened the file in P4Merge and after reesolving the conflicts I saved it.
However the file did not update with the changes made in P4Merge when I opened it in the conflict window of GitKraken.
I still tried to mark the file as resolved in GitKraken but now it is hanged and I am not able to do anything
#need JAVA_HOME to match location of installation
1 messages · Page 1 of 1 (latest)
<@&987246964494204979> please have a look, thanks.
While you are waiting for getting help, here are some tips to improve your experience:
If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.
Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.
might be worth starting from the beginning
so do git rebase --abort
run git rebase again
as you're working on the conflicts, actually make sure the changes are being saved
you might find it better to do it through Intellij
yeah i did that
shut gitkraken and reopened it and did everything from the beginning
seemed to work
lol rebase was successful but smh these files are now there in my editor
is that because the file is still open in my merge tool?
i closed that application but its still there lool
should i just delete it?
Yeah just delete them
Changed the category to Together Java Bot.
<@&987246924425994290> please have a look, thanks.
need JAVA_HOME to match location of installation
Changed the title to need JAVA_HOME to match location of installation.
did you update your environment variables?
but im not able to find its location in my explorer to set java home to the bin
they aren't
i cant find the path of temurin-19
to add that in my PATH
no the path isnt updated so java -version gives temurin 18
redownload it and check the default installation path
ufff
no way i can find its path from intellij?
iirc i had downloaded it through intellij itself
tysm
i totally forgot about that
i have to include the bin folder right?
yup looks like it worked
or not...
bruv wtf
oh
for some reason it does not create a new command prompt in intellij
when i close one
ig ill do it in cmd then
huh
its supposed to be the bin only right?
or something else?
no
it's the folder above
and PATH is %JAVA_HOME%\bin
@sharp juniper small side question on the path ( as its that i've done a few versions ago ). I changed my java_home NOT to the actual java folder, but to the parent holder folder ( for example in OP's path -> c:/users/Abc/.jdks/ ) . Is there a downside to that approach?
yes, how is maven (or anything using java home) supposed to know the jdk you are using ?
oh
right that's what location of java installment means 
nice, thanks
so now i can finally start working on my feature
if im feeling it
so the thing is i had needed to use a database to store all the message ids which had been linked in the starboard by the bot, so that they are not duplicated
for that I just need to create a new table, send the database object of Features#createFeatures to my constructor, get my desired table from it, then learn some sql and jooq to retrieve the entry i need right?
that is what i understood from other uses of databases in our project
Better to use Hibernate
well tj bot uses jooq 🤷♂️
bc jooq is beginner friendly. this was discussed early on and was picked bc of that over alternatives